Adding comments to solo functions, prevent continuing process without selected solo
Jenkins Production Deployment

This commit is contained in:
2022-09-16 12:33:18 +02:00
parent 1027011447
commit 139fb20814
3 changed files with 28 additions and 2 deletions
@@ -49,7 +49,8 @@
<div id="which-solo" class="visible-{{this.currentPage === 4}}">
<p>Select the Solo that has been played:</p>
<div class="togglebtn active-{{isSoloActive(solo)}}" *ngFor="let solo of getAllPossibleSolos()" (click)="toggleSolo(solo)">{{solo.toString()}}</div>
<button (click)="switchToNextPage()">Next</button>
<p id="solo-warn" *ngIf="noSoloSelectedYet()">Please select a solo to continue</p>
<button (click)="switchToNextPage()" [disabled]="noSoloSelectedYet()">Next</button>
</div>
<div id="extra-points" class="visible-{{this.currentPage === 5}}">
<p>Extra Points</p>