From 0fe13bba985f707536e4e5961fc1bd77a6bba05c Mon Sep 17 00:00:00 2001 From: Amishmaqbool Date: Mon, 19 Jan 2026 19:15:54 +0500 Subject: [PATCH 1/8] sidebar and dropdownn layout updated --- components/layout-with-navbar.tsx | 5 +- components/layout-with-sidebar.tsx | 5 +- components/navbar.tsx | 9 +- components/sidebar.tsx | 10 +- package-lock.json | 13279 --------------------------- package.json | 2 +- pnpm-lock.yaml | 9507 ++++++++++--------- 7 files changed, 5158 insertions(+), 17659 deletions(-) delete mode 100644 package-lock.json diff --git a/components/layout-with-navbar.tsx b/components/layout-with-navbar.tsx index 09352e6..9894238 100644 --- a/components/layout-with-navbar.tsx +++ b/components/layout-with-navbar.tsx @@ -25,9 +25,10 @@ export default function LayoutWithNavbar({ <> {shouldShowSidebar ? ( -
+
-
+ {/* Content with left margin to account for fixed sidebar */} +
{children}
diff --git a/components/layout-with-sidebar.tsx b/components/layout-with-sidebar.tsx index 2800d8f..8a909bf 100644 --- a/components/layout-with-sidebar.tsx +++ b/components/layout-with-sidebar.tsx @@ -9,10 +9,11 @@ export default function LayoutWithSidebar({ children: React.ReactNode }) { return ( -
+
-
+ {/* Content with left margin to account for fixed sidebar */} +
{children}
diff --git a/components/navbar.tsx b/components/navbar.tsx index 62e3446..b6eb5a2 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -19,7 +19,7 @@ export default function Navbar() { ] return ( -