brackt/app/components/standings
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
..
__tests__ Make team score breakdown page mobile-friendly 2026-06-19 05:03:34 +00:00
PointProgressionChart.stories.tsx New design (#309) 2026-04-23 13:14:55 -07:00
PointProgressionChart.tsx Add Storybook stories for new components from staged changes (#321) 2026-04-23 22:09:25 -07:00
PointsDisplay.tsx Fix oxlint errors. 2026-03-22 20:41:44 -07:00
RecentScoresCard.stories.tsx New design (#309) 2026-04-23 13:14:55 -07:00
RecentScoresCard.tsx New design (#309) 2026-04-23 13:14:55 -07:00
StandingsTable.tsx Show tied ranks with T prefix across standings and Discord (#239) 2026-03-27 20:45:15 -07:00
TeamScoreBreakdown.tsx Make team score breakdown page mobile-friendly 2026-06-19 05:03:34 +00:00