Adding solo page to add game component
Jenkins Production Deployment

This commit is contained in:
2022-09-16 12:22:32 +02:00
parent b09b683727
commit 1027011447
3 changed files with 46 additions and 9 deletions
@@ -47,10 +47,13 @@
<button (click)="switchToNextPage()" [disabled]="!calculatePointSum()">Next</button>
</div>
<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>
</div>
<div id="extra-points" class="visible-{{this.currentPage === 5}}">
<p>Extra Points</p>
<button (click)="switchToNextPage()">Next</button>
</div>
</div>
<div id="scores">