From 10585f6f0e59878fcd0d31563229c4dc6bf7fc97 Mon Sep 17 00:00:00 2001 From: Timothy Cardoza Date: Fri, 13 Mar 2026 17:53:38 -0500 Subject: [PATCH] Loading Indicator --- src/components/Layout.tsx | 7 +++++++ src/index.css | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index f33f94b..731f390 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -188,6 +188,13 @@ export const Layout: Component = (props) => { + {/* Sync Progress Bar Overlay */} + +
+
+
+ + {/* Main Content Area */}