feat(KB-069): add Archive All Done feature
- Add archiveAllDone method to TaskStore with filtering and batch archive - Add POST /tasks/archive-all-done API endpoint with tests - Add useTasks hook support and API function for archiveAllDone - Add Archive All button to done column header in Board UI - Wire up onArchiveAllDone through Board component hierarchy
This commit is contained in:
5
.changeset/archive-all-done.md
Normal file
5
.changeset/archive-all-done.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Add "Archive All Done" button to the Done column header. This feature allows users to archive all tasks in the "done" column in a single action, with a confirmation dialog and success toast notification. The bulk archive operation uses concurrent processing for efficiency.
|
||||
Reference in New Issue
Block a user