brackt/app/components/scoring
Claude 0595eafe31
All checks were successful
🚀 Deploy / 🧪 Test (pull_request) Successful in 2m46s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m29s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
fix: resolve all oxlint errors from CI
- Remove unused imports (findMatchSubGamesByMatchId, isNull, or, MatchRecord, STAGE_NAMES)
- Replace all != / == with !== / === throughout match-sync and components
- Remove all no-non-null-assertion violations: use Map get-or-initialize
  pattern, remove guarded assertions (playoffMatch.round), use 'as' cast
  for filter-then-map pattern
- Replace .sort() with .toSorted() in 5 locations
- Merge duplicate react-router import in tournament.tsx
- Remove unused LoaderData type alias in tournament.tsx
- Rename unused 'stage' param to '_stage' in Cs2TournamentBracket
- Use ?? [] in pandascore.test.ts to eliminate non-null assertions on subGames

https://claude.ai/code/session_01WUUM7uWzFoSkGcZRhnEKG6
2026-06-12 22:22:46 +00:00
..
__tests__ Fix NBA play-in elimination display and consolidate bracket reprocessing (#299) 2026-04-15 14:56:33 -07:00
BracketTreePaginated.tsx Add Storybook stories for new components from staged changes (#321) 2026-04-23 22:09:25 -07:00
BracketTreeView.tsx Add Storybook stories for new components from staged changes (#321) 2026-04-23 22:09:25 -07:00
Cs2TournamentBracket.tsx fix: resolve all oxlint errors from CI 2026-06-12 22:22:46 +00:00
GroupStageDisplay.tsx User/chris/bracket UI redesign (#95) 2026-03-09 22:44:33 -07:00
MatchSchedule.tsx fix: resolve all oxlint errors from CI 2026-06-12 22:22:46 +00:00
NbaBracketLayout.tsx Add Storybook stories for new components from staged changes (#321) 2026-04-23 22:09:25 -07:00
PlayoffBracket.tsx Add Storybook stories for new components from staged changes (#321) 2026-04-23 22:09:25 -07:00
QualifyingPointsStandings.tsx Fix QP standings: filter to drafted/points-earning participants with correct global ranks 2026-06-06 09:38:47 -07:00
RankingsRow.stories.tsx Add Storybook stories for new components from staged changes (#321) 2026-04-23 22:09:25 -07:00
RankingsRow.tsx Add Storybook stories for new components from staged changes (#321) 2026-04-23 22:09:25 -07:00
ScoringRulesEditor.tsx Redesign to dark-mode-only with navy palette and accent colors (#13) 2026-02-20 19:26:11 -08:00
SeasonStandings.tsx Fix IndyCar standings: correct ESPN stat key, update title, restore finalized badge 2026-06-10 09:17:23 -07:00
SportSeasonDisplay.tsx Fix IndyCar standings: correct ESPN stat key, update title, restore finalized badge 2026-06-10 09:17:23 -07:00
TabbedBracketLayout.tsx Add Storybook stories for new components from staged changes (#321) 2026-04-23 22:09:25 -07:00