Always show substitutes if applicable
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good

This commit is contained in:
2025-10-09 16:24:55 +02:00
parent 9cb3568770
commit fb36ee1a05
9 changed files with 82 additions and 31 deletions

View File

@@ -19,7 +19,12 @@
<mat-grid-tile colspan="2">
<div class="w-100" [ngClass]="{'winner': validateResult() == 1}">
{{ data.match.team1 | teamText }}
<app-team-display
[team]="data.match.team1"
[event]="data.event"
[tournament]="data.tournament"
[inline]="true">
</app-team-display>
</div>
</mat-grid-tile>
@@ -41,7 +46,12 @@
<mat-grid-tile colspan="2">
<div class="w-100" [ngClass]="{'winner': validateResult() == -1}">
{{ data.match.team2 | teamText }}
<app-team-display
[team]="data.match.team2"
[event]="data.event"
[tournament]="data.tournament"
[inline]="true">
</app-team-display>
</div>
</mat-grid-tile>
<mat-grid-tile>