From 50ccd4ebcda234e168ba6c132225d37d6aff257f Mon Sep 17 00:00:00 2001 From: headlessdev Date: Sat, 12 Apr 2025 17:32:02 +0200 Subject: [PATCH] Laoding Spinner --- app/dashboard/applications/Applications.tsx | 1 - app/dashboard/applications/page.tsx | 14 +++++++++++++- app/dashboard/page.tsx | 14 +++++++++++++- app/dashboard/servers/page.tsx | 14 +++++++++++++- 4 files changed, 39 insertions(+), 4 deletions(-) diff --git a/app/dashboard/applications/Applications.tsx b/app/dashboard/applications/Applications.tsx index 8837228..f3defbb 100644 --- a/app/dashboard/applications/Applications.tsx +++ b/app/dashboard/applications/Applications.tsx @@ -244,7 +244,6 @@ export default function Dashboard() { className={isGridLayout ? "h-full flex flex-col justify-between relative" : "w-full mb-4 relative"} > - {/* Online-/Offline-Indikator mit innerem Kreis */}
- +
+ + + + + + + + + + + Loading... +
) } diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index c95a1bd..eadd44e 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -38,7 +38,19 @@ export default function DashboardPage() { if (!isAuthChecked) { return (
- +
+ + + + + + + + + + + Loading... +
) } diff --git a/app/dashboard/servers/page.tsx b/app/dashboard/servers/page.tsx index 20b8d28..795eaf5 100644 --- a/app/dashboard/servers/page.tsx +++ b/app/dashboard/servers/page.tsx @@ -38,7 +38,19 @@ export default function DashboardPage() { if (!isAuthChecked) { return (
- +
+ + + + + + + + + + + Loading... +
) }