Added table headings and darkmode fix
This commit is contained in:
@@ -6,15 +6,17 @@
|
||||
</div>
|
||||
</app-header>
|
||||
|
||||
<div class="container">
|
||||
<div class="columnContainer">
|
||||
<button (click)="punishmentType = 'all'">all</button>
|
||||
<button (click)="punishmentType = 'ban'">bans</button>
|
||||
<button (click)="punishmentType = 'mute'">mutes</button>
|
||||
<button (click)="punishmentType = 'warn'">warnings</button>
|
||||
</div>
|
||||
<div class="columnContainer">
|
||||
<app-history [userType]="userType" [punishmentType]="punishmentType"></app-history>
|
||||
<div class="darkmodeSection">
|
||||
<div class="columnSection">
|
||||
<div class="columnContainer">
|
||||
<button (click)="punishmentType = 'all'">all</button>
|
||||
<button (click)="punishmentType = 'ban'">bans</button>
|
||||
<button (click)="punishmentType = 'mute'">mutes</button>
|
||||
<button (click)="punishmentType = 'warn'">warnings</button>
|
||||
</div>
|
||||
<div class="columnContainer">
|
||||
<app-history [userType]="userType" [punishmentType]="punishmentType"></app-history>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user