You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Date truncated — "Mar 27" is fine but "Mar" alone is confusing
Scientific notation — "5e-6 PLOT" is not user-friendly, show "< 0.001 PLOT" or similar
Requirements
Redesign the Trading History rows to match the clean card-based style used on the profile page trust dashboard. Each trade should be a clean row or card with:
Type badge: Buy (green) / Sell (red) — small colored badge
Problem
The Trading History section on the Reader Dashboard (
/reader) is poorly formatted on mobile:Requirements
Redesign the Trading History rows to match the clean card-based style used on the profile page trust dashboard. Each trade should be a clean row or card with:
Mobile-first layout — rows should not overflow or wrap awkwardly on small screens. Consider a stacked layout for mobile:
Files to modify
src/app/reader/page.tsxor wherever the Reader Dashboard trading history is renderedBranch
task/622-trading-history-layoutAcceptance criteria