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
This commit is contained in:
Till-JS 2026-01-27 16:57:14 +01:00
parent 6402f287e8
commit 14c83cb4bd
10 changed files with 873 additions and 7 deletions

View file

@ -23,7 +23,8 @@
"peerDependencies": {
"svelte": "^5.0.0",
"@manacore/shared-auth": "workspace:*",
"@manacore/shared-icons": "workspace:*"
"@manacore/shared-icons": "workspace:*",
"@manacore/shared-branding": "workspace:*"
},
"devDependencies": {
"svelte": "^5.16.0",