From: Adam Dullage Date: Thu, 9 May 2024 21:01:50 +0000 (+0100) Subject: Add loading indicator and no notes message to home view X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cd3b55013cf33f60017118c63b69a01a41540455;p=flatnotes.git Add loading indicator and no notes message to home view --- diff --git a/client/components/LoadingIndicator.vue b/client/components/LoadingIndicator.vue index 0b8a88b..9caa657 100644 --- a/client/components/LoadingIndicator.vue +++ b/client/components/LoadingIndicator.vue @@ -7,14 +7,19 @@ > -
+
- {{ failedMessage }} + {{ + failedMessage + }}
diff --git a/client/views/Home.vue b/client/views/Home.vue index f866b98..24e602d 100644 --- a/client/views/Home.vue +++ b/client/views/Home.vue @@ -3,7 +3,11 @@
-
+

-

+