-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Fix: Cleanup dashboard UI #5344
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
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. |
Merge activity
You must have a Graphite account in order to use the merge queue. Create an account and try again using this link
|
apps/dashboard/src/app/team/[team_slug]/[project_slug]/page.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5344 +/- ##
=======================================
Coverage 45.76% 45.76%
=======================================
Files 1069 1069
Lines 55606 55606
Branches 4074 4074
=======================================
Hits 25446 25446
Misses 29471 29471
Partials 689 689
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
CNCT-2282 <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on refactoring components related to analytics and charts in the dashboard, removing unused components, improving data handling, and enhancing UI elements for better responsiveness and clarity. ### Detailed summary - Deleted `ConnectSDKCard.tsx` and `ConnectAnalyticsDashboard.tsx` files. - Removed the `Analytics` link from the sidebar. - Enhanced `PieChartCard` and `BarChart` components with better data mapping and UI adjustments. - Updated `RangeSelector` to handle local state for range and interval. - Removed unused API functions related to wallet usage. - Improved data filtering logic in `WalletDistributionCard` and `AuthMethodDistributionCard`. - Adjusted image rendering for better layout consistency in charts. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
44f2216 to
d34357e
Compare
CNCT-2282
PR-Codex overview
This PR focuses on refactoring various components in the dashboard application, improving the handling of analytics, and enhancing the UI elements like charts and tooltips. Additionally, it removes some unused components and optimizes data fetching.
Detailed summary
ConnectSDKCard.tsxandConnectAnalyticsDashboard.tsx.CombinedBarChartCardto includeprefetchfunctionality.PieChartCardto map over items for better data handling.BarCharttooltip width from 150px to 200px.valueFormattertoChartTooltipContent.page.tsxinstead of renderingConnectAnalyticsDashboard.RangeSelectorfor range and interval.RangeSelector.useApi.ts.UsersChartCard.WalletDistributionCardandAuthMethodDistributionCard.