chore(runway): cherry-pick refactor: Market discoverability improvements#25666
Merged
joaoloureirop merged 1 commit intorelease/7.64.0from Feb 4, 2026
Merged
chore(runway): cherry-pick refactor: Market discoverability improvements#25666joaoloureirop merged 1 commit intorelease/7.64.0from
joaoloureirop merged 1 commit intorelease/7.64.0from
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
🔍 Smart E2E Test Selection⏭️ Smart E2E selection skipped - base branch is not main (base: release/7.64.0) All E2E tests pre-selected. |
joaoloureirop
approved these changes
Feb 4, 2026
|
Collaborator
|
No release label on PR. Adding release label release-7.64.0 on PR, as PR was cherry-picked in branch 7.64.0. |
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
This PR addresses multiple market discovery UX issues for Perps:
correctly navigates to the Market List search with "all" selected,
instead of redirecting to perps home
in wallet home and perps tab empty state no longer filters out
commodities and forex markets
now displayed between Crypto and Stocks on the perps home screen
list items are commented out (can be quickly re-enabled if needed)
Changelog
CHANGELOG entry: Improvements to market discoverability
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/TAT-2467
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Docs and MetaMask Mobile
Coding
Standards.
if applicable
guidelines).
Not required for external contributors.
Pre-merge reviewer checklist
app, test code being changed).
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
Note
Medium Risk
Changes Perps home/tab navigation and market filtering logic, which can affect user flows and the markets shown (including new commodities section). Risk is moderate due to routing/param changes and broader market-type exposure, but remains UI/business-logic scoped.
Overview
Improves Perps market discoverability by expanding Explore to include all market types (removing the crypto/equity-only filter) and updating tests to reflect the new behavior.
Updates the Perps tab "See all perps" CTA to navigate directly to
MARKET_LISTwithdefaultMarketTypeFilter: 'all', adds a new Commodities section toPerpsHomeViewbetween Crypto and Stocks, and defaultsPerpsMarketRowItemto hide market-type badges (can be re-enabled viashowBadge).Written by Cursor Bugbot for commit 93e23b5. This will update automatically on new commits. Configure here.
6a5bb67