feat: implement portal shell layout with user authentication, sidebar navigation, and progress tracking

This commit is contained in:
Poyraz Avsever
2026-06-08 13:56:06 +03:00
parent 47b9f728e6
commit d41267c29b
17 changed files with 582 additions and 130 deletions
+7
View File
@@ -22,4 +22,11 @@ export const portalSidebarData: PortalSidebarNavGroup[] = [
{ title: "Dashboard", href: "/portal", icon: Sparkles },
],
},
{
title: "SÜREÇLER",
items: [
{ title: "Görevlerim", href: "/portal/tasks", icon: FolderKanban },
{ title: "Revizyon Talepleri", href: "/portal/revisions", icon: Sparkles },
],
}
];