onyx-tasks/apps/tauri/src/lib
Tristan Michael 2f2327e4ca feat: overhaul subtask UX with three-panel navigation, custom confirmations, and main panel header redesign
- Remove subtask expand/collapse foldout from main task list
- Add three-panel slide navigation (task list → task detail → subtask detail) via taskStack
- Create ConfirmDialog component replacing native confirm() dialogs
- Cascade delete: deleting a task with subtasks warns and deletes all children
- Subtask detail view: no nested subtasks, collapsible completed section, inline add at top
- Redesign Move To as inline list in kebab menu (no overflow submenu)
- Main panel header: list name + kebab below divider (matching task detail layout)
- Move list management kebab from drawer to main panel; drawer shows chevrons
- Add Delete Completed to both main panel and subtask kebab menus
- Fix debouncedSave stale reference by snapshotting task before timer
- New subtasks prepend to top of list
2026-04-02 07:22:41 -07:00
..
components feat: overhaul subtask UX with three-panel navigation, custom confirmations, and main panel header redesign 2026-04-02 07:22:41 -07:00
screens feat: overhaul subtask UX with three-panel navigation, custom confirmations, and main panel header redesign 2026-04-02 07:22:41 -07:00
stores feat: overhaul subtask UX with three-panel navigation, custom confirmations, and main panel header redesign 2026-04-02 07:22:41 -07:00
types.ts fix: use has_time flag for due date time tracking 2026-04-01 01:06:10 -07:00