revert: remove ELO rank feature (data source inaccessible)

stat-check.com's ELO data is behind Microsoft auth with no public
API or download endpoint available. Removing the sync script,
placeholder JSON, CI job, table column, and all related JS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 21:23:28 -05:00
co-authored by Claude Sonnet 4.6
parent b77c3f950a
commit d39d7fc627
5 changed files with 1 additions and 178 deletions
-1
View File
@@ -76,7 +76,6 @@
<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-right hidden sm:table-cell cursor-pointer select-none" data-sort="elo">ELO Rank</th>
</tr>
</thead>
<tbody id="rows"></tbody>