jiti-meet/react/features/base/dialog
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 chore: use strings as action types 2019-03-21 14:47:55 +01:00
actions.js ref: merge prejoin with lobby 2020-06-09 18:10:43 +02:00
constants.js flow: tame the beast 2019-03-21 14:47:55 +01:00
functions.js full-screen: fix not re-entering full-screen after dialog is shown 2020-02-20 16:49:20 +01:00
index.js redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
reducer.js ref: merge prejoin with lobby 2020-06-09 18:10:43 +02:00