feat: Add ProjectTasksPage and ProjectTasksDashboard components with task categorization and filtering

This commit is contained in:
Chop
2025-06-03 00:14:17 +02:00
parent a1261b2169
commit a9afebdda5
3 changed files with 535 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ const Navigation = () => {
{ href: "/", label: "Dashboard" },
{ href: "/projects", label: "Projects" },
{ href: "/tasks/templates", label: "Task Templates" },
{ href: "/tasks", label: "Project Tasks" },
{ href: "/project-tasks", label: "Project Tasks" },
{ href: "/contracts", label: "Contracts" },
];