More ban pages changes

This commit is contained in:
Peter 2025-04-11 22:24:25 +02:00
parent e7fde81f49
commit 807569a0a1

View File

@ -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>