diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index 714baca..8432d82 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -38,7 +38,16 @@ function GlassTopBar({ siteId }: { siteId: string }) { }, [realtime]) return ( -
+
+ {/* Collapse toggle */} + + {/* Realtime indicator */} {lastUpdatedRef.current != null && (
diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index 99c49dd..fe7e5ac 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -361,20 +361,7 @@ function SidebarContent({ return (
- {/* Collapse toggle — first item, aligned with all other sidebar icons */} - {!isMobile && ( -
- -
- )} - - {/* App Switcher — scope-level switch */} + {/* App Switcher — top of sidebar (scope-level switch) */}