Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Contributor
✨ Files requiring CODEOWNER review ✨🔑 @MetaMask/accounts-engineers (12 files, +649 -96)
👨🔧 @MetaMask/core-extension-ux (1 files, +62 -58)
👨🔧 @MetaMask/extension-platform (1 files, +2 -0)
🕵️ @MetaMask/extension-privacy-reviewers (1 files, +2 -0)
🧪 @MetaMask/qa (2 files, +4 -0)
|
Contributor
Builds ready [013a160]
UI Startup Metrics (1385 ± 92 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Contributor
Builds ready [8561518]
UI Startup Metrics (1420 ± 107 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
c553084 to
bb87e46
Compare
Contributor
Builds ready [0fd68ef]
UI Startup Metrics (1417 ± 104 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Contributor
Author
|
@NidhiKJha thanks, the button differences are expected. The hoverable area is a good question, I'll check with Yanrong. |
gantunesr
reviewed
Feb 19, 2026
...counts/multichain-address-rows-hovered-list/multichain-hovered-address-rows-hovered-list.tsx
Outdated
Show resolved
Hide resolved
gantunesr
reviewed
Feb 19, 2026
...s/multichain-address-rows-hovered-list/multichain-hovered-address-rows-hovered-list.test.tsx
Show resolved
Hide resolved
gantunesr
reviewed
Feb 19, 2026
...network-group-with-default-address/multichain-account-network-group-with-default-address.tsx
Show resolved
Hide resolved
This reverts commit ff42731.
Contributor
Builds ready [500d423]
UI Startup Metrics (1476 ± 101 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
gantunesr
reviewed
Feb 19, 2026
NidhiKJha
approved these changes
Feb 20, 2026
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.


Description
Changelog
CHANGELOG entry: Added a Settings option to choose which network type to show as your default address in the extension header and account list
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/CEUX-900
Manual testing steps
Consult the Figma here: https://www.figma.com/design/IVt20ztP5OpMtBpIzGX0Q4/Home-address-and-account-list?node-id=0-1&p=f&m=dev
Note there are the following differences to the Figma which have already been signed off by Design:
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Touches persisted preferences and multiple core UI entry points (header, account list, hover popovers), so regressions could affect account display/copy behavior. Scope is bounded and covered by updated unit/e2e fixtures and snapshot/test additions.
Overview
Adds a new preferences feature for a copyable default address, including
showDefaultAddressanddefaultAddressScope(EVM/Solana/Bitcoin/Tron) with persisted defaults and new i18n strings.Updates multichain UI to surface this address: the header network subtitle can render a new
MultichainAccountNetworkGroupWithDefaultAddress, account cells can optionally show a shortened/copyable address, and the avatar hover popover gains an opt-in section (toggle + “Change in Settings” deep link) plus optional hiding of the “View all” button.Introduces
shared/constants/default-address.ts, addsgetDefaultScopeAndAddressByAccountGroupIdand preference selectors/actions, and updates fixtures/snapshots/tests to cover the new preference and UI behavior (including a newhideTooltippath for connected-status badges).Written by Cursor Bugbot for commit 500d423. This will update automatically on new commits. Configure here.