feat: implement dashboard layout with sidebar navigation, finance page, and supporting UI architecture

This commit is contained in:
Poyraz Avsever
2026-05-08 14:12:26 +03:00
parent e0a2dace49
commit a21c64172e
7 changed files with 921 additions and 422 deletions
+4 -4
View File
@@ -54,11 +54,11 @@ export const sidebarData: SidebarNavGroup[] = [
],
},
{
title: "ORGANİZASYON",
title: "FREELANCE",
items: [
{ title: "Ekip", href: "/team", icon: Users },
{ title: "Müşteriler", href: "/clients", icon: Building2 },
{ title: "Etiketler", href: "/tags", icon: Tags },
{ title: "Müşteriler (CRM)", href: "/freelance/clients", icon: Building2 },
{ title: "Teklifler & Sözleşmeler", href: "/freelance/proposals", icon: Tags },
{ title: "Zaman Takibi", href: "/freelance/time-tracking", icon: Activity },
],
},
{