refactor: rename components and update dialog implementations; add confirm dialog for deletion actions

This commit is contained in:
Vincent Guillet
2025-11-04 18:13:37 +01:00
parent 2fe52830d8
commit 3bc2a27d76
57 changed files with 396 additions and 1109 deletions

View File

@@ -5,7 +5,11 @@
<mat-icon>account_circle</mat-icon>
</div>
<mat-card-title>{{ user.firstName }} {{ user.lastName }}</mat-card-title>
<mat-card-subtitle>{{ user.username }} ({{ user.role }})</mat-card-subtitle>
@if (user.role == "Administrator") {
<mat-card-subtitle>{{ user.username }} ({{ user.role }})</mat-card-subtitle>
} @else {
<mat-card-subtitle>{{ user.username }}</mat-card-subtitle>
}
</mat-card-header>
<mat-card-content>
<p>