From d949531d0b58095ec4565d40ff745d7f8db2a7cc Mon Sep 17 00:00:00 2001
From: Hangzhi Yu <hangzhi@protonmail.com>
Date: Wed, 24 Apr 2024 20:39:53 +0200
Subject: [PATCH] Add loading status indicator in cancel button

---
 .../frontend/components/substitutions/SubstitutionCard.vue      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionCard.vue b/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionCard.vue
index 0ce39304..0c293a90 100644
--- a/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionCard.vue
+++ b/aleksis/apps/chronos/frontend/components/substitutions/SubstitutionCard.vue
@@ -43,7 +43,7 @@ import createOrPatchMixin from "aleksis.core/mixins/createOrPatchMixin.js";
         </template>
       </v-autocomplete>
 
-      <delete-button color="red white--text" outlined @click="toggleCancel">{{
+      <delete-button color="red white--text" outlined :loading="loading" @click="toggleCancel">{{
         substitution.cancelled
           ? $t("chronos.substitutions.overview.cancel.decancel")
           : $t("chronos.substitutions.overview.cancel.cancel")
-- 
GitLab