Commit bc33cbc7 authored by Dennis Willers's avatar Dennis Willers 🏀

Alle Begriff durchgespielt Meldung anzeigen

parent fffdf3d3
Pipeline #425 passed with stages
in 6 minutes and 18 seconds
......@@ -214,7 +214,7 @@ export class OverviewComponent implements OnInit, OnDestroy {
});
}).catch((err: HttpErrorResponse) => {
if (err.status === 502) {
console.log('POP UP HIER ÖFFNEN');
this.openDialog();
}
});
}
......
<h1 mat-dialog-title>Ihr habt alle Begriffe durchgespielt!</h1>
<div mat-dialog-content>Eröffnet einen neuen Raum oder setzt den Fortschritt sofort hier zurück:</div>
<div mat-dialog-content>Eröffnet einen neuen Raum, um die Begriffe wieder von vorne zu spielen!</div>
<div mat-dialog-actions>
<button mat-raised-button>Zurücksetzen</button>
<!--button mat-raised-button>Zurücksetzen</button-->
<button mat-raised-button color="primary" mat-dialog-close>Schließen</button>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment