brackt/app/components/standings/__tests__
Claude 215c37350b
Make team score breakdown page mobile-friendly
The team breakdown page rendered a 5-column table that overflowed on
phones, forcing horizontal scroll. Add a responsive card layout for
mobile that shows every field (pick #, sport, participant, position,
points) with no horizontal scroll, while keeping the existing sortable
table on desktop (md+).

- Header now stacks on mobile (flex-col -> sm:flex-row).
- Mobile renders one card per pick with a compact sort control (field
  select + asc/desc toggle) instead of clickable column headers.
- Extract shared PositionCell / PointsValue / pickLabel helpers so the
  table and cards stay in sync.
- Update tests to scope table assertions and cover the mobile view.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EGQoRPjRycNSjwLrUwuKhw
2026-06-19 05:03:34 +00:00
..
PointProgressionChart.test.tsx feat: add recharts library and implement PointProgressionChart component for historical views 2025-11-14 21:18:34 -08:00
StandingsTable.test.tsx Redesign standings page with sortable table, 7-day change, and chart repositioned (#205) 2026-03-22 11:05:13 -07:00
TeamScoreBreakdown.test.tsx Make team score breakdown page mobile-friendly 2026-06-19 05:03:34 +00:00