From: Adam Dullage Date: Fri, 27 Sep 2024 11:54:28 +0000 (+0100) Subject: Only show loading animation if loading for more than 400ms X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=06ad8e8ee5fda499be8b0a8446db93a8a1f45611;p=flatnotes.git Only show loading animation if loading for more than 400ms --- diff --git a/client/components/LoadingIndicator.vue b/client/components/LoadingIndicator.vue index 9caa657..79a2a42 100644 --- a/client/components/LoadingIndicator.vue +++ b/client/components/LoadingIndicator.vue @@ -2,7 +2,7 @@
@@ -17,7 +17,7 @@ size="4em" class="mb-4 text-theme-brand" /> - {{ + {{ failedMessage }}
@@ -30,16 +30,30 @@