managarten/apps/zitare/apps/web
Till JS 79080d6654 fix(apps): use explicit AuthServiceInterface in all 21 auth stores, re-enable type-check
Replace ReturnType<typeof initializeWebAuth>['authService'] with the
explicit AuthServiceInterface in all 21 web app auth stores. This
ensures svelte-check sees all 37 auth methods instead of TS inferring
a truncated type (~27 methods visible).

Re-enabled type-check in 5 apps that were skipping it:
- chat/web: svelte-kit sync && svelte-check --threshold error
- clock/web: svelte-kit sync && svelte-check --threshold error
- context/web: svelte-kit sync && svelte-check --threshold error
- presi/web: svelte-kit sync && svelte-check --threshold error
- picture/mobile: tsc --noEmit

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 10:15:23 +01:00
..
src fix(apps): use explicit AuthServiceInterface in all 21 auth stores, re-enable type-check 2026-03-28 10:15:23 +01:00
static refactor(pwa): replace custom service workers with Vite PWA plugin and centralize offline page 2026-03-22 18:16:43 +01:00
docker-entrypoint.sh 🚀 feat(zitare-web): add Docker deployment infrastructure 2026-02-13 14:49:26 +01:00
Dockerfile fix(zitare): increase Node memory limit for web build 2026-03-26 11:52:30 +01:00
package.json feat(zitare): migrate to local-first with Dexie.js 2026-03-27 12:05:01 +01:00
svelte.config.js 🔧 debug(bot-services): add logging to getToken for SSO-Link debugging 2026-02-13 14:06:37 +01:00
tsconfig.json 🔧 debug(bot-services): add logging to getToken for SSO-Link debugging 2026-02-13 14:06:37 +01:00
vite.config.ts fix(zitare): add missing Tailwind CSS v4 vite plugin 2026-03-26 09:05:29 +01:00