fix(homepage): add dot separator between price and variation for token rows (TMCU-569)#27449
Conversation
…n rows (TMCU-569) - Add dot separator in PopularTokenRow to match TokenListItemV2 layout - Update PopularTokenRow test assertions for new price • variation format - Minor CashGetMusdEmptyState update
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.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|
✅ E2E Fixture Validation — Schema is up to date |
|



Description
This PR adds a dot separator (•) between the price and variation text in token rows on the homepage, aligning with the
price • variationformat used inTokenListItemV2.1. What is the reason for the change?
TokenListItemV2displays price and variation as$1.00 • +5.25%(or similar)2. What is the improvement/solution?
\u2022) between the price and variationPopularTokenRowso price and percentage display asprice • variationCashGetMusdEmptyStatefor the MUSD empty statePopularTokenRow.test.tsxto match the new formatChangelog
CHANGELOG entry: Fixed token row display on homepage to show price and variation separated by a dot for consistency with token list items
Related issues
Fixes: TMCU-569
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk UI-only change to text/layout formatting plus corresponding test updates; no data, auth, or navigation logic changes.
Overview
Aligns homepage token rows with the
price • variationdisplay by inserting a Unicode bullet separator between the price and percentage/bonus text.Updates
PopularTokenRowto render the separator only when a percentage value is present (and simplifies the layout), and tweaksCashGetMusdEmptyStateto show the same separator for the mUSD row. Tests are updated to assert the new formatting and ensure no trailing bullet appears when variation is absent/invalid.Written by Cursor Bugbot for commit dcda7cd. This will update automatically on new commits. Configure here.