- Add buildTiedRankChecker() utility to standings-display.ts; replaces four copies of inline rank-count logic spread across components, the league home route, and the Discord service - Prefix shared ranks with "T" (e.g. "T3") in StandingsTable (league panel), StandingsTable (full standings), the league home preview, and Discord webhook notifications - Add useMemo wrapping in StandingsTable components so tie detection does not recompute on every render - Fix compareTeamsForRanking to round total points to hundredths before comparing, preventing floating-point noise from producing spurious non-ties in the standings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| bracket-templates.ts | ||
| color-hash.ts | ||
| date-utils.ts | ||
| draft-eligibility.ts | ||
| draft-order.ts | ||
| draft-timer.ts | ||
| fuzzy-match.ts | ||
| logger.ts | ||
| normalize-team-name.ts | ||
| owner-map.ts | ||
| scoring-types.ts | ||
| season-helpers.server.ts | ||
| standings-display.ts | ||
| utils.ts | ||