From 73a13eae539e6cd08f2bdec530ccb7d13460532d Mon Sep 17 00:00:00 2001 From: konstantin Date: Thu, 30 Jan 2025 08:59:20 +0100 Subject: [PATCH] fix(UI): let footer stay at bottom of page, even when loading, and center loading message (#417) * fix(UI): let footer stay at bottom of page, even when loading * Utilize full viewport height and center `loading ...` message * Change `loading ...` to `AHB-Tabelle wird geladen ...` --------- Co-authored-by: Konstantin Co-authored-by: olli --- .../ahbs/views/ahb-page/ahb-page.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/features/ahbs/views/ahb-page/ahb-page.component.html b/src/app/features/ahbs/views/ahb-page/ahb-page.component.html index c2c4eb21c..aced67b41 100644 --- a/src/app/features/ahbs/views/ahb-page/ahb-page.component.html +++ b/src/app/features/ahbs/views/ahb-page/ahb-page.component.html @@ -16,8 +16,8 @@ [totalResults]="table()?.markElements()?.length" /> -
-
+
+
@if (ahb$ | async; as ahb) {
@@ -50,7 +50,7 @@

}

-
+
@if (lines$ | async; as lines) { [pruefi]="pruefi()" (selectElement)="scrollToElement($event.element, $event.offsetY)" /> } @else { -
-

loading ...

+
+

AHB-Tabelle wird geladen ...

}