-
Notifications
You must be signed in to change notification settings - Fork 422
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
enhance manage billing visibility in dashboard #5990
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. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5990 +/- ##
=======================================
Coverage 54.77% 54.77%
=======================================
Files 1151 1151
Lines 61257 61257
Branches 5151 5151
=======================================
Hits 33556 33556
Misses 26975 26975
Partials 726 726
*This pull request uses carry forward flags. Click here to find out more. |
Merge activity
|
--- title: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" --- If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces a new `Manage Billing` button in the `account-button.client.tsx` file and enhances the `Billing` component with an informational `Alert` about managing plans. It also adds a description to guide users on billing management. ### Detailed summary - Added a `Manage Billing` button in `account-button.client.tsx`. - Introduced an `Alert` in `Billing` component with a title and description. - Included a link in the `Alert` for managing billing. - Added a paragraph to encourage users to upgrade or downgrade their plan. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
cde3a8b
to
da507f1
Compare
title: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
How to test
Unit tests, playground, etc.
PR-Codex overview
This PR focuses on enhancing the
Billing
component by adding an alert for managing plans and including a new button for billing management in theSecondaryNav
.Detailed summary
Button
inaccount-button.client.tsx
for "Manage Billing".Alert
inBilling
component with a title and description about managing the plan.