Merged
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/core-extension-ux (4 files, +361 -27)
|
AndyMBridges
previously approved these changes
Feb 10, 2026
ui/components/app/transaction-list/unified-transaction-list.component.js
Show resolved
Hide resolved
ameliejyc
previously approved these changes
Feb 10, 2026
Contributor
Builds ready [2f9b181]
UI Startup Metrics (1374 ± 99 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 [4f711af]
UI Startup Metrics (1389 ± 106 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 [776cfd2]
UI Startup Metrics (1315 ± 87 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 [09ae3d0]
UI Startup Metrics (1398 ± 99 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 [7ddab7e]
UI Startup Metrics (1475 ± 110 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
AndyMBridges
approved these changes
Feb 13, 2026
NidhiKJha
approved these changes
Feb 13, 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
Reverts #39565
Changelog
CHANGELOG entry: revert: remove network dropdown from Activity tab
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
[skip-e2e]
Note
Medium Risk
Touches core Activity filtering/rendering across multiple list implementations and changes which transactions appear based on enabled-network state, which could hide/show activity unexpectedly if selectors or chain-ID handling are wrong.
Overview
Restores the network dropdown control in the Activity/transaction lists by rendering
AssetListControlBaragain (with a newhideNetworkFilterprop to suppress it in embedded contexts like the asset page).Updates both
TransactionListandUnifiedTransactionListto filter pending/completed activity by enabled networks, including special handling for MetaMask Pay transaction types via a newfilterTransactionByChainhelper (with unit tests). E2E and snapshot tests were adjusted to reflect the restored dropdown and updated activity assertions.Written by Cursor Bugbot for commit 7ddab7e. This will update automatically on new commits. Configure here.