feat: TSA 488-2 Whats Happening expanded view + Explore page#29681
Conversation
|
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. |
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.
Reviewed by Cursor Bugbot for commit de3c4e7. Configure here.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Tag Selection Rationale:
Not selected:
Performance Test Selection: |
|




Description
Adds the expanded view of the Whats Happening section and adds it to the Explore page.
whatshappening.mp4
Changelog
CHANGELOG entry: null
Related issues
Fixes:
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
Medium Risk
Adds a new navigation route and substantial new UI flow (carousel detail view, bottom sheet link-out, and Buy/Trade actions) which could impact navigation behavior and external URL handling if not covered by integration testing.
Overview
Adds a new
Routes.WHATS_HAPPENING_DETAILscreen and wires the Homepage “What’s happening” carousel to navigate to it using only aninitialIndexparam (the detail view fetches its own data).Introduces
WhatsHappeningDetailViewwith a horizontally snapping expanded-card carousel, loading skeletons, error/retry state, and a page indicator. Expanded cards now support impact badges (new i18n strings), token/perps action rows (Buy via Ramp, Trade via Perps), and a sources bottom sheet that lists articles using a sharedArticleRowcomponent with safe URL link-out.Refactors Market Insights trend sources bottom sheet to reuse the new
ArticleRow, and adds unit tests covering the new screen/components, navigation params, impact badge rendering, and related-asset icon resolution (getRelatedAssetImageSource).Reviewed by Cursor Bugbot for commit c3dd999. Bugbot is set up for automated code reviews on this repo. Configure here.