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