feat: resolve scoreboard links and enrich match details

Implement trusted scoreboard origins, persisted scoreboard links, RCON-to-scoreboard correlation, match link UX priority, enriched internal match details, and historical UI regression validation.
This commit is contained in:
devRaGonSa
2026-05-19 11:13:17 +02:00
committed by GitHub
parent af4de29a0a
commit 95bb09118f
19 changed files with 1851 additions and 48 deletions

View File

@@ -63,6 +63,36 @@
Cargando detalle...
</p>
<div class="historical-summary-grid" id="match-detail-grid" hidden></div>
<div class="historical-detail-section" id="match-detail-players-section" hidden>
<div class="historical-detail-section__header">
<div>
<p class="eyebrow eyebrow--section">Jugadores</p>
<h3>Registro de jugadores</h3>
</div>
<p class="historical-panel__note" id="match-detail-players-note">
Revisando si existen estadisticas por jugador.
</p>
</div>
<p class="historical-state" id="match-detail-players-state" hidden></p>
<div class="historical-table-shell" id="match-detail-players-table-shell" hidden>
<table class="historical-table historical-table--players">
<thead>
<tr>
<th>Jugador</th>
<th>Equipo</th>
<th>Nivel</th>
<th>K</th>
<th>D</th>
<th>TK</th>
<th>Combate</th>
<th>Apoyo</th>
<th>Tiempo</th>
</tr>
</thead>
<tbody id="match-detail-players-body"></tbody>
</table>
</div>
</div>
<div class="historical-match-card__actions" id="match-detail-actions" hidden></div>
</div>
</section>