-
Notifications
You must be signed in to change notification settings - Fork 621
[TOOL-3762] Dashboard: Update In-app wallet analytics page #6610
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. 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 #6610 +/- ##
==========================================
- Coverage 54.97% 54.97% -0.01%
==========================================
Files 885 885
Lines 55610 55610
Branches 3795 3793 -2
==========================================
- Hits 30574 30570 -4
- Misses 24941 24945 +4
Partials 95 95
🚀 New features to boost your workflow:
|
size-limit report 📦
|
5ab5ac3 to
99b8def
Compare
8dea2a2 to
58ab8c2
Compare
99b8def to
90ba466
Compare
Merge activity
|
<!-- start pr-codex -->
## PR-Codex overview
This PR focuses on refactoring components related to in-app wallets and account abstraction analytics. It introduces new loading states, replaces certain components with `StatCard`, and enhances the handling of asynchronous data fetching.
### Detailed summary
- Removed `loading.tsx` files for in-app wallets and account abstraction.
- Updated `InAppWalletsHeader` to no longer accept props.
- Replaced `Stat` with `StatCard` in `EcosystemWalletsSummary` and `AccountAbstractionSummary`.
- Added `isPending` state to `StatCard` for loading indication.
- Refactored `InAppWalletsSummary` and `AccountAbstractionSummary` to utilize async data fetching with `Suspense`.
- Enhanced `InAppWalletAnalytics` to manage loading states and data fetching more effectively.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
203d46e to
7eaf86a
Compare

PR-Codex overview
This PR focuses on enhancing the
InAppWalletsandAccountAbstractioncomponents by refactoring code for better handling of loading states and data fetching, while also replacingStatcomponents withStatCardfor improved UI consistency.Detailed summary
loading.tsxfiles forin-app-walletsandaccount-abstraction.InAppWalletsHeaderto remove props and simplify data fetching.StatCardin place ofStatfor displaying statistics.isPendingprop toStatCardfor loading states.InAppWalletsSummaryandAccountAbstractionSummaryto use asynchronous data fetching with suspense.AccountAbstractionAnalyticsto remove unnecessary summary component.InAppWalletAnalyticsto manage loading state and data fetching more effectively.