fix(predict): Design QA feedback to the redesigned Predict home and feed#33382
fix(predict): Design QA feedback to the redesigned Predict home and feed#33382caieu wants to merge 9 commits into
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. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Key changes:
Tags selected:
No other tags are needed as changes are isolated to the Predict UI components with no impact on navigation, browser, accounts, network, swap, stake, or other features. Performance Test Selection: |
|
⚡ Performance Test Results
❌ 1 test failed · 3 tests · 1 device 📱 Devices tested (1)Android: Google Pixel 8 Pro (v14.0) ❌ Failed Tests (1)@team-predict
✅ Passed Tests (2)
Branch: |



Description
Applies the PRED-1089 Design QA feedback to the redesigned Predict home and feed:
LIVEstatus.Automated validation
npx jest -c jest.config.view.js app/components/UI/Predict/views/PredictHome/PredictHome.view.test.tsx --runInBand --silent --coverage=falsenpx jest app/components/UI/Predict/views/PredictFeedView/PredictFeedView.test.tsx --runInBand --coverage=falsenpx jest app/components/UI/Predict/components/PredictCryptoUpDownMarketCard/PredictCryptoUpDownMarketCard.test.tsx --runInBand --coverage=falsenpx jest app/components/UI/Predict/components/PredictMarketSportCard/PredictMarketSportCard.test.tsx --runInBand --coverage=falsenpx jest app/components/UI/Predict/components/PredictSportScoreboard/PredictSportScoreboard.test.tsx --runInBand --coverage=falseChangelog
CHANGELOG entry: Fixed spacing and styling inconsistencies on the Predict home and live market views
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/PRED-1089
Manual testing steps
Screenshots/Recordings
N/A — Design QA evidence is tracked in PRED-1089; attach the final simulator screenshots when opening the PR.
Before
N/A — see PRED-1089.
After
Screen.Recording.2026-07-15.at.16.31.02.mov
Pre-merge author checklist
Performance checks (if applicable)
For performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Low Risk
Presentation-only spacing, typography, and conditional UI; no auth, data, or trading logic changes.
Overview
Implements PRED-1089 design QA polish across the redesigned Predict home and feed surfaces.
Predict home: Title uses
HeadingMd(aligned with Perps). Bottom safe area is turned off to remove the black bar. Portfolio and sections use a singlegap-6wrapper instead of per-section vertical margins. Section headers get tighter padding; Popular Today chips use default text color; Trending list spacing is tightened (gap-1).Predict feed:
PredictChipListonly renders when there are two or more filters (e.g. Live feed no longer shows a lone chip). Chip list bottom padding is reduced (pb-3).Live carousel cards: Compact crypto cards get a smaller progress ring/logo (
ProgressLogocompactmode), “Resets every …” sits under the title, and compact sport cards use full height with centered scoreboard and adjusted button spacing. Sports live label isLIVE(uppercase); tests updated accordingly.Reviewed by Cursor Bugbot for commit 874723e. Bugbot is set up for automated code reviews on this repo. Configure here.