-
Notifications
You must be signed in to change notification settings - Fork 619
Move onboarding components to app router folder #5481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move onboarding components to app router folder #5481
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5481 +/- ##
=======================================
Coverage 43.86% 43.86%
=======================================
Files 1076 1076
Lines 55972 55972
Branches 3910 3910
=======================================
Hits 24551 24551
Misses 30738 30738
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more.
|
size-limit report 📦
|
7f01495 to
596b374
Compare
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR reorganizes the onboarding-related components and types in the `apps/dashboard/src/app/login/onboarding` directory, improving the structure and imports. It also updates several import paths and refactors components for better clarity.
### Detailed summary
- Moved onboarding-related files to `apps/dashboard/src/app/login/onboarding`.
- Updated import paths for `isOnboardingComplete` to reflect the new structure.
- Refactored `PricingCard` import in `AccountForm.tsx` and `ChoosePlan.tsx`.
- Added `FeatureItem` component in `PricingCard`.
- Updated `useSkipOnboarding` and `ConfirmEmail` for new import paths.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
843f2a1 to
6e6d907
Compare
596b374 to
f0c077c
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on restructuring the onboarding-related components and their imports, moving them into a new
onboardingdirectory. It also updates references to these components in various files and modifies some import paths.Detailed summary
apps/dashboard/src/components/onboarding/types.ts.Title.tsx,LinkWallet.tsx,ChoosePlan.tsx,General.tsx,ConfirmEmail.tsx, anduseSkipOnboarding.tsxtoapps/dashboard/src/app/login/onboarding/.isOnboardingComplete.PricingCardfromcomponents/homepage/sections/PricingCardto@/components/blocks/pricing-card.FeatureItemcomponent inPricingCard.