onyx-tasks/apps/tauri/src
Claude a79dcc4617
test: cover CLI workspace resolver, date picker, saturating version
Add regression tests for the bugs found in this smoke test:

- resolve_workspace: by-name, by-UUID, unknown-identifier, current-fallback,
  actionable no-workspace message.
- DateTimePicker: selected-day highlight must be month-scoped; committing
  after navigating months uses the selected month, not the viewed one.
- create_task: version is saturating_add on u64::MAX (doesn't panic/wrap).

Also fixes the three pre-existing clippy warnings (WorkspaceMode now uses
#[derive(Default)] + #[default], repository test drops unused binding,
sync test uses struct-update syntax instead of field-reassign-default).
2026-04-17 16:32:22 +00:00
..
lib test: cover CLI workspace resolver, date picker, saturating version 2026-04-17 16:32:22 +00:00
test Add Vitest suite covering the smoke-test fixes 2026-04-17 14:33:12 +00:00
app.css 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
App.svelte Introduce windowDecorations enum with three options 2026-04-14 06:02:30 -07:00
main.ts tauri and flutter guis 2026-03-17 09:38:53 -07:00