onyx-tasks/apps/tauri
Claude 69d65b9acf
screenshot: add app screenshot and fix vite browser condition
Captures the app's first-run setup screen. Also fixes a real bug in
vite.config.ts where resolve.conditions was [] for non-Vitest builds,
causing Svelte 5 to resolve its SSR export (with a no-op mount stub)
instead of the browser client. Adding "browser" to conditions ensures
the correct client bundle is used.

https://claude.ai/code/session_015rsRzNgDkcqVy815X5hNbm
2026-04-18 11:00:20 +00:00
..
src test: cover CLI workspace resolver, date picker, saturating version 2026-04-17 16:32:22 +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 screenshot: add app screenshot and fix vite browser condition 2026-04-18 11:00:20 +00:00