feat(ui3): high-fidelity command center redesign with stage-library layout and unified sidebar

This commit is contained in:
zenchantlive 2026-02-17 00:01:45 -08:00
parent c4622ea0b6
commit f7bcca7a8e
5 changed files with 208 additions and 158 deletions

View file

@ -27,7 +27,7 @@ export interface UrlState {
}
const DEFAULT_VIEW: ViewType = 'social';
const DEFAULT_PANEL: PanelState = 'closed';
const DEFAULT_PANEL: PanelState = 'open';
const DEFAULT_DRAWER: DrawerState = 'closed';
const DEFAULT_GRAPH_TAB: GraphTabType = 'flow';