- DraftGrid: wrap header and rows in a single min-w-max container so column widths share a sizing context and can't desync - Settings: wrap team + draft slot creation in a DB transaction so a slot insert failure can't leave orphaned teams with no slots - Settings: replace Math.max(...spread) with reduce to avoid the JS argument limit (defensive, given the 6-16 team cap) - Settings: remove now-unused createManyTeams import Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| $leagueId.draft-board.$seasonId.tsx | ||
| $leagueId.draft.$seasonId.tsx | ||
| $leagueId.server.ts | ||
| $leagueId.settings.tsx | ||
| $leagueId.sports-seasons.$sportsSeasonId.server.ts | ||
| $leagueId.sports-seasons.$sportsSeasonId.tsx | ||
| $leagueId.standings.$seasonId.teams.$teamId.tsx | ||
| $leagueId.standings.$seasonId.tsx | ||
| $leagueId.tsx | ||
| new.tsx | ||