onyx-tasks/apps/tauri/src/lib
Claude 9a8a1a9f8e
style(sync): replace stray var with const in restartSyncInterval
Lone var in an otherwise let/const file — promote to const since the
value never gets reassigned. No behavior change.
2026-04-19 07:13:47 +00:00
..
components refactor(date-picker): group selected-state declarations up top 2026-04-19 07:13:29 +00:00
screens chore(cleanup): remove unused BottomSheet component and dead testConnection 2026-04-17 16:29:04 +00:00
stores style(sync): replace stray var with const in restartSyncInterval 2026-04-19 07:13:47 +00:00
dateFormat.ts refactor: extract shared date formatting utilities in frontend 2026-04-16 07:26:06 +00:00
grouping.test.ts Add Vitest suite covering the smoke-test fixes 2026-04-17 14:33:12 +00:00
grouping.ts Add Vitest suite covering the smoke-test fixes 2026-04-17 14:33:12 +00:00
paths.test.ts Add Vitest suite covering the smoke-test fixes 2026-04-17 14:33:12 +00:00
paths.ts Add Vitest suite covering the smoke-test fixes 2026-04-17 14:33:12 +00:00
types.ts Rename due_date to date across codebase 2026-04-14 07:36:10 -07:00