refactor: rename components and update dialog implementations; add confirm dialog for deletion actions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user