feat: wire create-team dialog into team-select

This commit is contained in:
Bastian Wagner
2026-08-03 16:19:05 +02:00
parent bb6b045a2a
commit b03198baa6
4 changed files with 89 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
<div class="team-select-toolbar">
<button mat-stroked-button type="button" (click)="createTeam()">
<mat-icon>add</mat-icon>
Team erstellen
</button>
</div>
@if (loading()) {
<div class="team-select-loading">
<mat-spinner diameter="32" />