brackt/app/components/standings
Claude 45c7950805
All checks were successful
🚀 Deploy / 🧪 Test (pull_request) Successful in 3m23s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m21s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
Address code review on mobile team breakdown
- Use the shared Radix Select primitive for the mobile sort control
  instead of a one-off native <select>, matching the design system.
- Fix the sort-direction toggle aria-label to describe the action it
  performs rather than the current state.
- Drop a redundant flex wrapper around PointsValue in the desktop cell.
- Add jsdom stubs (scrollIntoView, pointer-capture) to the shared test
  setup so Radix Select can be exercised in unit tests, and update the
  mobile sort tests to drive the Radix dropdown.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EGQoRPjRycNSjwLrUwuKhw
2026-06-19 05:37:48 +00:00
..
__tests__ Address code review on mobile team breakdown 2026-06-19 05:37:48 +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 Address code review on mobile team breakdown 2026-06-19 05:37:48 +00:00