* Updating ModalContent styles and padding to allow for dynamic resizing of content that allows scrolling within the modal. This commit also updates the AccountListMenu so the account list can resize dynamically to take up all screen space available
* Updating the scroll bar styles from default for the ModalContent component so the scrollbar is thinner and more sleek
* origin/develop: (352 commits)
Update PPOM Validator (#20738)
Update Snap privacy warning content (#20741)
Use versioned URL for `manageAccounts` test (#20739)
fix(readme): yarn v3 no longer required (#20713)
fix(20548): fix warning levels in migration file (#20737)
Add missing derivation path names (#20735)
feat(locale): New Crowdin translations by Github Action (#20563)
Blockaid validation should be done on ethereum mainnet only (#20709)
Reverting ppom.js file to old version (#20566)
Added Specification for opBNB as a multilayer network (#20715)
Use transactions array in frontend (#20523)
Add what's new popup for snaps (#20686)
Fix position of a warning triangle icon on Snap Install Warning (#20712)
Reduce logging in production builds (#20694)
Add resolution for `semver` (#20710)
feat: Update Blockaid copies on What's new modal, Settings, and BannerAlert (#20671)
add whatsnew popup to drop ledger support for firefox (#19498)
AvatarIcon prod updates and some deprecated fixes (#20557)
Fix missing property on snap export metric (#20685)
Subscribe to event fired by KeyringController on account removal (#20478)
...
Modern releases of yarn are not intended to be installed globally or via npm. The good practice now is to use Corepack, a utility included with Node.js by default, that manages Yarn on a per-project basis, based on the version specified by the packageManager property in the project's package.json file.
* added configuration for gas calculations for opBNB
* updated configuration for gas calculations of opBNB
* Specify that opBNB is a multilayer network
* fixed prettier issues
* Update
---------
Co-authored-by: RumeelHussainbnb <rumeelhussainbnb@gmail.com>
* Add what's new popup for snaps
* Update SVG
* Update copy and link out
* Update SVG and fix lint
* Fix unnecessary space in copy
---------
Co-authored-by: Howard Braham <howrad@gmail.com>
* Add what's new popup for snaps
* Update SVG
* Update copy and link out
* Update SVG and fix lint
* Fix unnecessary space in copy
---------
Co-authored-by: Howard Braham <howrad@gmail.com>
Our logger middleware can be quite noisy in production, logging all RPC
requests. It has been updated to have more condensed logs in production
builds, but preserving the existing logging for development builds.
Our logger middleware can be quite noisy in production, logging all RPC
requests. It has been updated to have more condensed logs in production
builds, but preserving the existing logging for development builds.
* add whatsnew popup to drop ledger support for firefox
* add missing 21 ui notification
* improved look of notification
* added NOTIFICATION_DROP_LEDGER_FIREFOX to prep for merge with develop
---------
Co-authored-by: Howard Braham <howrad@gmail.com>
* origin/develop: (333 commits)
Subscribe to event fired by KeyringController on account removal (#20478)
Updating padding for 'import-token__custom-token-form' to match 'import-token__search-token' in Import Token Modal (#20661)
[MMI] Adding missing logic to handle custodian approval in token allowance (#20662)
style: fix Settings pages padding (#20674)
Fix#20648 - Show Linea ETH fiat value by default (#20672)
Fix: UnitInput too narrow for small and trailing zeroed numbers (#20666)
fix(20314): fix window.left negative value causing polifll warning (#20653)
UX: Create selector for blockie preference (#20577)
style: update Desktop App settings styles (#20676)
UX: Nit: Avoid AccountPicker props error (#20645)
Bump test-dapp to v7.1.0 (#20665)
use @blockaid/ppom_release vs @blockaid/ppom (#20669)
Use getEncryptionPublicKey from Core KeyringController (#20646)
fix/BannerTip to TS (#20538)
Declared <IconWithFallback/> as deprecated (#20656)
Bump @metamask/post-message-stream and extension-port-stream core libs (#20659)
Fix Blockaid and OpenSea BannerAlert placement for Token Allowance, Confirm Pages, SIWE, and Signature V3/V4 pages (#20530)
Use `verifySeedPhrase` from `KeyringController` (#19817)
Update network.ts (#20617)
Declared <TextField/> as deprecated (#20640)
...
* fix: UnitInput too narrow for small and trailing zeroed numbers
* lint
---------
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>