onyx-tasks/apps/tauri
Claude efb4ccaaef
chore(cleanup): remove unused BottomSheet component and dead testConnection
BottomSheet.svelte is not imported anywhere — NewTaskInput hand-rolls
its own sheet. SetupScreen had a standalone testConnection() function
that was only ever reachable through connectAndBrowse which calls
test_webdav_connection directly; the standalone variant had no
callers.
2026-04-17 16:29:04 +00:00
..
src chore(cleanup): remove unused BottomSheet component and dead testConnection 2026-04-17 16:29:04 +00:00
src-tauri fix(new-task): attach date in a single create_task call to prevent loss 2026-04-17 16:23:51 +00:00
tauri-plugin-credentials Add tauri-plugin-credentials for cross-platform credential storage 2026-04-05 17:29:51 -07:00
.gitignore tauri and flutter guis 2026-03-17 09:38:53 -07:00
index.html Add safe area insets for mobile status bar and navigation 2026-04-05 17:29:54 -07:00
package-lock.json Add Vitest suite covering the smoke-test fixes 2026-04-17 14:33:12 +00:00
package.json Add Vitest suite covering the smoke-test fixes 2026-04-17 14:33:12 +00:00
svelte.config.js tauri and flutter guis 2026-03-17 09:38:53 -07:00
tsconfig.json tauri and flutter guis 2026-03-17 09:38:53 -07:00
vite.config.ts Add Vitest suite covering the smoke-test fixes 2026-04-17 14:33:12 +00:00