From 62df9b3521e64a0eca708e4d27a7f2ab674d6b3f Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 28 Mar 2026 22:27:15 +0100 Subject: [PATCH] Revert "feat: double sidebar with icon rail + nav panel" This reverts commit 24fb5258d5618afdc2a86602d0f3b3684a994bc0. --- components/dashboard/DashboardShell.tsx | 8 +- components/dashboard/Sidebar.tsx | 571 +++++++++++++----------- 2 files changed, 320 insertions(+), 259 deletions(-) diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index 765bc43..c328b8a 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -57,7 +57,7 @@ const Sidebar = dynamic(() => import('./Sidebar'), { loading: () => (
@@ -340,13 +340,13 @@ function GlassTopBar({ siteId }: { siteId: string | null }) {