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:
5
.changeset/add-duplicate-task-button.md
Normal file
5
.changeset/add-duplicate-task-button.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Add duplicate task button to dashboard task detail modal
|
||||
Reference in New Issue
Block a user