♻️(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:
lebaudantoine
2024-10-14 17:42:24 +02:00
committed by aleb_the_flash
parent a84b76170d
commit 0db36c788b
8 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -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