Skip to content

fix: Polish Explore V2 sections, filters and spacing#29522

Merged
juanmigdr merged 5 commits intofeat/explore-page-v2-reorgfrom
feat/explore-page-v2-reorg-design-qa
Apr 30, 2026
Merged

fix: Polish Explore V2 sections, filters and spacing#29522
juanmigdr merged 5 commits intofeat/explore-page-v2-reorgfrom
feat/explore-page-v2-reorg-design-qa

Conversation

@amandaye0h
Copy link
Copy Markdown
Contributor

@amandaye0h amandaye0h commented Apr 29, 2026

Description

This PR polishes the new Explore page so the design patterns are consistent with other features.

Changelog

CHANGELOG entry:

Related issues

Fixes:

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

before.mov

After

Screen.Recording.2026-04-30.at.4.05.15.AM.mov

Pre-merge author checklist

Performance checks (if applicable)

  • I've tested on Android
    • Ideally on a mid-range device; emulator is acceptable
  • I've tested with a power user scenario
    • Use these power-user SRPs to import wallets with many accounts and tokens
  • I've instrumented key operations with Sentry traces for production performance metrics

For performance guidelines and tooling, see the Performance Guide.

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.

Note

Low Risk
UI-only styling and string copy tweaks; no changes to data flow, navigation behavior, or business logic.

Overview
Tightens Explore V2 layout/spacing to better match design rhythm: adjusts top/bottom padding and section tails across ExploreScroll, carousels, pill rows, and the header search/browser row.

Updates pill and tile visuals (pill padding/typography, ExplorePill change label weight, larger Sites “Recents/Networks” tiles and logo size) and adds an opt-in TileCarousel compactSectionTail used for Dapps Recents. Also fixes a couple of English strings (typos/wording).

Reviewed by Cursor Bugbot for commit 840f9fd. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions
Copy link
Copy Markdown
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.

@amandaye0h amandaye0h changed the base branch from main to feat/explore-page-v2-reorg April 29, 2026 20:08
@github-actions github-actions Bot added size-M and removed size-XL labels Apr 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Smart E2E Test Selection

  • Selected E2E tags: SmokeWalletPlatform
  • Selected Performance tags: None (no tests recommended)
  • Risk Level: low
  • AI Confidence: 90%
click to see 🤖 AI reasoning details

E2E Test Selection:
All 14 changed files are purely UI/styling changes within the TrendingView component plus a minor localization fix in en.json. The changes consist of: spacing/margin/padding adjustments across multiple TrendingView sub-components (ExploreScroll, HorizontalCarousel, PillRow, PillScrollList, PillToggleCardList, SectionHeader, TileCarousel), a new compactSectionTail prop for TileCarousel used in DappsTab, visual adjustments to SiteTileRowItem (tile height, logo size, text variant), simplification of CryptoMoversPillItem (removing network badge overlay), and a typo fix in en.json ("accross" → "across"). No logic, navigation, controller, or data flow changes are present. SmokeWalletPlatform is the appropriate tag as it directly tests the Trending discovery tab functionality including search, browsing content feeds (Predictions, Tokens, Perps, Sites sections), and browser navigation integration - all of which are affected by these visual changes. No other tags are warranted since these changes are isolated to TrendingView UI components.

Performance Test Selection:
The changes are purely cosmetic/spacing adjustments to TrendingView components. While CryptoMoversPillItem was simplified by removing BadgeWrapper/Badge components, this is a minor simplification that would not produce measurable performance differences. No performance-critical paths (data loading, state management, list rendering at scale) were modified.

View GitHub Actions results

@juanmigdr juanmigdr marked this pull request as ready for review April 30, 2026 12:08
@juanmigdr juanmigdr merged commit 09eef74 into feat/explore-page-v2-reorg Apr 30, 2026
32 of 36 checks passed
@juanmigdr juanmigdr deleted the feat/explore-page-v2-reorg-design-qa branch April 30, 2026 12:08
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 30, 2026
@github-actions github-actions Bot added size-S and removed size-M labels Apr 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants