Skip to content

Conversation

@vaimeo
Copy link
Owner

@vaimeo vaimeo commented Jun 1, 2022

Description

Closes # (NO_ISSUE)

Type of change

  • Documentation
  • Code refactoring (Restructuring existing code w/o changing its observable behavior)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (a fix or feature that would make something no longer possible to do/require old user must upgrade their Mask Network to this new version)

Previews

Checklist

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
    • I have removed all in development console.logs
    • I have removed all commented code.
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have read Internationalization Guide and moved text fields to the i18n JSON file.

If this PR depends on external APIs:

  • I have configured those APIs with CORS headers to let extension requests get passed.
    • chrome extension: chrome-extension://[id]
    • firefox extension: moz-extension://[id]
  • I have delegated all web requests to the background service via the internal RPC bridge.

swkatmask and others added 23 commits December 19, 2024 13:35
* feat(RedPacket): mf-6048 custom cover

* fix: remove legacy redpacket dialog

* fix: follow up reviews
* fix: mf-6521 adjust texts in custom cover view

* fix: mf-6522 limit select file types

* fix: mf-6525 redpacket message wrap

* fix: mf-6525 redpacket message wrap

* fix: mf-6524 max button color

* fixup! fix: mf-6521 adjust texts in custom cover view

* fix: progress bar

* fix: increase max file size to 1.5MB
* New translations en-us.po (Japanese)
docs(i18n): sync translation en-us.po for Japanese

* New translations en-us.po (Korean)
docs(i18n): sync translation en-us.po for Korean

* New translations en-us.po (Chinese Simplified)
docs(i18n): sync translation en-us.po for Chinese Simplified

* New translations en-us.po (Chinese Traditional)
docs(i18n): sync translation en-us.po for Chinese Traditional

* New translations en-us.po (Quenya)
docs(i18n): sync translation en-us.po for Quenya

* New translations en-us.po (Japanese)
docs(i18n): sync translation en-us.po for Japanese

* New translations en-us.po (Korean)
docs(i18n): sync translation en-us.po for Korean

* New translations en-us.po (Chinese Simplified)
docs(i18n): sync translation en-us.po for Chinese Simplified

* New translations en-us.po (Chinese Traditional)
docs(i18n): sync translation en-us.po for Chinese Traditional

* New translations en-us.po (Quenya)
docs(i18n): sync translation en-us.po for Quenya

* fix: run codegen

---------

Co-authored-by: Jack-Works <Jack-Works@users.noreply.github.com>
* chore: bump version to 2.30.0

* fix: remove file type checking (#12006)

* fix: create red packet (#12007)

* fix: remove custom theme

* fix: memo redpacket create callback

* fix: add missing deps

* fix: stop event propgation (#12008)

---------

Co-authored-by: guanbinrui <guanbinrui@gmail.com>
Co-authored-by: Wukong Sun <swkatmask@gmail.com>
* fix(RedPacket): mf-6534 format token amount in history

* fix: detect text overflow

* fix: mf-6535 claimed redpacket

* fix: all button shrink
* fix: mf-5310 adjust nft pfp dialog

* fix: mf-6506 discard similar domain result

* fix: prettier

---------

Co-authored-by: swkatmask <swkatmask@users.noreply.github.com>
* fix: fixup mf-6533 original image url

* fix: set mnemonic input type to password

* fix(Facebook): mf-5495 don't inject web3 tab on facebook

* fix: follow up reviews
* fix: mf-6533 hide payload image for redpacket only

* fixup! fix: mf-6533 hide payload image for redpacket only

* fix: mf-6495 hide tab content for facebook
* fix: solana transaction and tips

* refactor: type alias

* fix: add raydium new token list
vastonus and others added 30 commits October 21, 2025 23:34
Signed-off-by: vastonus <vastonus@outlook.com>
* refactor: remove smartpay provider

* fix: linter

* chore: remove type

* fix: linter

* fix: bugfix

* chore: type check

* fix: eslint

* fix: linter

---------

Co-authored-by: nuanyang233 <nuanyang233@users.noreply.github.com>
Co-authored-by: Jack-Works <Jack-Works@users.noreply.github.com>
Co-authored-by: Jack-Works <Jack-Works@users.noreply.github.com>
* fix(popups): mf-6747 show firefly avatar and display name in wallet UI

* fix(wallet-settings): mf-6746 show firefly displayName and disable backup

use firefly account displayName in wallet UI and rename modal, pass walletName to modal, disable ShowPrivateKey for firefly wallets, and clear default privy wallet name.
Co-authored-by: Jack-Works <Jack-Works@users.noreply.github.com>
* chore(deps): bump web3 packages to 1.10.4

* chore: no emoji

---------

Co-authored-by: guanbinrui <guanbinrui@mask.io>
* fix(popups): mf-6756 privy signing, wallet avatar & selection fixes

use WalletAvatar with forwarded props; add privy wallet personal_sign fallback; tighten select-wallet param handling, default selection and resolveMaskAccount guard; minor refactors and cleanup.

* fix(popups): mf-6757 prevent long error codes from overflowing modal
* fixup! fix(popups): mf-6757 prevent long error codes from overflowing modal

* fix(wallet): replace wallet icon with wallet avatar

swap WalletIcon for WalletAvatar, update imports and use actual celebration emoji
…12310)

* fix(wallet): render select wallet component when no wallet connected

* fixup! fix(wallet): render select wallet component when no wallet connected

* fix(wallet): reset to mask wallet on cancel and support embedded select view

* fix(wallet): disable networks unsupported by privy; add privy supported chains

prevent selecting unsupported chains for Privy wallets, export PRIVY_SUPPORTED_CHAINS and fallback to mainnet when switching; update related UI text and translations.
filter networks when using privy wallet in TokenPicker and SelectFungibleTokenDialog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.