Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

Summary

Adds a congratulatory modal that appears when a user starts their Pro trial. Previously, nothing was shown to the user when their trial began. The modal follows the same pattern as the existing TrialExpiredModal.

Changes:

  • Created TrialBeginModal component with "Welcome to Pro!" message and feature highlights
  • Added modal to main app layout for global rendering
  • Triggered modal when trial starts during onboarding (login.tsx)
  • Triggered modal when trial starts from account settings (account.tsx)
  • Added "Trial Begin" button to devtools panel for testing

Review & Testing Checklist for Human

  • Test onboarding flow: Sign up as a new user eligible for trial and verify the modal appears after login completes. Confirm the modal doesn't block navigation to the next onboarding step.
  • Test settings flow: As an existing user eligible for trial, click "Start Pro Trial" in Account settings and verify the modal appears after the trial starts.
  • Test devtools: Open devtools panel and click "Trial Begin" button to verify the modal can be triggered manually.
  • Verify modal styling: Check that the modal looks correct and matches the design system (compare with Trial Expired modal).

Notes

Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@netlify
Copy link

netlify bot commented Jan 7, 2026

Deploy Preview for howto-fix-macos-audio-selection canceled.

Name Link
🔨 Latest commit e338d80
🔍 Latest deploy log https://app.netlify.com/projects/howto-fix-macos-audio-selection/deploys/695e680a97ce880008bf547e

@netlify
Copy link

netlify bot commented Jan 7, 2026

Deploy Preview for hyprnote-storybook canceled.

Name Link
🔨 Latest commit e338d80
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote-storybook/deploys/695e680ab202ea0008e96a59

@netlify
Copy link

netlify bot commented Jan 7, 2026

Deploy Preview for hyprnote canceled.

Name Link
🔨 Latest commit e338d80
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/695e680aeb87c50008c89842

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.

2 participants