-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Feature: Add account settings page with Name and Email fields #5461
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
[Dashboard] Feature: Add account settings page with Name and Email fields #5461
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 #5461 +/- ##
=======================================
Coverage 43.88% 43.88%
=======================================
Files 1075 1075
Lines 55944 55944
Branches 3910 3910
=======================================
Hits 24550 24550
Misses 30711 30711
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more.
|
size-limit report 📦
|
9dc0c9a to
17d8f93
Compare
17d8f93 to
6c24a63
Compare
6c24a63 to
1cf99be
Compare
jnsdls
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1cf99be to
caa6968
Compare
|
Fixed
|
Merge activity
|
…elds (#5461) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the account settings functionality, including email confirmation and account updates, while improving error handling and user interactions. ### Detailed summary - Added a new route for `/account/settings`. - Improved onboarding logic for email confirmation. - Updated waitlist joining logic to handle responses better. - Enhanced `joinTeamWaitlist` and `updateAccount` actions with better error handling. - Implemented email confirmation with OTP in `confirmEmailWithOTP`. - Improved `AccountSettingsPage` to include email update functionalities. - Added UI components for email verification and account updates. - Refined error handling in various components for better user feedback. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
caa6968 to
a67e980
Compare


Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on enhancing the account settings functionality by implementing email confirmation, account updates, and user feedback mechanisms. It introduces new actions, modifies existing components, and improves user experience with better error handling.
Detailed summary
"/account/settings"route inlayout.tsx.index.tsx.nebula-waitlist-page.tsx.joinWaitlist.tsandupdateAccount.ts.confirmEmail.ts.AccountSettingsPage.tsxto include email and name update functionalities.AccountSettingsPageUI.tsxto handle email and name updates.EmailUpdateDialogto manage OTP and email updates.AccountSettingsPageUI.stories.tsx.