From 12d73e0c1214dde46d1c08bd85b2981b6b49fd4e Mon Sep 17 00:00:00 2001 From: phil294 Date: Thu, 11 May 2023 01:39:10 +0200 Subject: [PATCH] show loading animation while immediate actions load. So for example when you click "Fetch", you'll now see that something is happening when your network is slow and it's not possible to click it again while doing so. --- web/src/components/PromiseForm.vue | 6 +++++- web/src/views/GitInput.coffee | 14 ++++++++++---- web/src/views/GitInput.vue | 2 +- web/src/vue-shims.d.ts | 10 +++++----- 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/web/src/components/PromiseForm.vue b/web/src/components/PromiseForm.vue index f7bb8ec..f706a68 100644 --- a/web/src/components/PromiseForm.vue +++ b/web/src/components/PromiseForm.vue @@ -1,5 +1,5 @@