-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expose ProfileWallets view type #5373
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
base: main
Are you sure you want to change the base?
Conversation
|
|
@glitch-txs is attempting to deploy a commit to the Reown Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for your contribution! We ask that you please read and sign our CTA Document before we can accept your contribution. You can sign the CTA simply by posting a Pull Request Comment with the following text: I have read the CTA Document and I hereby sign the CTA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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.
Pull request overview
This PR exposes the ProfileWallets view type in the public API by adding it to the Views union type. The ProfileWallets view already exists in the internal RouterController and is fully implemented with comprehensive test coverage, but was previously not available in the public-facing API. This change allows developers to programmatically open the ProfileWallets view via AppKit's open() method.
Key changes:
- Added 'ProfileWallets' to the Views union type in appkit-base-client.ts
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Description
Expose ProfileWallets view type
Type of change
Associated Issues
For Linear issues: Closes APKT-xxx
For GH issues: closes #5365
Showcase (Optional)
If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.
Checklist