feat(core): full database soft-delete, live sidebar counts and robust subtask undo/restore across all modes
Build and Push Docker Image / build-and-push (push) Successful in 10m12s

This commit is contained in:
2026-08-22 00:26:45 +09:00
parent 72fefe89b0
commit 06d5344aef
9 changed files with 269 additions and 62 deletions
+1 -3
View File
@@ -39,9 +39,7 @@
- Validated that `npm run lint` and `npm run build` execute with 0 errors and 0 warnings.
- **Next Steps (Todo):**
- Fix sidebar list item counts calculation in demo & API modes.
- Completely isolate Trash view and Tag view from My Tasks list state in TaskList.tsx.
- Fix Restore and Permanent Delete in Trash view for both Demo and API modes.
- Continuous refinement of user experience based on feedback.
- Enhance keyboard accessibility & global shortcuts (shortcuts for switching list/kanban view, quick task navigation, Command Palette bindings).
- Add optional automatic synchronization background polling / webhook integration if requested.
- Plan next feature iterations or custom integrations as requested by user.