managarten/apps/photos/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 feat(photos): add Photos app with mana-media EXIF integration 2026-02-11 17:58:44 +01:00
.env.example feat(photos): add Photos app with mana-media EXIF integration 2026-02-11 17:58:44 +01:00
Dockerfile fix(citycorners): replace @const with direct function calls in templates 2026-03-25 16:05:37 +01:00
package.json feat(apps): migrate Chat, Questions, Mukke, Context, Photos to local-first 2026-03-27 21:17:56 +01:00
svelte.config.js feat(photos): add Photos app with mana-media EXIF integration 2026-02-11 17:58:44 +01:00
tsconfig.json feat(photos): add Photos app with mana-media EXIF integration 2026-02-11 17:58:44 +01:00
vite.config.ts feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00