refactor: remove unused imports and clean up code

This commit is contained in:
Jan-Marlon Leibl 2025-05-07 14:54:50 +02:00
commit d29fc10cc8
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
4 changed files with 312 additions and 237 deletions

View file

@ -2,7 +2,7 @@
<div class="container mx-auto px-4 py-6">
<h1 class="text-3xl font-bold text-white mb-6">Lootboxen</h1>
<div style="color:lime">isLoading: {{ isLoading }} | error: {{ error }} | lootboxes: {{ lootboxes?.length }}</div>
<div style="color:lime">isLoading: {{ isLoading }} | error: {{ error }} | lootboxes: {{ lootboxes.length }}</div>
<div *ngIf="isLoading" class="flex justify-center">
<div class="loader"></div>