brackt/app/routes/leagues
Claude 82f95f4078
All checks were successful
🚀 Deploy / 🧪 Test (pull_request) Successful in 3m59s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m24s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
Fix oxlint errors across event view changes
- Use !== instead of != for null/undefined comparisons
- Replace non-null assertions with type-predicate filters
- Use Array#toSorted() instead of mutating sort()
- Replace manual thenable mock with a real Promise + attached orderBy
- Remove unused imports/variables (Badge, CardHeader, CardTitle, eliminated, advanced, ownershipMap)
- Hoist makeChampionsQpConfig to module scope since it captures no closure variables

https://claude.ai/code/session_01RYK7NCjcaah545979wupcM
2026-06-16 04:45:23 +00:00
..
__tests__ Add Discord draft pick announcements (#460) 2026-05-20 19:55:48 -07:00
$leagueId.audit-log.tsx Migrate auth from Clerk to BetterAuth (#354) 2026-04-29 10:03:50 -07:00
$leagueId.draft-board.$seasonId.tsx Fix mobile spacing for draft board and dashboard layout (#13, #329) (#404) 2026-05-10 19:51:34 -07:00
$leagueId.draft-queue.$seasonId.tsx Rename queue page to Set Pre-Draft Queue, remove VORP, fix re-add race condition (#436) 2026-05-15 18:47:36 -07:00
$leagueId.draft.$seasonId.tsx Fix draft pause clock: use Math.ceil consistently via shared msToSeconds helper 2026-06-06 16:39:53 -07:00
$leagueId.server.ts Fix invite link showing http and show draft board card during live draft 2026-05-22 22:31:52 -07:00
$leagueId.settings.server.ts Enforce unique team names within a season 2026-05-23 16:55:08 -07:00
$leagueId.settings.tsx Add Discord draft pick announcements (#460) 2026-05-20 19:55:48 -07:00
$leagueId.sports-seasons.$sportsSeasonId.events.$eventId.server.ts Fix oxlint errors across event view changes 2026-06-16 04:45:23 +00:00
$leagueId.sports-seasons.$sportsSeasonId.events.$eventId.tsx Fix oxlint errors across event view changes 2026-06-16 04:45:23 +00:00
$leagueId.sports-seasons.$sportsSeasonId.server.ts Fix IndyCar standings: correct ESPN stat key, update title, restore finalized badge 2026-06-10 09:17:23 -07:00
$leagueId.sports-seasons.$sportsSeasonId.tsx Add CS2 schedule fix, Champions Stage floor scoring, and event detail view 2026-06-16 00:02:28 +00:00
$leagueId.standings.$seasonId.teams.$teamId.tsx Fix draft order initialization for teams added mid-season (#449) 2026-05-19 18:22:47 -07:00
$leagueId.standings.$seasonId.tsx Fix standings page team icons to use selected team avatar (#388) 2026-05-06 18:08:46 -07:00
$leagueId.tsx Fix invite link showing http and show draft board card during live draft 2026-05-22 22:31:52 -07:00
$leagueId.upcoming-events.tsx Add CS2 schedule fix, Champions Stage floor scoring, and event detail view 2026-06-16 00:02:28 +00:00
creating.tsx Extract reusable league wizard components; wire settings page (#350) 2026-04-28 22:24:13 -07:00
new.tsx claude/sports-templates-conversion-ILWAM (#71) 2026-06-04 21:31:49 +00:00