feat: add ELO refresh job to GitLab CI and polish mobile display

- Add refresh-elo job to .gitlab-ci.yml triggered by schedules; runs
  the Python scraper and commits updated elo-data.json back to main
- Hide Stat-Check ELO column header on mobile (sm:hidden), fold ELO
  score as a subtitle under ITC Points on mobile instead

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 00:07:41 -05:00
co-authored by Claude Sonnet 4.6
parent ea0c2f3a91
commit c4e355dd63
3 changed files with 29 additions and 9 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
<th class="text-right hidden sm:table-cell cursor-pointer select-none" data-sort="wlt">WLT</th>
<th class="text-right hidden sm:table-cell cursor-pointer select-none" data-sort="wpct">Win %</th>
<th class="text-right hidden sm:table-cell cursor-pointer select-none" data-sort="rank">ITC Rank</th>
<th class="text-center cursor-pointer select-none" data-sort="elo">Stat-Check ELO</th>
<th class="text-center hidden sm:table-cell cursor-pointer select-none" data-sort="elo">Stat-Check ELO</th>
</tr>
</thead>
<tbody id="rows"></tbody>