brackt/app
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
..
components Fix movement indicator arrow count assertion to exclude sort header arrows 2026-03-22 17:56:17 +00:00
contexts feat: implement middleware and context provider for Express integration 2025-10-11 20:56:00 -07:00
hooks Redesign standings page with sortable table, 7-day change, and chart repositioned 2026-03-22 17:14:33 +00:00
lib Replace console.* with structured logger, fix no-inferrable-types (closes #98) (#199) 2026-03-21 13:41:39 -07:00
models Redesign standings page with sortable table, 7-day change, and chart repositioned 2026-03-22 17:14:33 +00:00
routes 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
services Add AFL season + finals simulator (closes #126) (#204) 2026-03-22 01:57:39 -07:00
test Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00
types Redesign standings page with sortable table, 7-day change, and chart repositioned 2026-03-22 17:14:33 +00:00
utils Add oxlint linting setup with zero errors (#194) 2026-03-21 09:44:05 -07:00
welcome Redesign to dark-mode-only with navy palette and accent colors (#13) 2026-02-20 19:26:11 -08:00
app.css Add NProgress navigation progress bar (#139) 2026-03-11 22:02:48 -07:00
entry.client.tsx Filter unnecessary sentry css and js errors. 2026-03-15 10:24:57 -07:00
entry.server.tsx Replace console.* with structured logger, fix no-inferrable-types (closes #98) (#199) 2026-03-21 13:41:39 -07:00
root.tsx Add NProgress navigation progress bar (#139) 2026-03-11 22:02:48 -07:00
routes.ts Add regular season standings for NBA/NHL (fixes #89) (#192) 2026-03-21 00:12:01 -07:00