feat: implement portal shell layout, sidebar configuration, and tasks page skeleton

This commit is contained in:
Poyraz Avsever
2026-06-08 14:10:48 +03:00
parent c0bd227e9f
commit 2c47b861d0
3 changed files with 31 additions and 16 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const portalSidebarData: PortalSidebarNavGroup[] = [
{
title: "SÜREÇLER",
items: [
{ title: "Görevlerim", href: "/portal/tasks", icon: FolderKanban },
{ title: "Yapılan Görevler", href: "/portal/tasks", icon: FolderKanban },
{ title: "Revizyon Talepleri", href: "/portal/revisions", icon: Sparkles },
],
}