diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index 948ef0d..b566573 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -340,13 +340,17 @@ export default function Sidebar({ return ( <> - {/* Desktop — width transitions, internal layout never changes */} - + {/* Desktop — empty shell until ready, then real content */} + {!ready ? ( +
+ ) : ( + + )} {/* Mobile overlay */} {mobileOpen && (