world-2026-hub/assets/js
Lucas Kalil 8a521575aa feat(stats): final ranking 1-48, favorite highlight, team records (Stage C)
- Canonical final ranking: each team carries a .rank from the stage-reached
  chain (champion>runner-up>3rd>4th>QF>R16>R32>group, then pts>GD>GF>id),
  computed from REAL knockout results only (simulation never moves it). The #
  column shows this rank and is the default sort; it stays canonical when
  sorting other columns, and clicking # returns to it.
- Favorite-team row highlight (gold inset border + tint); re-renders on
  favchange. No stars in the table (highlight-only, like the bracket).
- Team record cards: biggest win (-> openMatchModal), longest win streak
  (>=2, else hidden), and champion's path (R32->Final route, gated on the
  verdict, rows -> openMatchModal). Each degrades away when its data is null.
- stats.js imports getFavorites (storage) + openMatchModal (modal). i18n
  tip.rank/stats.rankCol/biggestWin/winStreak/championPath (EN/PT); CSS for
  .row-fav, record cards, champion path.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 00:22:24 -03:00
..
app.js Merge branch 'master' into feature/stats-final-screen 2026-06-17 00:08:54 -03:00
bracket.js feat(app): poll results.json for live updates without reload 2026-06-16 00:12:50 -03:00
calendar.js feat: add world cup 2026 hub spa with bracket simulation and i18n 2026-06-12 16:12:14 -03:00
groups.js feat(app): poll results.json for live updates without reload 2026-06-16 00:12:50 -03:00
i18n.js feat(stats): final ranking 1-48, favorite highlight, team records (Stage C) 2026-06-17 00:22:24 -03:00
modal.js feat(modal): display match stats when available 2026-06-13 23:23:18 -03:00
schedule.js feat(app): poll results.json for live updates without reload 2026-06-16 00:12:50 -03:00
stadiums.js feat: add world cup 2026 hub spa with bracket simulation and i18n 2026-06-12 16:12:14 -03:00
stats.js feat(stats): final ranking 1-48, favorite highlight, team records (Stage C) 2026-06-17 00:22:24 -03:00
storage.js feat: add world cup 2026 hub spa with bracket simulation and i18n 2026-06-12 16:12:14 -03:00