fix: explore search v2 issues cp-7.79.0#30677
Conversation
…mobile into fix/explore-v2-issues
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2b40851. Configure here.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Tag selection rationale:
No other tags are needed since:
Performance Test Selection: |
|




Description
Changelog
CHANGELOG entry: fix explore search v2 issues
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/ASSETS-3272
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Low Risk
UI and label logic in Explore search with broad test updates; no auth, payments, or security-sensitive paths.
Overview
Explore Search v2 UX fixes: Crypto tab copy (was “Cryptos”), smarter View all / View more behavior, richer empty states, and a custom search placeholder overlay.
Section actions:
getViewMoreLabelnow returnsnullwhen there’s nothing beyond the 3-item cap (with an active query), so headers hide the control instead of showing misleading “View all”. Loading sections skip the button entirely. With no query, labels still use View all. With a query, View X more appears only when counts justify it; tokens without a server total can still fall back to View all.Empty results: When every section is empty, the list shows a global “no results” message, optional BTC/ETH/SOL quick pills, and only shows the “other results” line when some sections still have hits (with a
countin copy). Per-feed empty states keep the feed-specific message.Search bar: Interactive mode uses an empty native placeholder plus a non-interactive overlay for alignment; tests target
EXPLORE_VIEW_SEARCH_TEXT_INPUTinstead of placeholder text.Reviewed by Cursor Bugbot for commit 906285a. Bugbot is set up for automated code reviews on this repo. Configure here.