feat(KB-033): add inline card editing with optimistic updates

- Add inline edit mode to TaskCard (double-click to edit title/details)
- Implement optimistic updates with automatic rollback on failure in useTasks hook
- Wire onUpdateTask through Board, Column, and WorktreeGroup component hierarchy
- Add CSS styling for inline edit mode with focus states and transitions
- Add comprehensive test coverage for TaskCard editing and useTasks updates
- Include changeset for patch release and update dashboard README
This commit is contained in:
gsxdsm
2026-03-29 19:35:46 -07:00
parent 90e3f72c8e
commit 2c865d9914
11 changed files with 1070 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
---
"@kb/dashboard": patch
---
Add inline editing for cards in triage and todo columns. Double-click a card or use the edit button to quickly modify title and description without opening the full detail modal.