Added match counter
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good

This commit is contained in:
2025-08-18 23:28:15 +02:00
parent 71e5b5c912
commit 5a5c134002
22 changed files with 484 additions and 2070 deletions

View File

@@ -5,4 +5,6 @@ export class TournamentPlayer {
events: string[];
paid: boolean;
present: boolean;
counting: boolean;
counts: number;
}