Skip to content
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

[TOOL-3446] Dashboard: Revamp account onboarding, Add Team onboarding - DO NOT MERGE, migration required #6354

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MananTank
Copy link
Member

@MananTank MananTank commented Feb 26, 2025


PR-Codex overview

This PR primarily focuses on refactoring the onboarding process by removing old components, updating types, and enhancing the user experience in the onboarding flow for accounts and teams.

Detailed summary

  • Deleted multiple onboarding-related components.
  • Updated TeamResponse type to include isOnboarded.
  • Modified email validation schema to use z.string().email().
  • Renamed isOnboardingComplete to isAccountOnboardingComplete.
  • Added new functions for team onboarding completion checks.
  • Introduced new storybook stories for onboarding components.
  • Refactored the PricingCard to use a loading spinner.
  • Added new UI components for linking wallets and verifying emails.
  • Improved error handling and user feedback in forms.

The following files were skipped due to too many changes: apps/dashboard/src/app/login/onboarding/team-onboarding/TeamInfoForm.tsx

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

linear bot commented Feb 26, 2025

Copy link

changeset-bot bot commented Feb 26, 2025

🦋 Changeset detected

Latest commit: 19d877f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@thirdweb-dev/service-utils Patch

Not sure what this means? Click here to learn what changesets are.

[Click here if you're a maintainer who wants to add another changeset to this PR](https://github.com/thirdweb-dev/js/new/tool-3446-3?filename=.changeset/proud-snails-sip.md&value=---%0A%22thirdweb-dashboard%22%3A%20patch%0A---%0A%0A%5BTOOL-3446%5D%20Dashboard%3A%20Revamp%20account%20onboarding%2C%20Add%20Team%20onboarding%20(-%20DO%20NOT%20MERGE%2C%20migration%20required%20%20%0A)

Copy link

vercel bot commented Feb 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 9:54am
login ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 9:54am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 9:54am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 9:54am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 27, 2025 9:54am

@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. packages labels Feb 26, 2025
@MananTank MananTank changed the title [TOOL-3446] Dashboard: Revamp account onboarding, Add Team onboarding [TOOL-3446] Dashboard: Revamp account onboarding, Add Team onboarding ( DO NOT MERGE ) Feb 26, 2025
Copy link
Member Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
Contributor

github-actions bot commented Feb 26, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.56 KB (0%) 932 ms (0%) 2.4 s (+21.74% 🔺) 3.3 s
thirdweb (cjs) 124.42 KB (0%) 2.5 s (0%) 4.6 s (-9.62% 🔽) 7.1 s
thirdweb (minimal + tree-shaking) 5.6 KB (0%) 112 ms (0%) 279 ms (+3.49% 🔺) 391 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 166 ms (+99.86% 🔺) 176 ms
thirdweb/react (minimal + tree-shaking) 19.35 KB (0%) 387 ms (0%) 531 ms (+86.89% 🔺) 918 ms

@MananTank MananTank changed the title [TOOL-3446] Dashboard: Revamp account onboarding, Add Team onboarding ( DO NOT MERGE ) [TOOL-3446] Dashboard: Revamp account onboarding, Add Team onboarding ( DO NOT MERGE ) Feb 26, 2025
@MananTank MananTank changed the title [TOOL-3446] Dashboard: Revamp account onboarding, Add Team onboarding ( DO NOT MERGE ) [TOOL-3446] Dashboard: Revamp account onboarding, Add Team onboarding (- DO NOT MERGE, migration required Feb 26, 2025
@MananTank MananTank changed the title [TOOL-3446] Dashboard: Revamp account onboarding, Add Team onboarding (- DO NOT MERGE, migration required [TOOL-3446] Dashboard: Revamp account onboarding, Add Team onboarding - DO NOT MERGE, migration required Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dashboard Involves changes to the Dashboard. packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant