jiti-meet/react/features/chat
robertpin 584ec7c82e
fix(reactions) Reactions improvements (#9964)
* Register shortcuts on mount

* Changed icon for reactions menu

* Enable reactions by default

* Fix unreadCount bug

When having unread messages and sending a reaction the unread count now shows the correct count

* Fix overflow menu bottom color when reactions are enabled

* Revert raise hand icon

* Update raise hand functionality

On desktop show raise button with arrow for reactions. Only show raise hand in the reactions menu on mobile

* Fix lint error

Add required prop to ToolboxButtonWithIcon

* Legacy support for enable reactions

If disableReactions is undefined treat it as true

* Remove unnecessary code

* Fix unread counter showing negative count

* Fix unreadCount with reactions

UnreadCount ignores all reactions messages

* Fixed typo

* Fix background color
2021-09-21 12:30:24 -05:00
..
components feat(toolbar-buttons): Add event for notify overwritten toolbar buttons 2021-09-14 10:07:20 +03:00
actionTypes.js feat(polls) Ability to create polls inside Jitsi (#9166) 2021-08-14 08:29:42 -05:00
actions.any.js fix(reactions) Reactions improvements (#9964) 2021-09-21 12:30:24 -05:00
actions.native.js feat refactors the chat flow so it has open and close functions 2021-02-12 13:18:16 +02:00
actions.web.js feat(av-moderation) Updated Advanced moderation (#9875) 2021-09-10 14:05:16 +03:00
constants.js feat(polls) Ability to create polls inside Jitsi (#9166) 2021-08-14 08:29:42 -05:00
functions.js fix(reactions) Reactions improvements (#9964) 2021-09-21 12:30:24 -05:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
middleware.js fix(reactions) Reactions improvements (#9964) 2021-09-21 12:30:24 -05:00
reducer.js fix(reactions) Reactions improvements (#9964) 2021-09-21 12:30:24 -05:00
smileys.js fix(chat): update thumbs emoji strings 2019-09-16 09:55:36 -07:00
sounds.js [RN] Add chat functionality 2019-01-15 11:33:12 +01:00