-
Notifications
You must be signed in to change notification settings - Fork 619
[SDK / Wallet UI] URI Connection #4997
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 ↗︎
|
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. |
1416a47 to
aa0b151
Compare
size-limit report 📦
|
joaquim-verges
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.
Make sure to cleanup the logs, otherwise looks good
2872f11 to
4872caf
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4997 +/- ##
==========================================
+ Coverage 47.72% 48.01% +0.28%
==========================================
Files 1059 1057 -2
Lines 57323 56907 -416
Branches 3941 3947 +6
==========================================
- Hits 27359 27323 -36
+ Misses 29273 28893 -380
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more.
|
wc.mp4
PR-Codex overview
This PR focuses on enhancing the wallet connection functionality within the application, particularly integrating
WalletConnect, improving user redirection, and refactoring components for better structure and usability.Detailed summary
page.tsxfile from the wallet address directory.createWalletConnectSessionto use a simpler call.AutoConnectWalletConnectcomponent for automatic wallet connection.ConnectButtonandConnectEmbedcomponents for better usability.useWalletConnecthook to manage wallet connection state.