onyx-tasks/crates/onyx-core/src
Claude 125f1e19ac
fix: audit — debounced save data loss, silent workspace errors, code duplication
- Fix debouncedSave in TaskDetailView losing edits when title and
  description are changed within 400ms (shared timer only saved the
  last-changed field)
- Return errors from Tauri commands when workspace ID doesn't exist
  instead of silently succeeding (set_webdav_config, set_workspace_theme,
  set_sync_interval, set_sync_interval_unfocused)
- Remove duplicate atomic_write_bytes in google_tasks.rs; reuse
  pub(crate) atomic_write from storage.rs
- Fix failing test using wrong frontmatter field name (due → date)
- Add Audit.md log

https://claude.ai/code/session_0186pnnUJxj2uv1KhHjWoAGA
2026-04-15 07:16:40 +00:00
..
config.rs Group pending tasks by due date 2026-04-14 06:01:19 -07:00
error.rs Add tests for models.rs, error.rs, and repository.rs edge cases 2026-04-06 11:50:52 +00:00
google_tasks.rs fix: audit — debounced save data loss, silent workspace errors, code duplication 2026-04-15 07:16:40 +00:00
lib.rs Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00
models.rs the kebab menu calls the date on tasks a due date, but it's not a due date... it's just a date. can we make sure the codebase, documentation and everything is consistent about this? 2026-04-14 07:19:27 -07:00
repository.rs Rename due_date to date across codebase 2026-04-14 07:36:10 -07:00
storage.rs fix: audit — debounced save data loss, silent workspace errors, code duplication 2026-04-15 07:16:40 +00:00
sync.rs feat: add onyx dark theme support 2026-04-06 17:17:00 -07:00
webdav.rs Fix critical and high-severity issues from project audit 2026-04-06 11:03:11 +00:00