-
Notifications
You must be signed in to change notification settings - Fork 619
Move /connect/account-abstraction to app router #4896
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
Move /connect/account-abstraction to app router #4896
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. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4896 +/- ##
=======================================
Coverage 47.61% 47.61%
=======================================
Files 1057 1057
Lines 57221 57221
Branches 3924 3924
=======================================
Hits 27246 27246
Misses 29286 29286
Partials 689 689
*This pull request uses carry forward flags. Click here to find out more. |
a7c947d to
2ac9ad0
Compare
243000b to
e406599
Compare
2ac9ad0 to
293305b
Compare
e406599 to
215ebb1
Compare
7b11876 to
23cd49d
Compare
c8ed1d9 to
da52863
Compare
23cd49d to
d8ff07e
Compare
da52863 to
25d4cf0
Compare
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on implementing Account Abstraction features in the dashboard, enhancing the user interface, and integrating API key management for smart wallets.
### Detailed summary
- Removed `account-abstraction.tsx`.
- Added `getAASupportedAPIKeys` function to filter API keys for bundler services.
- Created `AccountAbstractionAPIKeysMenu` to manage API key selection.
- Implemented `PageHeader` for account abstraction context.
- Developed `OpChainAlert` to notify users about gas credits.
- Updated `Layout` with SEO metadata.
- Enhanced `SmartWallets` component to utilize a default tab.
- Created `Page` component to handle authentication and API key redirection.
- Added client ID specific page with account and API key validation.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
d8ff07e to
b82011e
Compare
25d4cf0 to
b31ab5a
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces a new
Account Abstractionfeature in the dashboard, enhancing user experience with smart wallets. It includes new components, API key management, and alerts to facilitate integration and usage of account abstraction in applications.Detailed summary
account-abstraction.tsxfile.getAASupportedAPIKeysfunction to fetch API keys.AccountAbstractionAPIKeysMenufor API key selection.PageHeaderwith documentation link.Layoutfor consistent page structure.OpChainAlertfor gas credits notifications.SmartWalletsto acceptdefaultTabprop.Pagecomponent to handle API keys and redirects.clientId.