Commit graph

6 commits

Author SHA1 Message Date
Claude 0672290c4b
docs(audit): log 2026-04-29 findings
https://claude.ai/code/session_01Vk2NBZGFP3YVshDj1CwDjt
2026-04-29 07:12:42 +00:00
Claude c57ffd3f55
docs(audit): log 2026-04-27 findings 2026-04-27 07:23:34 +00:00
Claude e1c4fd7dfb
docs(audit): log 2026-04-25 findings 2026-04-25 07:28:33 +00:00
Claude 8611f55573
docs(audit): log 2026-04-24 findings 2026-04-24 07:38:54 +00:00
Claude 890f0c2126
docs(audit): log 2026-04-20 findings 2026-04-20 07:37:54 +00:00
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