jiti-meet/react/features/toolbox
robertpin 7aca5e71b9 refactor(participants-pane) Refactored with reusable components
Created Reusable components for:
- ListItem - used by participants list and lobby participants list
- ContextMenu - used by participant context menu and advanced moderation context menu
- Quick action button - used by quick action buttons on participant list items

Moved participants custom theme to base/components/themes

Created reusable button component for all participants pane buttons (Invite, Mute All, More)

Moved web components to web folder

Moved all styles from Styled Components to JSS

Fixed accessibility labels for some buttons

Removed unused code

Updated all styles to use theme tokens
2021-11-01 08:54:13 +02:00
..
components refactor(participants-pane) Refactored with reusable components 2021-11-01 08:54:13 +02:00
actionTypes.js fix(toolbar) Fix toolbar always visible; refactors 2021-09-24 17:08:24 +03:00
actions.any.js fix(toolbar): Hide/Show toolbar on tap on mobile web. 2021-10-26 09:10:35 +03:00
actions.native.js fix(toolbar): Hide/Show toolbar on tap on mobile web. 2021-10-26 09:10:35 +03:00
actions.web.js fix(toolbar): Hide/Show toolbar on tap on mobile web. 2021-10-26 09:10:35 +03:00
constants.js fix(toolbar) Fix toolbar always visible; refactors 2021-09-24 17:08:24 +03:00
functions.native.js fix(config) fix prejoin throwing a TypeError due to late config initialization (#10041) 2021-09-28 14:52:31 +03:00
functions.web.js fix(config) fix prejoin throwing a TypeError due to late config initialization (#10041) 2021-09-28 14:52:31 +03:00
middleware.js feat(reactions) Added Reactions (#9465) 2021-07-13 09:50:08 +03:00
reducer.js fix(toolbar) Fix toolbar always visible; refactors 2021-09-24 17:08:24 +03:00