Merge pull request 'style: remove unnecessary debug information from HTML' (!168) from task/CAS-44/lootbox-selection into main
All checks were successful
Release / Release (push) Successful in 1m16s
Release / Build Backend Image (push) Successful in 28s
Release / Build Frontend Image (push) Successful in 30s

Reviewed-on: #168
Reviewed-by: Jan K9f <jan@kjan.email>
This commit is contained in:
Jan K9f 2025-05-07 13:20:20 +00:00
commit b3293a8333
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View file

@ -2,10 +2,6 @@
<div class="container mx-auto px-4 py-6"> <div class="container mx-auto px-4 py-6">
<h1 class="text-3xl font-bold text-white mb-6">Lootboxen</h1> <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 *ngIf="isLoading" class="flex justify-center"> <div *ngIf="isLoading" class="flex justify-center">
<div class="loader"></div> <div class="loader"></div>
</div> </div>