-
Notifications
You must be signed in to change notification settings - Fork 619
feat: add unlinking for in app wallet accounts #5604
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
feat: add unlinking for in app wallet accounts #5604
Conversation
🦋 Changeset detectedLatest commit: 03b6d0d 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 |
|
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. |
size-limit report 📦
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5604 +/- ##
==========================================
+ Coverage 51.53% 51.65% +0.12%
==========================================
Files 1094 1097 +3
Lines 57592 57788 +196
Branches 4755 4773 +18
==========================================
+ Hits 29681 29853 +172
- Misses 27193 27217 +24
Partials 718 718
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
https://linear.app/thirdweb/issue/CNCT-2497/unlink-auth-method-for-enclave-wallets <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces functionality to unlink accounts for in-app wallets that have multiple linked profiles, enhancing user account management. ### Detailed summary - Added `UnlinkParams` type for unlinking profiles. - Implemented `unlinkProfile` method in various connectors. - Updated exports to include `unlinkProfile`. - Added hooks (`useUnlinkProfile`) for React and React Native. - Enhanced UI components to support unlinking profiles. - Added tests for unlinking functionality. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
fedc0be to
1ac03e9
Compare
https://linear.app/thirdweb/issue/CNCT-2497/unlink-auth-method-for-enclave-wallets <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces functionality to unlink accounts from the in-app wallet, allowing users to manage multiple linked profiles more effectively. ### Detailed summary - Added `UnlinkParams` type for unlinking profiles. - Implemented `unlinkProfile` method in `InAppNativeConnector` and `InAppWebConnector`. - Updated `unlinkAccount` function to handle profile unlinking. - Added `useUnlinkProfile` hook for React. - Enhanced `LinkedProfilesScreen` to include unlink buttons when multiple profiles exist. - Added tests for unlinking functionality. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
8f33352 to
03b6d0d
Compare
https://linear.app/thirdweb/issue/CNCT-2497/unlink-auth-method-for-enclave-wallets
PR-Codex overview
This PR introduces the ability to unlink accounts in the in-app wallet, enhancing user account management. It includes updates to types, functions, and UI components to support this new feature.
Detailed summary
UnlinkParamstype intypes.ts.unlinkProfilefunction in various connectors.unlinkProfile.useUnlinkProfilehook for React.