Improved spinner logic and table design #130

This commit is contained in:
2023-02-18 12:42:51 +01:00
parent 7d67b08ce6
commit 43b6df2ba3
8 changed files with 438 additions and 387 deletions

View File

@@ -1,4 +1,5 @@
<main [class]="themeName">
<ng-container *ngIf="isLoggedIn; else login">
<app-header></app-header>
@@ -33,4 +34,4 @@
</ng-template>
</p-confirmDialog>
<p-toast></p-toast>
</main>
</main>