From 1056831d1e7da26060756c55cf68ea0b2ef78c07 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Thu, 16 Oct 2025 17:23:02 +0200 Subject: [PATCH] :lipstick: Semantic --- .../app/components/dashboard/dashboard.component.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/src/app/components/dashboard/dashboard.component.html b/src/src/app/components/dashboard/dashboard.component.html index 03df963..00166a0 100644 --- a/src/src/app/components/dashboard/dashboard.component.html +++ b/src/src/app/components/dashboard/dashboard.component.html @@ -176,7 +176,7 @@ Categories - Data + Backups @@ -191,10 +191,9 @@
- Buy me - a - coffee - Coffee and contributions are greatly appreciated! + Support + TRIP ☕ + Support development through optional donations. Thank you!
@@ -401,8 +400,10 @@ @if (backup.status == 'completed') { } + @if (['completed', 'failed'].includes(backup.status)) { + }
} @empty {