Commit Graph

7 Commits

Author SHA1 Message Date
8490154dde configure base path /tpf/ for subdirectory deployment, increase workbox cache limit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 11:49:01 +01:00
c31948b997 add playwright e2e tests for onboarding, contact tracker
- install playwright, configure for chromium with vite dev server
- add onboarding flow test: redirect, form fill, navigation to prozess
- add contact tracker test: create contact, verify in list
- fix onboarding form navigating to /onboarding instead of /prozess
- fix date rendering crash in contact list (cast datum to text)
- exclude @electric-sql/pglite from vite optimizeDeps (WASM bundle)
- add test-results/, playwright-report/ to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 11:42:00 +01:00
a40ce119eb add pwa support with vite-plugin-pwa, manifest, placeholder icons
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 10:57:20 +01:00
2c9e94247e add tailwind css v4, shadcn/ui with initial components
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 10:48:45 +01:00
3a4f21bad8 fix deprecated TanStackRouterVite, use tanstackRouter default export
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 10:38:20 +01:00
a4d790c0fe add tanstack router with file-based routing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 10:35:47 +01:00
49cf7d560b scaffold vite + react + typescript project
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 10:33:10 +01:00