managarten/packages/shared-auth-ui/src/components
Till JS 336cfedd0b refactor(auth): centralize appReady pattern into AuthGate component
Replace copy-pasted appReady/loading/redirect logic in all 13 layouts
with a shared AuthGate component. Supports guest mode, onReady callback
for app-specific data loading, and configurable login redirect.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 08:30:31 +01:00
..
AppleSignInButton.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
AuthGate.svelte refactor(auth): centralize appReady pattern into AuthGate component 2026-03-25 08:30:31 +01:00
AuthGateModal.svelte ♻️ refactor: centralize AuthGateModal in shared-auth-ui 2026-01-29 15:03:52 +01:00
GoogleSignInButton.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
GuestWelcomeModal.svelte feat(shared-auth-ui): add GuestWelcomeModal for guest onboarding 2026-01-27 16:57:14 +01:00
SessionExpiredBanner.svelte feat(auth): add session expired banner when token refresh fails 2026-03-24 21:24:28 +01:00