replace W-L-T with win percentage and add sortable column headers
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+5
-5
@@ -38,7 +38,7 @@
|
||||
<div class="stat-value text-2xl text-warning" id="s-top">—</div>
|
||||
</div>
|
||||
<div class="stat">
|
||||
<div class="stat-title">Combined W–L–T</div>
|
||||
<div class="stat-title">Team Win %</div>
|
||||
<div class="stat-value text-2xl" id="s-rec">—</div>
|
||||
</div>
|
||||
<div class="stat">
|
||||
@@ -71,10 +71,10 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-12">#</th>
|
||||
<th>Player</th>
|
||||
<th class="text-right">ITC Points</th>
|
||||
<th class="text-right hidden sm:table-cell">W–L–T</th>
|
||||
<th class="text-right hidden sm:table-cell">ITC Rank</th>
|
||||
<th class="cursor-pointer select-none" data-sort="name">Player</th>
|
||||
<th class="text-right cursor-pointer select-none" data-sort="pts">ITC Points</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>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="rows"></tbody>
|
||||
|
||||
Reference in New Issue
Block a user