-
Notifications
You must be signed in to change notification settings - Fork 570
Add allowLinkingProfiles to useWalletDetailsModal hook #7860
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
Add allowLinkingProfiles to useWalletDetailsModal hook #7860
Conversation
Co-authored-by: yashjoisar <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
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. |
Cursor Agent can help with this pull request. Just |
size-limit report 📦
|
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #7860 +/- ##
==========================================
- Coverage 56.34% 56.34% -0.01%
==========================================
Files 905 905
Lines 58834 58836 +2
Branches 4150 4151 +1
==========================================
Hits 33151 33151
- Misses 25577 25579 +2
Partials 106 106
🚀 New features to boost your workflow:
|
Close in favor of #7865 |
Slack Thread
PR-Codex overview
This PR adds functionality for managing connected wallets in the
useWalletDetailsModal
hook, allowing for options such as linking profiles to a wallet.Detailed summary
manageWallet
to theUseWalletDetailsModalOptions
type.allowLinkingProfiles
undermanageWallet
, defaulting totrue
.useWalletDetailsModal
function to includemanageWallet
fromprops
.