feat: US-009 — Project CRUD UI in Projects sidebar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Roberto Musso
2026-02-19 22:47:07 +01:00
parent e7826c24cf
commit 6bf465c983
2 changed files with 20 additions and 2 deletions

View File

@@ -161,8 +161,8 @@
"Verify in browser using dev-browser skill"
],
"priority": 9,
"passes": false,
"notes": ""
"passes": true,
"notes": "Completed: ProjectSidebar component with New Project button (clients.create), kebab context menu (DropdownMenu with Rename/Delete/New Sub-Project), inline rename (Input with Enter/Escape/blur), AlertDialog delete with cascade-warn flow, collapsible tree with parent-child hierarchy, empty state. All shadcn/ui primitives: Button, Input, DropdownMenu, AlertDialog, Collapsible. Typecheck passes."
},
{
"id": "US-010",