Skip to content

chore: revert remove activity dropdown#39945

Merged
n3ps merged 7 commits intomainfrom
n3ps/revert-remove-activity-dropdown
Feb 13, 2026
Merged

chore: revert remove activity dropdown#39945
n3ps merged 7 commits intomainfrom
n3ps/revert-remove-activity-dropdown

Conversation

@n3ps
Copy link
Contributor

@n3ps n3ps commented Feb 10, 2026

Description

Reverts #39565

Open in GitHub Codespaces

Changelog

CHANGELOG entry: revert: remove network dropdown from Activity tab

Related issues

Fixes:

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

[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 AssetListControlBar again (with a new hideNetworkFilter prop to suppress it in embedded contexts like the asset page).

Updates both TransactionList and UnifiedTransactionList to filter pending/completed activity by enabled networks, including special handling for MetaMask Pay transaction types via a new filterTransactionByChain helper (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.

@n3ps n3ps added the team-core-extension-ux Core Extension UX team label Feb 10, 2026
@github-actions
Copy link
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.

@n3ps n3ps marked this pull request as ready for review February 10, 2026 14:31
@n3ps n3ps requested a review from a team as a code owner February 10, 2026 14:31
@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 10, 2026

✨ Files requiring CODEOWNER review ✨

👨‍🔧 @MetaMask/core-extension-ux (4 files, +361 -27)
  • 📁 ui/
    • 📁 components/
      • 📁 app/
        • 📁 transaction-list/
          • 📁 __snapshots__/
            • 📄 transaction-list.test.js.snap +180 -0
            • 📄 transaction-list.component.js +77 -13
            • 📄 transaction-list.test.js +11 -0
            • 📄 unified-transaction-list.component.js +93 -14

AndyMBridges
AndyMBridges previously approved these changes Feb 10, 2026
ameliejyc
ameliejyc previously approved these changes Feb 10, 2026
@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 10, 2026

Builds ready [2f9b181]
UI Startup Metrics (1374 ± 99 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup1374119816719914191553
load1182101514029112251342
domContentLoaded1175101013919112191334
domInteractive271696192479
firstPaint154661410144191244
backgroundConnect23622129113238261
firstReactRender15102331619
initialActions104113
loadScripts95478911759210011119
setupStore1262541519
numNetworkReqs231589201582
BrowserifyPower User HomeuiStartup214013759527118419884317
load11801012179417711801661
domContentLoaded11631008178517411661652
domInteractive37192463633101
firstPaint17674541104233414
backgroundConnect57127779929343512374
firstReactRender22154562337
initialActions104112
loadScripts92477215441689291391
setupStore1564471827
numNetworkReqs1245127750140240
WebpackStandard HomeuiStartup8226731112988891024
load71559897891763886
domContentLoaded71058796891759881
domInteractive2514110192277
firstPaint1096330851129210
backgroundConnect23174752533
firstReactRender1493541621
initialActions104112
loadScripts70858596590757879
setupStore1173551122
numNetworkReqs231598211585
WebpackPower User HomeuiStartup1270917266825813281650
load7306351133111716997
domContentLoaded7196271111109706990
domInteractive39182883836125
firstPaint1476951091171395
backgroundConnect16713157360161280
firstReactRender23164542529
initialActions102111
loadScripts7166251098107703979
setupStore1345451518
numNetworkReqs1065125639120202
FirefoxBrowserifyStandard HomeuiStartup15991349232918816211964
load13811171207315314161645
domContentLoaded13791171206715314111644
domInteractive843334057107187
firstPaint------
backgroundConnect5830287306177
firstReactRender12102221314
initialActions102122
loadScripts13551154204515113871609
setupStore156163221232
numNetworkReqs241393211788
BrowserifyPower User HomeuiStartup27142041778461928033363
load15491272624551015621964
domContentLoaded15491272624551015621959
domInteractive1214042996122357
firstPaint------
backgroundConnect31911214672873181011
firstReactRender19146891826
initialActions207122
loadScripts15061236617250215301826
setupStore12610774173113508
numNetworkReqs76401673190132
WebpackStandard HomeuiStartup15241286309620115691781
load13261150288518113651502
domContentLoaded13251147288518213651502
domInteractive68271953991131
firstPaint------
backgroundConnect51241652953133
firstReactRender13112221318
initialActions103012
loadScripts13011137278717313411454
setupStore156116171350
numNetworkReqs231285191776
WebpackPower User HomeuiStartup27602023834168428463572
load16041251667757616382300
domContentLoaded16031250667757616372300
domInteractive14331961162134524
firstPaint------
backgroundConnect3071171134244299894
firstReactRender23166872431
initialActions206123
loadScripts15681235663357315812278
setupStore1649748201185680
numNetworkReqs72372253687133
📊 Page Load Benchmark Results

Current Commit: 2f9b181 | Date: 2/10/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.05s (±42ms) 🟡 | historical mean value: 1.03s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 730ms (±38ms) 🟢 | historical mean value: 717ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 77ms (±12ms) 🟢 | historical mean value: 77ms ⬆️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.05s 42ms 1.02s 1.35s 1.06s 1.35s
domContentLoaded 730ms 38ms 709ms 1.00s 741ms 1.00s
firstPaint 77ms 12ms 56ms 176ms 88ms 176ms
firstContentfulPaint 77ms 12ms 56ms 176ms 88ms 176ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 58 Bytes (0%)
  • ui: 2.59 KiB (0.03%)
  • common: 20 Bytes (0%)

@n3ps n3ps added this pull request to the merge queue Feb 10, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2026
@HowardBraham HowardBraham added this pull request to the merge queue Feb 10, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2026
@HowardBraham HowardBraham added this pull request to the merge queue Feb 10, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2026
@HowardBraham HowardBraham added this pull request to the merge queue Feb 11, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 11, 2026
@n3ps n3ps added this pull request to the merge queue Feb 11, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 11, 2026
@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 12, 2026

Builds ready [4f711af]
UI Startup Metrics (1389 ± 106 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup13891157167210614661565
load1201100114729712691356
domContentLoaded119497714659712631344
domInteractive2817131212483
firstPaint175661323175213343
backgroundConnect24522045125247274
firstReactRender16103441725
initialActions1013112
loadScripts96676112449610371117
setupStore1262241421
numNetworkReqs231590201582
BrowserifyPower User HomeuiStartup16871374229615417361997
load11271016171814511091541
domContentLoaded11121008168413710971493
domInteractive3417163283094
firstPaint1566747281207285
backgroundConnect31328340922321351
firstReactRender2414182172339
initialActions104111
loadScripts87576414111318571236
setupStore1454771624
numNetworkReqs1114726247137207
WebpackStandard HomeuiStartup83366511301179281046
load721584990106810901
domContentLoaded716581981105805886
domInteractive251694192184
firstPaint1185988494150202
backgroundConnect241698102739
firstReactRender1493251624
initialActions104112
loadScripts713579979104796884
setupStore1172951321
numNetworkReqs231596221587
WebpackPower User HomeuiStartup1198828192616812881514
load6986101333115684962
domContentLoaded6896041322115671956
domInteractive35182013033101
firstPaint1286237665154275
backgroundConnect16413037450164272
firstReactRender22173032428
initialActions103111
loadScripts6866021312113669948
setupStore1254051318
numNetworkReqs1164628152146217
FirefoxBrowserifyStandard HomeuiStartup15971379232618716402017
load13821191203014614351679
domContentLoaded13801191202514614331679
domInteractive903527457134225
firstPaint------
backgroundConnect5428180215485
firstReactRender1292321217
initialActions102112
loadScripts13561171199814214091653
setupStore146129161435
numNetworkReqs241290211783
BrowserifyPower User HomeuiStartup27732150443839429053599
load15841344239024816572105
domContentLoaded15841336239024816572105
domInteractive12534617117119428
firstPaint------
backgroundConnect274106982231263885
firstReactRender201577102024
initialActions203122
loadScripts15471318234423515962039
setupStore1259725181113598
numNetworkReqs65351403386129
WebpackStandard HomeuiStartup15611331219514916081891
load13541143170910214071529
domContentLoaded13531143170910214071529
domInteractive912829451130166
firstPaint------
backgroundConnect52211993152132
firstReactRender14102731519
initialActions103122
loadScripts1326113016079713861465
setupStore155192261142
numNetworkReqs231291191778
WebpackPower User HomeuiStartup26411840364244027693570
load15321232232128817152189
domContentLoaded15311232232128817152189
domInteractive12930788156103525
firstPaint------
backgroundConnect239105978184231556
firstReactRender20145562229
initialActions2114122
loadScripts14931213230327216562081
setupStore17371138234242716
numNetworkReqs65361363193124
📊 Page Load Benchmark Results

Current Commit: 4f711af | Date: 2/12/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.04s (±38ms) 🟡 | historical mean value: 1.04s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 723ms (±36ms) 🟢 | historical mean value: 730ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 77ms (±11ms) 🟢 | historical mean value: 79ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.04s 38ms 1.01s 1.31s 1.06s 1.31s
domContentLoaded 723ms 36ms 701ms 988ms 743ms 988ms
firstPaint 77ms 11ms 60ms 168ms 84ms 168ms
firstContentfulPaint 77ms 11ms 60ms 168ms 84ms 168ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 58 Bytes (0%)
  • ui: 2.59 KiB (0.03%)
  • common: 20 Bytes (0%)

@n3ps n3ps enabled auto-merge February 12, 2026 14:02
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 12, 2026

Builds ready [776cfd2]
UI Startup Metrics (1315 ± 87 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup1315116515668713541491
load113997913267811821287
domContentLoaded113397413237811741281
domInteractive251590172271
firstPaint150641120118197243
backgroundConnect23021428212232256
firstReactRender1583241622
initialActions104112
loadScripts9177621095789631063
setupStore1163851417
numNetworkReqs231587201582
BrowserifyPower User HomeuiStartup2815149811009199726924762
load12601070202817113131682
domContentLoaded12421063200216612941649
domInteractive38201763235135
firstPaint1907748191261338
backgroundConnect1082301914518035252943
firstReactRender24164362538
initialActions103111
loadScripts980803166315810281381
setupStore1655372025
numNetworkReqs1184625740141178
WebpackStandard HomeuiStartup87369812211149581088
load7616241144110856944
domContentLoaded7556201136109850937
domInteractive2817103202584
firstPaint1216432554158213
backgroundConnect281885113248
firstReactRender15112941823
initialActions103111
loadScripts7526181134108843934
setupStore1263841216
numNetworkReqs231588211585
WebpackPower User HomeuiStartup1218913209519513061460
load7036011194114694978
domContentLoaded6925961182114682973
domInteractive36181512735108
firstPaint146651126121160259
backgroundConnect16812382493162272
firstReactRender22173632327
initialActions102111
loadScripts6905941172111680964
setupStore1243841418
numNetworkReqs1304727847155225
FirefoxBrowserifyStandard HomeuiStartup15991377239119316262031
load13741165208714914061619
domContentLoaded13731161208114914061619
domInteractive783429551100157
firstPaint------
backgroundConnect5830229255895
firstReactRender13102521316
initialActions102012
loadScripts13481143206014613791588
setupStore166134201446
numNetworkReqs2412103201881
BrowserifyPower User HomeuiStartup28982243415641131023706
load16261305299227217462020
domContentLoaded16251305299227217452015
domInteractive14834503111155395
firstPaint------
backgroundConnect3941231039264534926
firstReactRender18152932023
initialActions203123
loadScripts15831287295026816931961
setupStore16981261229175681
numNetworkReqs844017334102153
WebpackStandard HomeuiStartup16391347219315216811931
load14171223181010514671592
domContentLoaded14161223181010514671592
domInteractive913015938133140
firstPaint------
backgroundConnect63262033763135
firstReactRender14115351419
initialActions103122
loadScripts1384120816979714361546
setupStore176171241252
numNetworkReqs241294201782
WebpackPower User HomeuiStartup27852138377534729523445
load15651279264124216092061
domContentLoaded15651278264124216082061
domInteractive16241907158158405
firstPaint------
backgroundConnect46613114553367611100
firstReactRender22156062531
initialActions213122
loadScripts15261238261424015662038
setupStore13412856177135608
numNetworkReqs81341873396147
📊 Page Load Benchmark Results

Current Commit: 776cfd2 | Date: 2/12/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.05s (±39ms) 🟡 | historical mean value: 1.03s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 742ms (±37ms) 🟢 | historical mean value: 721ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 82ms (±11ms) 🟢 | historical mean value: 77ms ⬆️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.05s 39ms 1.03s 1.34s 1.10s 1.34s
domContentLoaded 742ms 37ms 719ms 1.01s 770ms 1.01s
firstPaint 82ms 11ms 68ms 172ms 92ms 172ms
firstContentfulPaint 82ms 11ms 68ms 172ms 92ms 172ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 58 Bytes (0%)
  • ui: 2.59 KiB (0.03%)
  • common: 20 Bytes (0%)

@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 12, 2026

Builds ready [09ae3d0]
UI Startup Metrics (1398 ± 99 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup1398120217499914581542
load1210102015329412691368
domContentLoaded1204101515159312621359
domInteractive2716107192378
firstPaint160681085119207327
backgroundConnect25323331413255283
firstReactRender1710163151725
initialActions107114
loadScripts96678712609110231122
setupStore156136141725
numNetworkReqs231590201582
BrowserifyPower User HomeuiStartup18371462236916818822173
load12341106176514712151631
domContentLoaded12191100173614412061618
domInteractive3519138183952
firstPaint1717535271238296
backgroundConnect34731442322360389
firstReactRender23177072433
initialActions2092911
loadScripts95182514671429371344
setupStore1774761826
numNetworkReqs1114424144141205
WebpackStandard HomeuiStartup8096761118988651012
load706587104697765881
domContentLoaded700583103996759873
domInteractive261593192479
firstPaint1125730648144177
backgroundConnect24164672637
firstReactRender15104051822
initialActions102112
loadScripts698581103795757867
setupStore1274061220
numNetworkReqs2415101231588
WebpackPower User HomeuiStartup1231883246720913041566
load71962214781337041039
domContentLoaded70961414651326931032
domInteractive38183024231136
firstPaint1326653177155291
backgroundConnect16513549354160290
firstReactRender23173132429
initialActions102111
loadScripts70661214551306911025
setupStore1254351317
numNetworkReqs1164528452145229
FirefoxBrowserifyStandard HomeuiStartup16411398241517416642020
load14201194219313714601660
domContentLoaded14181190218813714601660
domInteractive853817837104143
firstPaint------
backgroundConnect5728179216091
firstReactRender13102421315
initialActions103122
loadScripts13931171216313614331636
setupStore186175241549
numNetworkReqs241299221787
BrowserifyPower User HomeuiStartup27041996395943328133483
load15451299218626416222139
domContentLoaded15451299218626416172139
domInteractive12534738127109439
firstPaint------
backgroundConnect3071211244275281911
firstReactRender19146062027
initialActions206122
loadScripts15081278216125315782102
setupStore1446786208139634
numNetworkReqs66381313193126
WebpackStandard HomeuiStartup16671483218213217111932
load14451213184711014911666
domContentLoaded14441212184611014871665
domInteractive1053135756132183
firstPaint------
backgroundConnect55251612758122
firstReactRender15115251519
initialActions103122
loadScripts14141191179010714571609
setupStore156121161347
numNetworkReqs241294201886
WebpackPower User HomeuiStartup26451856638654728203408
load15651240512845316812147
domContentLoaded15641240512845316812147
domInteractive1183282613898439
firstPaint------
backgroundConnect252100893198222795
firstReactRender20163142227
initialActions203123
loadScripts15201192510144216332100
setupStore1847720207335660
numNetworkReqs64361443291126
📊 Page Load Benchmark Results

Current Commit: 09ae3d0 | Date: 2/12/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 980ms (±40ms) 🟢 | historical mean value: 1.03s ⬇️ (historical data)
  • domContentLoaded-> current mean value: 687ms (±37ms) 🟢 | historical mean value: 721ms ⬇️ (historical data)
  • firstContentfulPaint-> current mean value: 77ms (±12ms) 🟢 | historical mean value: 77ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 980ms 40ms 947ms 1.27s 1.01s 1.27s
domContentLoaded 687ms 37ms 662ms 957ms 710ms 957ms
firstPaint 77ms 12ms 64ms 188ms 84ms 188ms
firstContentfulPaint 77ms 12ms 64ms 188ms 84ms 188ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 58 Bytes (0%)
  • ui: 2.59 KiB (0.03%)
  • common: 20 Bytes (0%)

@metamaskbotv2
Copy link
Contributor

metamaskbotv2 bot commented Feb 12, 2026

Builds ready [7ddab7e]
UI Startup Metrics (1475 ± 110 ms)
PlatformBuildTypePageMetricMean (ms)Min (ms)Max (ms)Std Dev (ms)P 75 (ms)P 95 (ms)
ChromeBrowserifyStandard HomeuiStartup14751242187711015361654
load12611058160310113191421
domContentLoaded12551042159110113141412
domInteractive2917107202586
firstPaint1517034368222249
backgroundConnect27124250036272310
firstReactRender17114041822
initialActions104123
loadScripts100480113039610471165
setupStore1373751524
numNetworkReqs221586191578
BrowserifyPower User HomeuiStartup3027152810752186936346390
load12931106184314513281576
domContentLoaded12721092177313313151532
domInteractive3621145214077
firstPaint249831691271281422
backgroundConnect9523038047113811693261
firstReactRender24163852735
initialActions107112
loadScripts1009849148912710421287
setupStore1565781829
numNetworkReqs874015228107137
WebpackStandard HomeuiStartup86871711061069691029
load75161695999845920
domContentLoaded74561194799837912
domInteractive2917101192586
firstPaint1206432863157241
backgroundConnect291983103246
firstReactRender16103951924
initialActions105112
loadScripts74260994198828910
setupStore1273141320
numNetworkReqs2315101211584
WebpackPower User HomeuiStartup1285877219223213661811
load76065911951177591074
domContentLoaded74864511851177481059
domInteractive40202643638105
firstPaint1647258293202313
backgroundConnect17212987289158317
firstReactRender22163842429
initialActions104111
loadScripts74664311751157451048
setupStore1344681723
numNetworkReqs1427326537158210
FirefoxBrowserifyStandard HomeuiStartup16021350259922515962046
load13741157216718013931633
domContentLoaded13731152216118013931632
domInteractive71352133693134
firstPaint------
backgroundConnect5829158206093
firstReactRender12101611314
initialActions102122
loadScripts13481142214017813651606
setupStore167153221432
numNetworkReqs241294221790
BrowserifyPower User HomeuiStartup28162194772159229283353
load15581273626951715581958
domContentLoaded15581272626951715581958
domInteractive16453747133208423
firstPaint------
backgroundConnect47212112112886481030
firstReactRender19136771824
initialActions103122
loadScripts15111248622751314941901
setupStore1129603132123442
numNetworkReqs923717635121165
WebpackStandard HomeuiStartup16451388202214216871957
load14161219174910514571599
domContentLoaded14151219174910514571598
domInteractive912823147131163
firstPaint------
backgroundConnect5524161236199
firstReactRender14112631522
initialActions102122
loadScripts1391120316909914351570
setupStore186183261542
numNetworkReqs241292191878
WebpackPower User HomeuiStartup27072045476743928833487
load15531263302829615942125
domContentLoaded15531263302829615932125
domInteractive179401690218166557
firstPaint------
backgroundConnect4141111366297591947
firstReactRender221597102330
initialActions213122
loadScripts15121243299929215472063
setupStore1358778168160552
numNetworkReqs85382123791147
📊 Page Load Benchmark Results

Current Commit: 7ddab7e | Date: 2/12/2026

📄 Localhost MetaMask Test Dapp

Samples: 100

Summary

  • pageLoadTime-> current mean value: 1.05s (±38ms) 🟡 | historical mean value: 1.05s ⬆️ (historical data)
  • domContentLoaded-> current mean value: 737ms (±36ms) 🟢 | historical mean value: 736ms ⬆️ (historical data)
  • firstContentfulPaint-> current mean value: 81ms (±10ms) 🟢 | historical mean value: 82ms ⬇️ (historical data)

📈 Detailed Results

Metric Mean Std Dev Min Max P95 P99
pageLoadTime 1.05s 38ms 1.02s 1.32s 1.07s 1.32s
domContentLoaded 737ms 36ms 710ms 1.01s 760ms 1.01s
firstPaint 81ms 10ms 64ms 160ms 88ms 160ms
firstContentfulPaint 81ms 10ms 64ms 160ms 88ms 160ms
largestContentfulPaint 0ms 0ms 0ms 0ms 0ms 0ms
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 58 Bytes (0%)
  • ui: 2.6 KiB (0.03%)
  • common: 23 Bytes (0%)

@n3ps n3ps added this pull request to the merge queue Feb 13, 2026
Merged via the queue into main with commit 45f36af Feb 13, 2026
176 checks passed
@n3ps n3ps deleted the n3ps/revert-remove-activity-dropdown branch February 13, 2026 19:04
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2026
@metamaskbot metamaskbot added the release-13.20.0 Issue or pull request that will be included in release 13.20.0 label Feb 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-13.20.0 Issue or pull request that will be included in release 13.20.0 size-M team-core-extension-ux Core Extension UX team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants