brackt/app/components/standings
Claude 5e9fc0e2f4
Fix pick sort to use pure pick number (matches tests)
The sport-grouped tiebreaker conflicted with the test contract for the
pick column. Tests expect ascending pick number = [1, 2, 3] regardless
of sport, so revert sortPicks to sort by pickNumber only for that column.

https://claude.ai/code/session_01XBnm7eKxerR7WjwrqqJPwe
2026-03-23 02:16:16 +00:00
..
__tests__ Add sortable columns to draft picks table on manager page 2026-03-23 01:49:53 +00: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 Fix pick sort to use pure pick number (matches tests) 2026-03-23 02:16:16 +00:00