Commit graph

2 commits

Author SHA1 Message Date
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
Claude 9f40061b07
Add screenshot of Tauri app setup screen
Captured by running the Tauri GUI under Xvfb (1024x768x24) with
WEBKIT_DISABLE_DMABUF_RENDERER=1 and WEBKIT_DISABLE_COMPOSITING_MODE=1,
then using ImageMagick `import` against the Onyx X window id.
2026-04-17 12:06:35 +00:00