fix(trash & sidebar): isolate trash view, sync list task counts in real-time, and fix restore/delete actions
Build and Push Docker Image / build-and-push (push) Successful in 10m24s

This commit is contained in:
2026-08-21 22:32:02 +09:00
parent baf13a069a
commit 4d1da38085
6 changed files with 75 additions and 14 deletions
+3
View File
@@ -39,6 +39,9 @@
- 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.
- 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.