feat: stocks section in explore cp-7.68.0#26426
Conversation
|
d062927 to
13e9d5d
Compare
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Key Changes:
Why SmokeWalletPlatform:
Why not other tags:
The changes are isolated to the Trending feature and don't affect other wallet functionality. The E2E test infrastructure has been properly updated to test the new Stocks section. Performance Test Selection: |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
christopherferreira9
left a comment
There was a problem hiding this comment.
Looks good for QA
Prithpal-Sooriya
left a comment
There was a problem hiding this comment.
Tested locally LGTM



Description
This PR aims to add the stocks section in the explore page. In order to get this PR to the finish line, I have:
limitparam in the search endpoint request and support for a higher limit when calling with the QueryStringOndoChangelog
CHANGELOG entry: added stocks section to explore page
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/ASSETS-2635 & https://consensyssoftware.atlassian.net/browse/ASSETS-2632
Manual testing steps
Screenshots/Recordings
Before
After
Here is a full video explaining the e2e functionality.
Screen.Recording.2026-02-27.at.15.04.31.mov
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Adds a new Explore section and full-screen view backed by a new search hook with geo-restriction logic and new navigation routes, which could affect what data users see and how filtering/refetch behaves. Refactors Trending Tokens full view into shared layout/components, so regressions could impact existing trending-token filtering UI and bottom sheets.
Overview
Adds a new Stocks section to Explore, including a new
RWATokensFullViewscreen/route anduseRwaTokenshook that queries Ondo RWA assets (with production geo-blocking) and supports search, network, and sort filters.Refactors
TrendingTokensFullViewinto theUI/Trendingarea and introduces sharedTokenListPageLayout,FilterBar, anduseTokenListFiltersto unify header/search/filter behavior across token list full views; updates the network bottom sheet to take an explicitnetworksprop and adjusts token sorting to push missing market data to the end. Explore/QuickActions/predictions presentation, navigation, mocks, and smoke tests are updated to include the new Stocks section and new predictions row rendering.Written by Cursor Bugbot for commit 2be0c5a. This will update automatically on new commits. Configure here.