From 211ad4bd64e6aaa89921424489ad11663a8ebb71 Mon Sep 17 00:00:00 2001 From: typist Date: Tue, 28 Oct 2025 00:31:55 +0800 Subject: [PATCH] feat: enhance layout structure for improved sidebar integration - Updated layout to include a navigation bar with SidebarTrigger and action role. - Adjusted main content area for better responsiveness and overflow handling. --- src/layout.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/layout.tsx b/src/layout.tsx index b5f5e26..b8755e5 100644 --- a/src/layout.tsx +++ b/src/layout.tsx @@ -7,9 +7,14 @@ import { AppSidebar } from "@/components/sidebar"; export const Layout: FC = () => ( -
- - -
+
+ +
+ +
+
); \ No newline at end of file