brackt/app/routes/leagues
Chris Parsons 6926fb96bc
Cache-bust logos via Vite ?url import and extract shared stat helpers (#310)
Logo SVGs referenced by string path (/logo.svg) were cached by CDNs and
browsers after deployments. Import them with Vite's ?url suffix so the
build emits content-hashed filenames that force a refresh on change.

LeagueRow and StandingsPreview had duplicated StatColumn, StatDivider,
and rank-change indicator helpers. Extract them into a shared
StatHelpers module so both pages render rank and points identically
(#3 style with consistent rank-change arrows).
2026-04-23 13:52:34 -07:00
..
__tests__ Fix oxlint warnings: no-shadow, consistent-function-scoping, no-non-null-assertion, and others (#196) 2026-03-21 10:59:51 -07:00
$leagueId.audit-log.tsx fix: league settings sports swap and audit log detail improvements (#294) 2026-04-14 21:41:05 -07:00
$leagueId.draft-board.$seasonId.tsx Cache-bust logos via Vite ?url import and extract shared stat helpers (#310) 2026-04-23 13:52:34 -07:00
$leagueId.draft.$seasonId.tsx Cache-bust logos via Vite ?url import and extract shared stat helpers (#310) 2026-04-23 13:52:34 -07:00
$leagueId.server.ts New design (#309) 2026-04-23 13:14:55 -07:00
$leagueId.settings.tsx fix: league settings sports swap and audit log detail improvements (#294) 2026-04-14 21:41:05 -07:00
$leagueId.sports-seasons.$sportsSeasonId.server.ts New design (#309) 2026-04-23 13:14:55 -07:00
$leagueId.sports-seasons.$sportsSeasonId.tsx New design (#309) 2026-04-23 13:14:55 -07:00
$leagueId.standings.$seasonId.teams.$teamId.tsx Simplify team breakdown page layout and fix code quality issues (#155) 2026-03-17 09:20:41 -07:00
$leagueId.standings.$seasonId.tsx New design (#309) 2026-04-23 13:14:55 -07:00
$leagueId.tsx New design (#309) 2026-04-23 13:14:55 -07:00
$leagueId.upcoming-events.tsx Add upcoming events pages and fix timezone filtering, fixes #213 (#235) 2026-03-27 00:49:16 -07:00
new.tsx Replace console.* with structured logger, fix no-inferrable-types (closes #98) (#199) 2026-03-21 13:41:39 -07:00