mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* feat(small-video): use InlineDialog for stats and remote menu - Remove JitsiPopover and use InlineDialog instead. - Bring the remote menu icon into react. - Make vertical filmstrip position:fixed so popper (AtlasKit dependency) sets InlineDialogs and eventually tooltips to position:fixed. * ref(remote-menu): hook KickButton to redux * ref(remote-menu): hook MuteButton to redux * modify padding, toggle dialogs * pixel push margins to align dialogs, adjust padding of dialogs * add comment about margin for dialog, add file I forgot * modify indicator markup so the icon can be moved down while trigger stays at top of toolbar
12 lines
432 B
JavaScript
12 lines
432 B
JavaScript
export { default as KickButton } from './KickButton';
|
|
export { default as MuteButton } from './MuteButton';
|
|
export {
|
|
REMOTE_CONTROL_MENU_STATES,
|
|
default as RemoteControlButton
|
|
} from './RemoteControlButton';
|
|
export { default as RemoteVideoMenu } from './RemoteVideoMenu';
|
|
export {
|
|
default as RemoteVideoMenuTriggerButton
|
|
} from './RemoteVideoMenuTriggerButton';
|
|
export { default as VolumeSlider } from './VolumeSlider';
|