feat(KB-051): add duplicate task button in task detail modal

- Add duplicateTask action to useTasks hook for creating task copies

- Add Duplicate button to TaskDetailModal with visual styling

- Wire up duplicateTask action through App.tsx task handlers

- Add comprehensive tests for duplicate button functionality

- Include changeset for the new duplicate task feature
This commit is contained in:
gsxdsm
2026-03-29 19:56:07 -07:00
parent ee6179b826
commit 6c151b6591
5 changed files with 207 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Add duplicate task button to dashboard task detail modal