Cleanup
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good

This commit is contained in:
Michel ten Voorde
2025-11-06 16:42:48 +01:00
parent 19e4372006
commit 8128ba4744

View File

@@ -158,7 +158,7 @@
</div>
<mat-action-row>
<button class="align-baseline" mat-button (click)="editResult(activeMatch.match, activeMatch.event, activeMatch.group, activeMatch.round)">
<mat-icon>edit</mat-icon>
<mat-icon>leaderboard</mat-icon>
Uitslag invoeren
</button>
<button mat-button (click)="changeCounter(activeMatch.match)">
@@ -301,7 +301,6 @@
}
</tbody>
</table>
<!-- }-->
} @else if (round.status == 'IN_PROGRESS') {
<table class="table table-hover m-4 wide w-95">
<tbody>
@@ -330,8 +329,8 @@
</button>
} @else if (match.status == 'IN_PROGRESS') {
<button mat-button (click)="editResult(match, event, group, round)">
<mat-icon>edit</mat-icon>
Uitslag invoeren
<mat-icon>leaderboard</mat-icon>
Uitslag
</button>
<button mat-button (click)="changeCounter(match)">
<mat-icon>person</mat-icon>
@@ -339,7 +338,7 @@
</button>
<button mat-button (click)="stopMatch(match)">
<mat-icon>stop</mat-icon>
Wedstrijd stoppen
Stoppen
</button>
} @else if (match.status == 'FINISHED') {
<div class="row result align-items-center">
@@ -355,7 +354,7 @@
</button>
<mat-menu #finishedMatchMenu="matMenu">
<button mat-menu-item (click)="editResult(match, event, group, round)">
<mat-icon>edit</mat-icon>
<mat-icon>leaderboard</mat-icon>
Uitslag bewerken
</button>
</mat-menu>