task/CAS-50/add_rest_blackjack_logic_with_frontend_animations #121

Merged
jleibl merged 6 commits from task/CAS-50/add_rest_blackjack_logic_with_frontend_animations into main 2025-04-02 11:09:08 +00:00
Showing only changes of commit 775205b54c - Show all commits

View file

@ -44,7 +44,6 @@
</div> </div>
</div> </div>
<!-- Game Result Modal -->
<app-game-result <app-game-result
[gameState]="gameState()" [gameState]="gameState()"
[amount]="currentBet()" [amount]="currentBet()"
@ -53,7 +52,6 @@
(gameResultClosed)="onCloseGameResult()" (gameResultClosed)="onCloseGameResult()"
></app-game-result> ></app-game-result>
<!-- Debt Dialog -->
<app-debt-dialog <app-debt-dialog
[amount]="debtAmount()" [amount]="debtAmount()"
[show]="showDebtDialog()" [show]="showDebtDialog()"