Add a 'final' filter to registration page; coherence check on server for final and skipping

This commit is contained in:
Claude Brisson
2024-02-28 19:39:03 +01:00
parent e692dbeabb
commit 024a8e8a5e
7 changed files with 58 additions and 13 deletions

View File

@@ -63,6 +63,9 @@
#players-list {
max-width: 95vw;
#players tr.filtered {
display: none;
}
}
#player {