mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-21 15:47:09 +00:00
✨(frontend) enable reactions on mobile devices
Allow reaction interactions on mobile. Adding the toolbar toggle currently impacts the responsive layout of the control bar on very small screens. This will be improved in a future PR with an auto-collapsing mobile control bar.
This commit is contained in:
committed by
aleb_the_flash
parent
d47d13f041
commit
224707f4c7
@@ -13,6 +13,7 @@ and this project adheres to
|
||||
- ✨(fullstack) allow participants to mute others based on room configuration
|
||||
- ✨(frontend) add synchronizer for room metadata updates
|
||||
- ✨(frontend) make reaction toolbar responsive on small viewports
|
||||
- ✨(frontend) enable reactions on mobile devices
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ import { AudioDevicesControl } from '../../components/controls/Device/AudioDevic
|
||||
import { VideoDeviceControl } from '../../components/controls/Device/VideoDeviceControl'
|
||||
import { useSettingsDialog } from '@/features/settings/hook/useSettingsDialog'
|
||||
import { ControlBarRegion } from '@/features/layout/components/ControlBarRegion'
|
||||
import { ReactionsToggle } from '@/features/reactions/components/ReactionsToggle'
|
||||
|
||||
export function MobileControlBar({
|
||||
onDeviceError,
|
||||
@@ -62,6 +63,7 @@ export function MobileControlBar({
|
||||
}
|
||||
hideMenu={true}
|
||||
/>
|
||||
<ReactionsToggle />
|
||||
<HandToggle />
|
||||
<Button
|
||||
id="room-options-trigger"
|
||||
|
||||
Reference in New Issue
Block a user