..
api
Fix chess clock increment not applied to all pick types ( #67 regression) ( #220 )
2026-03-24 17:00:32 -07:00
leagues
Add MLB playoff simulator with AL/NL division standings, fixes #121 ( #225 )
2026-03-25 08:47:02 -07:00
teams
feat: add meta title to all route pages ( #109 )
2026-03-10 12:10:52 -07:00
admin._index.tsx
Improve admin dashboard stats and fix scoring event bugs ( #230 )
2026-03-25 20:46:54 -07:00
admin.data-sync.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.participants.tsx
feat: add meta title to all route pages ( #109 )
2026-03-10 12:10:52 -07:00
admin.sports-seasons.$id.elo-ratings.tsx
Fix oxlint eqeqeq error: use !== null && !== undefined
2026-03-23 08:49:48 -07:00
admin.sports-seasons.$id.events.$eventId.bracket.server.ts
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports-seasons.$id.events.$eventId.bracket.tsx
Fix oxlint warnings: no-shadow, consistent-function-scoping, no-non-null-assertion, and others ( #196 )
2026-03-21 10:59:51 -07:00
admin.sports-seasons.$id.events.$eventId.server.ts
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports-seasons.$id.events.$eventId.tsx
Add oxlint linting setup with zero errors ( #194 )
2026-03-21 09:44:05 -07:00
admin.sports-seasons.$id.events.server.ts
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports-seasons.$id.events.tsx
Fix oxlint warnings: no-shadow, consistent-function-scoping, no-non-null-assertion, and others ( #196 )
2026-03-21 10:59:51 -07:00
admin.sports-seasons.$id.expected-values.server.ts
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports-seasons.$id.expected-values.tsx
Fix oxlint warnings: no-shadow, consistent-function-scoping, no-non-null-assertion, and others ( #196 )
2026-03-21 10:59:51 -07:00
admin.sports-seasons.$id.futures-odds.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports-seasons.$id.golf-skills.tsx
Add golf qualifying points simulator (Plackett-Luce Monte Carlo) ( #223 )
2026-03-24 21:46:02 -07:00
admin.sports-seasons.$id.participants.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports-seasons.$id.regular-standings.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports-seasons.$id.simulate.tsx
Recalculate league standings after EV simulation updates ( #186 )
2026-03-20 14:39:05 -07:00
admin.sports-seasons.$id.standings.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports-seasons.$id.surface-elo.tsx
Add golf qualifying points simulator (Plackett-Luce Monte Carlo) ( #223 )
2026-03-24 21:46:02 -07:00
admin.sports-seasons.$id.tsx
Add golf qualifying points simulator (Plackett-Luce Monte Carlo) ( #223 )
2026-03-24 21:46:02 -07:00
admin.sports-seasons.new.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports-seasons.tsx
Add isDraftable toggle to sport seasons ( #165 ) ( #178 )
2026-03-18 22:40:19 -07:00
admin.sports.$id.tsx
Add golf qualifying points simulator (Plackett-Luce Monte Carlo) ( #223 )
2026-03-24 21:46:02 -07:00
admin.sports.new.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.sports.tsx
feat: add meta title to all route pages ( #109 )
2026-03-10 12:10:52 -07:00
admin.standings-snapshots.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.templates.$id.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.templates.new.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
admin.templates.tsx
feat: add meta title to all route pages ( #109 )
2026-03-10 12:10:52 -07:00
admin.tsx
feat: add meta title to all route pages ( #109 )
2026-03-10 12:10:52 -07:00
api.admin.export-sports-data.ts
feat: add admin routes and checkbox component for sports management
2025-10-12 21:54:49 -07:00
home.tsx
Add oxlint linting setup with zero errors ( #194 )
2026-03-21 09:44:05 -07:00
how-to-play.tsx
Add rules page, rewrite how-to-play, and fix scoring display ( #20 )
2026-02-21 21:58:51 -08:00
i.$inviteCode.tsx
Optimize user data fetching with batch queries and centralize display name logic ( #176 )
2026-03-18 16:46:07 -07:00
rules.tsx
Add rules page, rewrite how-to-play, and fix scoring display ( #20 )
2026-02-21 21:58:51 -08:00
support.tsx
Add support page with Discord link and contact form, fixes #233 ( #234 )
2026-03-26 17:17:49 -07:00
test-socket.tsx
Replace console.* with structured logger, fix no-inferrable-types ( closes #98 ) ( #199 )
2026-03-21 13:41:39 -07:00
user-profile.tsx
feat: add meta title to all route pages ( #109 )
2026-03-10 12:10:52 -07:00