mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-31 20:58:03 +00:00
♻️(frontend) rename useWidget to useSidePanel
Rename useWidget interaction to useSidePanel. Remove LiveKit-specific naming as we no longer use LiveKit elements in the layout context. This change improves clarity and reflects the current functionality of the hook.
This commit is contained in:
committed by
aleb_the_flash
parent
a84b76170d
commit
0db36c788b
@@ -1,5 +1,5 @@
|
||||
import { proxy } from 'valtio'
|
||||
import { SidePanel } from '@/features/rooms/livekit/hooks/useWidgetInteraction'
|
||||
import { SidePanel } from '@/features/rooms/livekit/hooks/useSidePanel'
|
||||
|
||||
type State = {
|
||||
showHeader: boolean
|
||||
|
||||
Reference in New Issue
Block a user