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

@@ -55,6 +55,8 @@ if status is None or payload.get("status") != "ok":
$backendImportCheck | python -
powershell -ExecutionPolicy Bypass -File scripts/run-historical-ui-regression-tests.ps1
Write-Host "No product integration tests are configured for this platform-only scope."
Write-Host "Backend startup import check passed."
Write-Host "Platform validation passed."