fix: issue #148 - for onboarding first ask to rate today / tomorrow then the next screen shoudl be time. if the user select today make the default time 9pm, if hte user selects tomorrow default time is 9am

Automated fix by Tony CI v3.
Refs #148

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
treyt
2026-02-28 12:51:17 -06:00
parent 675547db76
commit 0eaac2ffca
3 changed files with 25 additions and 7 deletions

View File

@@ -19,12 +19,12 @@ struct OnboardingMain: View {
// 1. Welcome screen
OnboardingWelcome()
// 2. Reminder time
OnboardingTime(onboardingData: onboardingData)
// 3. Which day to rate
// 2. Which day to rate
OnboardingDay(onboardingData: onboardingData)
// 3. Reminder time
OnboardingTime(onboardingData: onboardingData)
// 4. Style customization
OnboardingStyle(onboardingData: onboardingData)