feat: US-010 — Projects sidebar tree view and project detail routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Roberto Musso
2026-02-19 22:54:02 +01:00
parent 6bf465c983
commit 4180c3d215
11 changed files with 846 additions and 283 deletions

View File

@@ -181,8 +181,8 @@
"Verify in browser using dev-browser skill"
],
"priority": 10,
"passes": false,
"notes": ""
"passes": true,
"notes": "Completed: ProjectSidebar reworked to show projects grouped by client (Collapsible groups), 'Internal / No Client' group for orphan projects, real-time search filter, archive toggle (Switch), context menu (Edit Client via Dialog+Select, Archive/Unarchive, Delete with AlertDialog), click selects project via search params, active project highlighted. ProjectDetail placeholder component. projects.update now accepts nullable clientId. shadcn/ui: dialog, select, switch installed."
},
{
"id": "US-011",