feat(combat): start real combats from the hunt page and navigate to /combat/:combatId
This commit is contained in:
@@ -64,4 +64,11 @@
|
||||
<button type="button" data-hunt-retry (click)="retry()">Erneut versuchen</button>
|
||||
</section>
|
||||
}
|
||||
|
||||
@if (combatStore.error(); as combatError) {
|
||||
<section class="hunt-page__error" role="alert">
|
||||
<p>{{ combatError }}</p>
|
||||
<button type="button" data-hunt-combat-dismiss (click)="dismissCombatError()">Schließen</button>
|
||||
</section>
|
||||
}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user