-
Notifications
You must be signed in to change notification settings - Fork 619
Add charts on usage page #5459
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
Add charts on usage page #5459
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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 @@
## 11-14-integrate_billing_v2_init #5459 +/- ##
================================================================
Coverage 45.53% 45.53%
================================================================
Files 1070 1070
Lines 55709 55709
Branches 4031 4031
================================================================
Hits 25365 25365
Misses 29657 29657
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more.
|
size-limit report 📦
|
70790b9 to
c22380f
Compare
89eb850 to
0ab00f4
Compare
|
d6527e3 to
6a02e8c
Compare
| trendFn?: (d: typeof data, key: K) => number | undefined; | ||
| existingQueryParams?: { [key: string]: string | string[] | undefined }; | ||
| className?: string; | ||
| hideTabs?: boolean; |
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.
Would it be possible to use the BarChart component directly if you don't need the tabs?
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.
yeah, I can make that change
apps/dashboard/src/app/team/components/Analytics/CombinedBarChartCard.tsx
Show resolved
Hide resolved
6a02e8c to
bfa7449
Compare
|
folded into upstream |

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on refactoring and enhancing the dashboard application by improving component structures, updating styling, and replacing certain components for better functionality and clarity.
Detailed summary
toNumberfunction fromutils/number.ts.empty-chart-state.tsx.EcosystemWalletUsersChartCard.tsx.page.tsxfiles for better structure.InAppWalletUsersChartCardwithInAppWalletUsersChartCardUI.TotalSponsoredChartCardUIinTotalSponsoredCard.Usagecomponent to include subscription and account details.AsyncInAppWalletUsersChartCardfor asynchronous data fetching.