From a557a1b2148ca6716c18acd83574ee2e1fb14785 Mon Sep 17 00:00:00 2001 From: grvwy Date: Sat, 24 May 2025 01:17:22 +0200 Subject: [PATCH] Update TagsManager.vue Changed button from "Add Tags" to "Done" User cannot exit TagsManager Modal without selecting cancel or done Fixed, selected removal of a tag that has siblings will not be removed - they are now individuals --- src/components/TagsManager.vue | 45 ++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/src/components/TagsManager.vue b/src/components/TagsManager.vue index 254c4244f..cd9b45814 100644 --- a/src/components/TagsManager.vue +++ b/src/components/TagsManager.vue @@ -4,7 +4,7 @@
@@ -20,7 +20,7 @@ {{ $t("Add") }}
-