-
Notifications
You must be signed in to change notification settings - Fork 621
[TOOL-3969] Dashboard: Update Plans, Add cancel plan, and other related UI updates #6674
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-3969] Dashboard: Update Plans, Add cancel plan, and other related UI updates #6674
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
73bcbe9 to
e8c2a3d
Compare
apps/dashboard/src/components/settings/Account/Billing/Pricing.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6674 +/- ##
=======================================
Coverage 55.05% 55.05%
=======================================
Files 889 889
Lines 55858 55858
Branches 3825 3825
=======================================
Hits 30751 30751
Misses 25012 25012
Partials 95 95
🚀 New features to boost your workflow:
|
size-limit report 📦
|
e8c2a3d to
c861857
Compare
apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/members/InviteSection.tsx
Show resolved
Hide resolved
apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/members/TeamMembersSettingsPage.tsx
Outdated
Show resolved
Hide resolved
apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/members/TeamMembersSettingsPage.tsx
Outdated
Show resolved
Hide resolved
apps/dashboard/src/components/settings/Account/Billing/Pricing.tsx
Outdated
Show resolved
Hide resolved
8bf77bd to
07eeb23
Compare
07eeb23 to
70c60a3
Compare
Merge activity
|
…ed UI updates (#6674) <!-- start pr-codex --> ## PR-Codex overview This PR focuses on enhancing the billing and subscription management system by adding new team plans, updating existing components, and improving the user interface for better user experience. ### Detailed summary - Added new plans: `accelerate` and `scale`. - Updated `TeamPlan` type to include new plans. - Modified `PlanInfoCard` to support new plans and improved UI. - Refactored billing components to use new plan data. - Enhanced `InviteSection` with new team plan options. - Updated storybook files for new billing plans. - Improved `CancelPlanModal` for better user feedback. - Added helper functions for plan CTA logic. > The following files were skipped due to too many changes: `apps/dashboard/src/components/onboarding/ApplyForOpCreditsModal.tsx` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
70c60a3 to
e450d32
Compare

PR-Codex overview
This PR focuses on enhancing the billing and subscription management system by adding new team plans, updating existing components, and improving the user interface for better user experience.
Detailed summary
accelerateandscale.TeamPlantype to include new plans.PlanInfoCardto support new plans and improved UI.InviteSectionwith new team plan options.CancelPlanModalfor better user feedback.