-
Notifications
You must be signed in to change notification settings - Fork 619
portal: show all supported chains in AA docs #5090
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
🦋 Changeset detectedLatest commit: 50f98d7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @joaquim-verges and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5090 +/- ##
=======================================
Coverage 45.29% 45.29%
=======================================
Files 1059 1059
Lines 54754 54754
Branches 3959 3959
=======================================
Hits 24803 24803
Misses 29260 29260
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
23ddb2a to
baa4eb1
Compare
size-limit report 📦
|
baa4eb1 to
5b143ab
Compare
jnsdls
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs build fails with these changes
8060c37 to
d606150
Compare
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on enhancing the `Document` component by adding the `AAChainList` feature, which fetches and displays account abstraction chains. It also improves the API route for fetching chain data.
### Detailed summary
- Added `AAChainList` component in `apps/portal/src/components/Document/AAChainList.tsx`.
- Implemented `getChains` function to fetch account abstraction chains.
- Updated API route in `apps/portal/src/app/api/aa-chains/route.ts` to fetch services and chains.
- Integrated `AAChainList` in the `page.mdx` for displaying available chains.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
d606150 to
50f98d7
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on adding a new component,
AAChainList, for displaying account abstraction-enabled chains in the application. It also updates the API route to fetch relevant chain data.Detailed summary
AAChainListcomponent inapps/portal/src/components/Document/AAChainList.tsx.getChainsfunction to fetch chains from the API.route.tsto fetch and filter account abstraction-enabled chains.AAChainListfromapps/portal/src/components/Document/index.ts.AAChainListinto thepage.mdxfile for display.