More ban pages changes
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</app-header>
|
</app-header>
|
||||||
|
|
||||||
<div class="darkmodeSection">
|
<main>
|
||||||
|
<section class="darkmodeSection">
|
||||||
|
<div class="container">
|
||||||
<div class="columnSection">
|
<div class="columnSection">
|
||||||
<div class="columnContainer">
|
<div class="columnContainer">
|
||||||
<button (click)="punishmentType = 'all'">all</button>
|
<button (click)="punishmentType = 'all'">all</button>
|
||||||
@@ -14,9 +16,12 @@
|
|||||||
<button (click)="punishmentType = 'mute'">mutes</button>
|
<button (click)="punishmentType = 'mute'">mutes</button>
|
||||||
<button (click)="punishmentType = 'warn'">warnings</button>
|
<button (click)="punishmentType = 'warn'">warnings</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="columnContainer">
|
<div class="columnContainer bansSearchContainer">
|
||||||
|
<input class="bansSearch" type="text" placeholder="Search..">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<app-history [userType]="userType" [punishmentType]="punishmentType"></app-history>
|
<app-history [userType]="userType" [punishmentType]="punishmentType"></app-history>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
</div>
|
</main>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
Reference in New Issue
Block a user