jiti-meet/react/features/reactions
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 fix(reactions) Reactions improvements (#9964) 2021-09-21 12:30:24 -05:00
actionTypes.js feat(reaction-sounds) Added sounds for reactions (#9775) 2021-08-23 12:57:56 +03:00
actions.any.js fix(reactions) Batch events before sending 2021-07-20 14:31:49 +03:00
actions.native.js fix(reactions) fix reactions bugs 2021-08-31 13:00:27 +02:00
actions.web.js feat(reaction-sounds) Added sounds for reactions (#9775) 2021-08-23 12:57:56 +03:00
constants.js feat(config) Add config for disabled sound id's 2021-09-09 17:18:26 +03:00
functions.any.js fix(reactions) Reactions improvements (#9964) 2021-09-21 12:30:24 -05:00
functions.web.js feat(reactions) Added Reactions (#9465) 2021-07-13 09:50:08 +03:00
logger.js feat(reactions-webhook) Added reactions backend call for webhook (#9534) 2021-07-15 15:23:48 +03:00
middleware.js Show reactions buttons at all times 2021-09-14 12:26:50 +03:00
reducer.js feat(reaction-sounds) Added sounds for reactions (#9775) 2021-08-23 12:57:56 +03:00
sounds.js fix(sounds) fix reaction sound names 2021-09-02 12:21:53 +02:00