managarten/apps/clock/apps/web
Till-JS 14c83cb4bd feat(shared-auth-ui): add GuestWelcomeModal for guest onboarding
Add a unified welcome modal for guest mode that displays:
- App icon, name, and description from shared-branding
- Feature list of what guests can do (localized DE/EN)
- Warning about local-only data storage
- Login, Register, Help, and "Continue as Guest" buttons

New files:
- GuestWelcomeModal.svelte - The modal component
- guestWelcome.ts - localStorage utilities for tracking seen state

Integrated into: contacts, chat, todo, calendar, and clock apps
2026-01-27 16:57:14 +01:00
..
src feat(shared-auth-ui): add GuestWelcomeModal for guest onboarding 2026-01-27 16:57:14 +01:00
Dockerfile fix: add svelte-kit sync to Dockerfiles before build 2026-01-23 00:21:02 +01:00
package.json fix: add prepare scripts to web apps for svelte-kit sync 2026-01-23 00:14:06 +01:00
svelte.config.js fix(clock-web): add missing SvelteKit config files 2026-01-23 00:24:03 +01:00
tsconfig.json fix(clock-web): add missing SvelteKit config files 2026-01-23 00:24:03 +01:00
vite.config.ts fix(clock-web): add missing SvelteKit config files 2026-01-23 00:24:03 +01:00