onyx-tasks/apps/tauri/src-tauri
Claude 45b7cc57de
feat: add subtask hierarchy UI to Tauri GUI
Wire up the existing parent_id data model into a full subtask UI:
- Backend: create_task accepts parent_id, cascade delete/toggle for subtasks
- Store: subtask-aware derived state (root tasks only in pending/completed),
  childrenMap for O(1) subtask lookup, createTask accepts parentId
- TaskItem: depth-based indentation, subtask completion counter badge
- TasksScreen: expand/collapse chevron for parent tasks, indented subtask
  rendering with left border, subtasks shown under completed parents
- TaskDetailView: "Add subtask" inline input, subtask list with toggleable
  checkboxes, parent task breadcrumb for subtasks

https://claude.ai/code/session_01XWcSekaCAJ7qnr4hN3tgL8
2026-04-02 12:14:56 +00:00
..
capabilities rename Tauri app from bevy-tasks to onyx 2026-03-31 09:47:07 -07:00
icons tauri and flutter guis 2026-03-17 09:38:53 -07:00
src feat: add subtask hierarchy UI to Tauri GUI 2026-04-02 12:14:56 +00:00
build.rs tauri and flutter guis 2026-03-17 09:38:53 -07:00
Cargo.lock feat(tauri): add move, rename, grouping commands and file watcher 2026-03-31 13:27:56 -07:00
Cargo.toml Gate desktop-only deps for Tauri Android compilation 2026-04-01 17:35:57 -07:00
tauri.conf.json chore: restrict bundle targets to appimage and deb, remove bad schema 2026-04-01 01:06:10 -07:00