Fix historical leaderboard labels, stats ranking table uniformity and publish Steam icon

This commit is contained in:
devRaGonSa
2026-06-11 13:26:13 +02:00
parent d50d800554
commit ab696ab25d
7 changed files with 209 additions and 43 deletions

View File

@@ -87,11 +87,11 @@
<label class="stats-search-form__label" for="ranking-metric">
M&eacute;trica
<select class="ranking-select" id="ranking-metric" name="metric">
<option value="kills">Kills totales</option>
<option value="deaths">Deaths</option>
<option value="teamkills">Teamkills</option>
<option value="matches_considered">Partidas jugadas</option>
<option value="kd_ratio">K/D</option>
<option value="kills">Kills</option>
<option value="deaths">Muertes</option>
<option value="teamkills">TK</option>
<option value="matches_considered">Partidas</option>
<option value="kd_ratio">KD</option>
<option value="kills_per_match">Kills/partida</option>
</select>
</label>
@@ -120,11 +120,11 @@
<th>Pos.</th>
<th>Jugador</th>
<th id="ranking-metric-heading">Valor activo</th>
<th>Kills</th>
<th>Deaths</th>
<th>Teamkills</th>
<th>Partidas</th>
<th>K/D</th>
<th>Kills</th>
<th>Muertes</th>
<th>TK</th>
<th>KD</th>
<th id="ranking-kpp-heading">Kills/partida</th>
</tr>
</thead>