From 0b10b7895a63c66600038ed8913f0e2ff7c05713 Mon Sep 17 00:00:00 2001 From: Tristan Michael Date: Sun, 29 Mar 2026 15:58:11 -0700 Subject: [PATCH] Add next items to Phase 3 checklist in PLAN.md --- PLAN.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/PLAN.md b/PLAN.md index ddd5083..9815686 100644 --- a/PLAN.md +++ b/PLAN.md @@ -706,11 +706,15 @@ WorkspaceConfig { - [x] Settings popup overlay (WebDAV config, dark mode toggle) - [x] Dark mode (GNOME-style neutral theme, cyan-blue accent) - [x] Animated completed section show/hide -- [ ] Due date picker/editor -- [ ] WebDAV setup flow with credentials +- [ ] Due date picker/editor (backend supports it, needs date input in new task toast + inline editing) +- [ ] 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) - [ ] 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) ### Deliverables