-
Notifications
You must be signed in to change notification settings - Fork 621
[Dashboard] Feature: Team Analytics Page #5353
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5353 +/- ##
=======================================
Coverage 45.71% 45.71%
=======================================
Files 1070 1070
Lines 55670 55670
Branches 4083 4083
=======================================
Hits 25450 25450
Misses 29531 29531
Partials 689 689
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
88209e4 to
a6a6c8d
Compare
a6a6c8d to
b71cbff
Compare
Merge activity
|
CNCT-2291 https://github.com/user-attachments/assets/163c5eb5-c4dc-4d0f-a6aa-099a321148e8 <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on refactoring components related to analytics in the dashboard. It replaces the `ProjectOverviewHeader` with an `AnalyticsHeader`, updates various components to enhance functionality, and introduces new analytics-related features. ### Detailed summary - Deleted `Steps.tsx` and `HomeProductCard.tsx`. - Replaced `ProjectOverviewHeader` with `AnalyticsHeader` in various files. - Updated `projectStub` function to remove the export. - Introduced new components for analytics: `UsersChartCard`, `WalletDistributionCard`, `AuthMethodDistributionCard`, `TotalSponsoredCard`, and `UserOpUsageCard`. - Enhanced `EmptyState` component styling and functionality. - Adjusted imports to reflect new component paths. - Added new fetching functions for analytics data: `getWalletConnections`, `getInAppWalletUsage`, `getUserOpUsage`, and `getWalletUsers`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
b71cbff to
9910a02
Compare
CNCT-2291
Google.Chrome.mp4
PR-Codex overview
This PR focuses on refactoring the onboarding and analytics components in the dashboard, replacing the
ProjectOverviewHeaderwithAnalyticsHeader, and enhancing analytics functionality with new data fetching methods and improved UI components.Detailed summary
Steps.tsxandHomeProductCard.tsx.ProjectOverviewHeaderwithAnalyticsHeaderin multiple files.projectStubfunction to remove export.UsersChartCard,WalletDistributionCard, etc.