brackt/app/components/standings
Claude 8eb25c88f3
Fix movement indicator arrow count assertion to exclude sort header arrows
queryAllByText(/↑|↓/) was matching the active sort column's ↑ indicator.
Narrow to /[↑↓]\d/ so only movement indicators (↑1, ↓1) are counted.

https://claude.ai/code/session_01CuCKFVYbpsKSQoFDcTYfY7
2026-03-22 17:56:17 +00:00
..
__tests__ Fix movement indicator arrow count assertion to exclude sort header arrows 2026-03-22 17:56:17 +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 2026-03-22 17:14:33 +00:00
StandingsTable.tsx Code review fixes: module-level comparators, correct type on SortableHead, handle negative point change, remove redundant spread 2026-03-22 17:17:54 +00:00
TeamScoreBreakdown.tsx Fix oxlint warnings: no-shadow, consistent-function-scoping, no-non-null-assertion, and others (#196) 2026-03-21 10:59:51 -07:00