Pairing page: display stats at top, and persist scroll

This commit is contained in:
Claude Brisson
2024-01-30 15:27:33 +01:00
parent 41de7713e6
commit 727b341521
4 changed files with 17 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<span class="active-round">$round</span>
<button class="ui floating choose-round next-round button">&raquo;</button>
#set($stats = $utils.getResultsStats($games))
<span class="norbeak"><span id="known">$stats.known</span> / $stats.total</span>
<span class="norbeak">( <span id="known">$stats.known</span> / $stats.total )</span>
</div>
<div id="results-list" class="roundbox">
<table id="results-table" class="ui celled striped table">