Skip to content

Add onboarding flow#6

Open
arjun-dureja wants to merge 2 commits intomainfrom
onboarding-flow
Open

Add onboarding flow#6
arjun-dureja wants to merge 2 commits intomainfrom
onboarding-flow

Conversation

@arjun-dureja
Copy link
Owner

No description provided.

@arjun-dureja
Copy link
Owner Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 67bf559886

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


await SubscriptionService().checkAccess()

showOnboarding = true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Skip onboarding once user has already completed it

prepareInitialPresentation() always sets showOnboarding = true after checkAccess(), but the new @AppStorage("hasCompletedOnboarding") flag is never consulted, so onboarding is shown on every app launch (including returning users and Pro users). This turns the flow into a persistent modal instead of first-run onboarding and can repeatedly interrupt normal entry points like widget-triggered paywall/navigation.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant