From f691e96e22b69ed487445295a3a78baa3eab0702 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 29 Dec 2021 18:06:12 +0100 Subject: [PATCH] fix: checkboxes --- src/i18n/lang/en.json | 1 + src/views/tasks/ShowTasks.vue | 41 ++++++++++++++++------------------- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 5d1047817..70dab2669 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -533,6 +533,7 @@ "titleCurrent": "Current Tasks", "titleDates": "Tasks from {from} until {to}", "noDates": "Show tasks without dates", + "overdue": "Show overdue tasks", "fromuntil": "Tasks from {from} until {until}", "select": "Select a range:", "today": "Today", diff --git a/src/views/tasks/ShowTasks.vue b/src/views/tasks/ShowTasks.vue index 28de21708..0c0f7f3ee 100644 --- a/src/views/tasks/ShowTasks.vue +++ b/src/views/tasks/ShowTasks.vue @@ -1,17 +1,24 @@