Add an API call and a button to reset all results for a round

This commit is contained in:
Claude Brisson
2024-06-13 20:00:52 +02:00
parent 0fd9f6e27a
commit f7d42c399c
5 changed files with 41 additions and 1 deletions

View File

@@ -39,4 +39,13 @@
</tbody>
</table>
</div>
<div class="form-actions">
<button id="clear-results" class="ui orange right labeled icon floating info button">
<i class="trash icon"></i>
Clear results
</button>
</div>
</div>
<div id="confirmation" class="hidden">
Clear all results for round <span>$round</span> ?
</div>