From 60f40773cb6a85826ae7bda4e41869447b0216a6 Mon Sep 17 00:00:00 2001 From: Poyraz Avsever Date: Mon, 8 Jun 2026 14:57:02 +0300 Subject: [PATCH] feat: implement responsive PortalShell layout with sidebar navigation and user profile management --- components/layout/portal-shell.tsx | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/components/layout/portal-shell.tsx b/components/layout/portal-shell.tsx index 49990af..c8e77a2 100644 --- a/components/layout/portal-shell.tsx +++ b/components/layout/portal-shell.tsx @@ -73,7 +73,7 @@ export function PortalShell({ children, user, progress }: PortalShellProps) { ) : null}
-
+
- + + + } + /> + + + + + {portalSidebarData.map((group, groupIndex) => (