From 81672fbd1935fa86befbce744f7fe5badbdbaf1c Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Mon, 13 Nov 2023 18:29:31 -0700 Subject: [PATCH] add basic preloader (am not front end dev lol) --- templates/home.html | 122 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 117 insertions(+), 5 deletions(-) diff --git a/templates/home.html b/templates/home.html index 04d8c63..9f18458 100644 --- a/templates/home.html +++ b/templates/home.html @@ -11,12 +11,124 @@ window.location.href = "https://app.ynab.com/{{ .BudgetID }}" } }; - - // do some fancy preloader stuff - + - -

Loading...

+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+


YNAB Portfolio Sync Running...

+
+ \ No newline at end of file