- Create EncyclopediaProgressCard with dynamic progress color, reuse in
encyclopedia and profile pages to unify styling
- Add skyColor and maxPitch to AMap 3D view to reduce empty tile area
when tilting
- Extend AMap type declarations for skyColor, maxPitch, getPitch, getRotation
- Rewrite AGENTS.md with directory map, route table, store docs, and
build/deploy information reflecting current project state
- Fix map timeline slider not resetting to current time when reopening
the controls panel
- Replace infinite scroll with page-based navigation in gallery
- Add dynamic progress color (blue→amber→red) in encyclopedia
- Fix timeline not returning to realtime when closing in archive mode
- Simplify image detail modal close button styling
- Add web-design-reviewer skill
Always initialize auth before mounting the app so loading state completes
and onAuthStateChange is registered on every route. Gate header auth UI
on !loading to avoid flicker during email confirm and password reset
flows. Load profile before setting user ref so displayUsername shows the
correct name immediately instead of flashing the email.
Show detailed Supabase error payloads in the admin console and use direct equality for single-image moderation updates to make approval failures easier to diagnose.