Add next items to Phase 3 checklist in PLAN.md

This commit is contained in:
Tristan Michael 2026-03-29 15:58:11 -07:00
parent 0f0ec33408
commit 0b10b7895a

10
PLAN.md
View file

@ -706,11 +706,15 @@ WorkspaceConfig {
- [x] Settings popup overlay (WebDAV config, dark mode toggle) - [x] Settings popup overlay (WebDAV config, dark mode toggle)
- [x] Dark mode (GNOME-style neutral theme, cyan-blue accent) - [x] Dark mode (GNOME-style neutral theme, cyan-blue accent)
- [x] Animated completed section show/hide - [x] Animated completed section show/hide
- [ ] Due date picker/editor - [ ] Due date picker/editor (backend supports it, needs date input in new task toast + inline editing)
- [ ] WebDAV setup flow with credentials - [ ] WebDAV setup flow with credentials (settings panel has fields, triggerSync needs to pull creds from config)
- [ ] List/workspace rename (needs `rename_list` added to bevy-tasks-core first)
- [ ] Keyboard shortcuts (Escape to close drawers/menus, tab navigation, Enter behaviors)
- [ ] Sync status indicators (per workspace) - [ ] Sync status indicators (per workspace)
- [ ] Push/pull sync mode selection - [ ] Push/pull sync mode selection
- [ ] List/workspace rename - [ ] Group-by-due-date toggle per list
- [ ] Subtask hierarchy (data model exists, needs UI)
- [ ] Search/filter tasks
- [ ] Desktop packaging (Windows, Linux, macOS) - [ ] Desktop packaging (Windows, Linux, macOS)
### Deliverables ### Deliverables