-
Notifications
You must be signed in to change notification settings - Fork 514
[TOOL-3766] Dashboard: Account Abstraction page updates #6609
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 #6609 +/- ##
=======================================
Coverage 54.91% 54.91%
=======================================
Files 885 885
Lines 55581 55581
Branches 3791 3791
=======================================
Hits 30522 30522
Misses 24964 24964
Partials 95 95
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Merge activity
|
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on improving the UI and functionality of various components in the dashboard by modifying styles, enhancing layout elements, and integrating new features related to account abstraction and user operation statistics. ### Detailed summary - Removed `lg:gap-6` from grid classes in multiple components. - Increased header sizes from `text-lg` to `text-xl` in `SponsoredTransactionsTableUI.tsx`. - Adjusted margins and padding for improved spacing in various components. - Added new `GasCreditAlert` component for displaying gas credit information. - Integrated `AccountAbstractionSummary` into `AccountAbstractionAnalytics`. - Updated `userOpStats` handling in `Page` component to use promises for better performance. - Replaced certain text with more concise phrasing in descriptions. - Removed unused imports and optimized component structure for clarity. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
8dea2a2
to
58ab8c2
Compare
PR-Codex overview
This PR focuses on UI improvements and adjustments in various components related to account abstraction and analytics in the dashboard. It enhances the presentation of statistics and layout consistency across multiple files.
Detailed summary
lg:gap-6
from grid classes inSummary.tsx
andAccountAbstractionSummary.tsx
.text-lg
totext-xl
inSponsoredTransactionsTableUI.tsx
.AccountAbstractionLayout
to include aGasCreditAlert
component.page.tsx
usingPromise.all
.TotalSponsoredChartCard
andSponsoredTransactionsChartCard
.