updated UI
This commit is contained in:
@@ -17,9 +17,11 @@
|
||||
<i class="fa-solid fa-crown text-xs text-yellow-600"></i>
|
||||
}
|
||||
<div class="flex items-center justify-end gap-1 w-full">
|
||||
<ion-icon class="text-2xl text-green-800 cursor-pointer" name="arrow-up-circle-outline"
|
||||
(click)="promoteUser(user.id)"></ion-icon>
|
||||
<app-pipe></app-pipe>
|
||||
@if (user.grade == 'Member'){
|
||||
<ion-icon class="text-2xl text-green-800 cursor-pointer" name="arrow-up-circle-outline"
|
||||
(click)="promoteUser(user.id)"></ion-icon>
|
||||
<app-pipe></app-pipe>
|
||||
}
|
||||
<ion-icon class="text-xl text-red-800 cursor-pointer" name="ban"
|
||||
(click)="deleteUser(user.id)"></ion-icon>
|
||||
</div>
|
||||
@@ -31,9 +33,11 @@
|
||||
<i class="fa-solid fa-crown text-xs text-yellow-600"></i>
|
||||
}
|
||||
<div class="flex items-center justify-end gap-1 w-full">
|
||||
<ion-icon class="text-2xl text-green-800 cursor-pointer" name="arrow-up-circle-outline"
|
||||
(click)="promoteUser(user.id)"></ion-icon>
|
||||
<app-pipe></app-pipe>
|
||||
@if (user.grade == 'Member'){
|
||||
<ion-icon class="text-2xl text-green-800 cursor-pointer" name="arrow-up-circle-outline"
|
||||
(click)="promoteUser(user.id)"></ion-icon>
|
||||
<app-pipe></app-pipe>
|
||||
}
|
||||
<ion-icon class="text-xl text-red-800 cursor-pointer" name="ban"
|
||||
(click)="deleteUser(user.id)"></ion-icon>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user