onyx-tasks/apps/tauri/src-tauri
Claude f276233be5
fix(tauri): cascade delete must handle the full subtree, not just direct children
delete_task only collected direct children when a parent was deleted,
so grandchildren (and deeper descendants — the data model allows any
depth even though the UI is two-level today) would be left with a
parent_id pointing at a deleted task. Walk the parent-child graph to
collect the full descendant set and delete children before the parent
so a mid-cascade failure can't strand descendants.
2026-04-17 16:19:46 +00:00
..
capabilities Introduce windowDecorations enum with three options 2026-04-14 06:02:30 -07:00
icons tauri and flutter guis 2026-03-17 09:38:53 -07:00
src fix(tauri): cascade delete must handle the full subtree, not just direct children 2026-04-17 16:19:46 +00:00
build.rs tauri and flutter guis 2026-03-17 09:38:53 -07:00
Cargo.lock Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00
Cargo.toml Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00
tauri.conf.json feat: add MSI to Windows bundle targets 2026-04-03 03:48:21 -07:00