brackt/app/components/standings
Chris Parsons b672c50d78
Add sortable Sport and Participant columns to team breakdown table (#208)
- Sort by sport (secondary: participant) or participant name
- Extract SortableHeader component to reduce header button repetition
- Use toSorted() instead of slice().sort() (oxlint fix)
- Use localeCompare with sensitivity: 'base' for case-insensitive string sorts

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 20:30:17 -07:00
..
__tests__ Add sortable columns to draft picks table on manager page (#207) 2026-03-22 19:20:01 -07:00
PointProgressionChart.tsx Fix oxlint warnings: no-shadow, consistent-function-scoping, no-non-null-assertion, and others (#196) 2026-03-21 10:59:51 -07:00
PointsDisplay.tsx Redesign standings page with sortable table, 7-day change, and chart repositioned (#205) 2026-03-22 11:05:13 -07:00
StandingsTable.tsx Redesign standings page with sortable table, 7-day change, and chart repositioned (#205) 2026-03-22 11:05:13 -07:00
TeamScoreBreakdown.tsx Add sortable Sport and Participant columns to team breakdown table (#208) 2026-03-22 20:30:17 -07:00