-
Notifications
You must be signed in to change notification settings - Fork 371
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: Integrate billing v2 init #5432
base: main
Are you sure you want to change the base?
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 #5432 +/- ##
=======================================
Coverage 45.53% 45.53%
=======================================
Files 1070 1070
Lines 55690 55690
Branches 4033 4033
=======================================
Hits 25356 25356
Misses 29647 29647
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
41c4e90
to
17c0fb4
Compare
56050bc
to
c35f6c9
Compare
c35f6c9
to
8bae24b
Compare
17c0fb4
to
8734cb7
Compare
8bae24b
to
30f5cfc
Compare
f9306cf
to
a258674
Compare
8359304
to
72f4a6c
Compare
72f4a6c
to
8392e77
Compare
Co-authored-by: Jonas Daniels <[email protected]>
8392e77
to
911470e
Compare
PR-Codex overview
This PR primarily focuses on refactoring and updating the billing-related components and logic within the application. It introduces new billing plans, modifies existing components for better usability, and enhances the onboarding process.
Detailed summary
TrackedLinkButtonProps
and related interfaces.LazyOnboardingBilling
toLazyAddPaymentMethod
.getAccount
API call to use a template string.TeamPlanBadge
to support new billing plans.PricingCard
to utilize new billing plan logic.getStripeCheckoutLink
for better payment handling.