From bd9c61a6d36c69af70f1ae0ebc0218e37455e95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Mon, 2 Mar 2020 21:58:27 +0100 Subject: [PATCH] Add delete action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/TaskBody.vue | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue index ee2f6e1c..776fc6ab 100644 --- a/src/components/TaskBody.vue +++ b/src/components/TaskBody.vue @@ -105,6 +105,12 @@ License along with this library. If not, see . @click="toggleCompletedSubtasksVisibility(task)"> {{ task.hideCompletedSubtasks ? $t('tasks', 'Show completed subtasks') : $t('tasks', 'Hide completed subtasks') }} + + {{ $t('tasks', 'Delete task') }} +