-
Notifications
You must be signed in to change notification settings - Fork 535
[TOOL-3640] Dashboard: Add sponsored transactions table in team usage page #6434
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 ↗︎
|
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 📦
|
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6434 +/- ##
=======================================
Coverage 54.62% 54.62%
=======================================
Files 874 874
Lines 54732 54732
Branches 3708 3708
=======================================
Hits 29896 29896
Misses 24741 24741
Partials 95 95
🚀 New features to boost your workflow:
|
Merge activity
|
… page (#6434) <!-- start pr-codex --> ## PR-Codex overview This PR focuses on enhancing the functionality and user experience of the dashboard by adding new features, improving existing components, and refining data handling, particularly around sponsored transactions and usage analytics. ### Detailed summary - Added `placeholder` prop to `SingleNetworkSelector`. - Integrated `SponsoredTransactionsTable` in `AccountAbstractionAnalytics`. - Enhanced `Usage` component with `client` and `projects` props. - Improved `ExportToCSVButton` to handle different data types. - Introduced `SponsoredTransactionsTable` for displaying sponsored transaction data. - Updated `SponsoredTransactionsTableUI` with pagination and filter options. - Added error handling and loading states in various components. - Refactored proxy actions to support optional search parameters and text parsing. - Introduced `getAuthToken` for authentication in several pages. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
28b73ed
to
f8eb86d
Compare
PR-Codex overview
This PR focuses on enhancing the
SponsoredTransactionsTable
component and related functionalities by integrating additional props, improving data handling, and refining the UI for better user experience.Detailed summary
placeholder
prop toSingleNetworkSelector
.SponsoredTransactionsTable
inAccountAbstractionAnalytics
.Usage
component withclient
andprojects
props.ExportToCSVButton
to handle different data formats.SponsoredTransactionsTable
for improved data fetching and UI.SponsoredTransactionsTableUI
.SponsoredTransactionsTableUI
.