mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-31 04:37:57 +00:00
💩(frontend) introduce an official footer
Based on Florian's feedbacks, this is mandatory as the project is getting attention. Bad code, needs a refactor.
This commit is contained in:
committed by
aleb_the_flash
parent
819d3784f7
commit
e7e7bb0d09
@@ -3,10 +3,12 @@ import { PanelId } from '@/features/rooms/livekit/hooks/useSidePanel'
|
||||
|
||||
type State = {
|
||||
showHeader: boolean
|
||||
showFooter: boolean
|
||||
activePanelId: PanelId | null
|
||||
}
|
||||
|
||||
export const layoutStore = proxy<State>({
|
||||
showHeader: false,
|
||||
showFooter: false,
|
||||
activePanelId: null,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user