1.2.0: contextual notifications + in-onboarding auto-fill (aha moment)
- New "Week Ready" onboarding step: auto-fills the first week inline right after dish creation, then pitches the Sunday reminder with context before requesting OS notification permission (no more cold prompt on Home) - Notifications section in Settings: weekly reminder toggle, deep-link to system settings when permission is denied - NotificationService: remindersEnabled preference, requestPermission(), authorizationStatus(), cancelAllReminders() - Post-onboarding premium prompt deferred to 2nd session (paywall was just shown as the final onboarding step — 2s-later alert was prompt fatigue) - Back navigation blocked after onboarding commit to avoid duplicate dishes - 10 new strings × 6 languages Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UtWT52pAE91D7mbDda1cAM
This commit is contained in:
@@ -362,3 +362,17 @@
|
||||
/* Week rating */
|
||||
"week_rating_prompt" = "Wie war diese Woche?";
|
||||
|
||||
|
||||
/* Week ready onboarding step (1.2.0) */
|
||||
"onboarding_week_ready_title" = "Deine Woche ist fertig!";
|
||||
"onboarding_week_ready_subtitle" = "%d Mahlzeiten automatisch geplant. Du kannst später alles anpassen.";
|
||||
"onboarding_week_ready_subtitle_empty" = "Dein Wochenplan ist eingerichtet. Füge jederzeit Gerichte hinzu und fülle ihn mit einem Tipp.";
|
||||
"onboarding_reminder_pitch" = "Erhalte jeden Sonntag eine Erinnerung, damit die Woche immer geplant beginnt.";
|
||||
"onboarding_reminder_allow" = "Sonntags erinnern";
|
||||
"onboarding_reminder_skip" = "Jetzt nicht";
|
||||
|
||||
/* Notification settings (1.2.0) */
|
||||
"settings_notifications_header" = "Mitteilungen";
|
||||
"settings_weekly_reminder" = "Wöchentliche Planungserinnerung";
|
||||
"settings_notifications_denied_hint" = "Mitteilungen sind in den Systemeinstellungen deaktiviert.";
|
||||
"settings_open_system_settings" = "Einstellungen öffnen";
|
||||
|
||||
Reference in New Issue
Block a user