From cc41f57cbecfb23f1ebd1315114b1bfdaa20f6d4 Mon Sep 17 00:00:00 2001 From: Pirmin Mattmann Date: Tue, 15 Oct 2024 22:08:57 +0200 Subject: [PATCH 1/2] Allow delete ChecklistItem --- .../checklist/ChecklistItemEdit.vue | 63 ++++++++++++++++++- frontend/src/locales/de.json | 1 + frontend/src/locales/en.json | 1 + 3 files changed, 64 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/checklist/ChecklistItemEdit.vue b/frontend/src/components/checklist/ChecklistItemEdit.vue index 4bf61d5488..651a038fc6 100644 --- a/frontend/src/components/checklist/ChecklistItemEdit.vue +++ b/frontend/src/components/checklist/ChecklistItemEdit.vue @@ -11,6 +11,30 @@ submit-color="success" :cancel-action="close" > + + @@ -26,12 +50,19 @@