-
Notifications
You must be signed in to change notification settings - Fork 317
feat(mask): fw-6767 add firefly desktop sync for twitter cookies #12340
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2b558a9 to
d1a5c36
Compare
add desktop sync helpers and API, qrcode icon, SyncTwitterCookies popup, wallet header QR action, and minor UI tweaks (avatar badge size, useWallet update).
d1a5c36 to
2f41269
Compare
d0b7f1b to
8c7c287
Compare
Jack-Works
reviewed
Jan 22, 2026
| * @returns | ||
| */ | ||
| export function useWallet() { | ||
| export function useWallet(address?: string) { |
Member
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.
in this case, you can write useWallets().find(x => isSameAddress(x.address, address))
Contributor
Author
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.
That's why I edited this.
guanbinrui
approved these changes
Jan 27, 2026
swkatmask
added a commit
that referenced
this pull request
Jan 29, 2026
guanbinrui
added a commit
that referenced
this pull request
Jan 30, 2026
* chore: bump version to 2.35.2 * chore: fix crash when no PRIVY_APP_ID is set * feat: add a page to read x token (#12328) * feat: add a page to read x token * feat: get more cookies --------- Co-authored-by: 5390719+Jack-Works@users.noreply.github.com <Jack Works> Co-authored-by: Wukong Sun <swkatmask@gmail.com> Co-authored-by: guanbinrui <52657989+guanbinrui@users.noreply.github.com> * feat(mask): fw-6767 add firefly desktop sync for twitter cookies (#12340) * feat: fw-6711 add qr code icon for syncing twitter cookies in firefly wallet (#12343) * fix: add source parameter to firefly sync schema url (#12354) * fix: fw-6772 improve twitter cookies sync snackbar (#12355) * fix: disable spellcheck for twitter cookie names (#12356) --------- Co-authored-by: Jack Works <5390719+Jack-Works@users.noreply.github.com> Co-authored-by: Wukong Sun <swkatmask@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://mask.atlassian.net/browse/fw-6767