onyx-tasks/apps/tauri/src-tauri
Claude 0fc1f16c9d
fix(new-task): attach date in a single create_task call to prevent loss
The new-task bottom sheet called createTask then, if a date was set,
made a follow-up updateTask to attach the date. If the update failed
(e.g. filesystem error between the two writes) the user was left with
a dateless task and, because transient sync errors are already
suppressed, often no visible error either.

Extend the create_task Tauri command to accept optional date/has_time
fields and pass them through. The frontend now creates the task in one
round-trip. No separate update path needed.
2026-04-17 16:23:51 +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(new-task): attach date in a single create_task call to prevent loss 2026-04-17 16:23:51 +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