jiti-meet/react/features/notifications
virtuacoplenny fe411398e3 fix(notifications): throttle and batch join notifications (#2182)
* fix(notifications): throttle and batch join notifications

Instead of directly calling to show a join notification,
go through a specific method. This method will queue
names for display while a throttled function pulls
the names and shows a notification.

* squash: remove unused translation key

* squash: use default display name

* squash: move into participant actions
2017-11-21 11:38:40 -06:00
..
components fix(notifications): throttle and batch join notifications (#2182) 2017-11-21 11:38:40 -06:00
actionTypes.js ref(notifications): bring hiding of notifications into redux 2017-08-02 11:19:38 -07:00
actions.js ref(notifications): convert some dialogs to error or warning notifica… (#1991) 2017-11-03 14:05:03 -05:00
constants.js ref(notifications): convert some dialogs to error or warning notifica… (#1991) 2017-11-03 14:05:03 -05:00
index.js feat(notifications): implement a react/redux notification system (#1786) 2017-07-28 12:56:49 -05:00
reducer.js ref(notifications): bring hiding of notifications into redux 2017-08-02 11:19:38 -07:00