fix(predict): Design QA feedback to the redesigned Predict home and feed cp-8.3.0#33382
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. |
⚡ 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: |
874723e to
f269bd0
Compare
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 f269bd0. Configure here.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|




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 layout changes in Predict UI with no auth, data, or trading logic touched.
Overview
Applies PRED-1089 styling polish across Predict home and live market UI.
Predict home uses a smaller title (
HeadingMd), turns off the bottom safe-area inset to remove the black bar, and groups portfolio + sections in agap-6stack while dropping per-section vertical margins. Section headers and list spacing are tightened (e.g. Trending cardgap-1, Popular Today chips use default text color).Live carousel cards: compact crypto cards get a smaller progress ring/logo via a
compactProgressLogo, with “Resets every …” moved directly under the title; compact sports cards use full-height carousel layout and centered scoreboard with bottom-aligned buy buttons.Shared tweaks: sport scoreboard live label is
LIVE(tests updated); filter chip list default container padding ispb-3instead ofpb-4.Reviewed by Cursor Bugbot for commit dc53474. Bugbot is set up for automated code reviews on this repo. Configure here.