managarten/apps/photos/apps/web
Till JS 000b74af9f fix(web): add appReady gate to prevent auth race condition in all apps
In Svelte, child onMount fires before parent onMount. Pages that fetch
data in onMount race against the layout's authStore.initialize(). Added
appReady state gate to layouts so children don't mount until auth is
confirmed. Affects: todo, contacts, clock, photos, zitare, planta.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 12:15:35 +01:00
..
src fix(web): add appReady gate to prevent auth race condition in all apps 2026-03-24 12:15:35 +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(docker): add shared-error-tracking package to all 15 web Dockerfiles 2026-03-23 09:08:33 +01:00
package.json feat: add onboarding to 6 new apps and feature intro step to all 16 apps 2026-03-23 21:58:14 +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