From 37d3715eebbdc388bed993fa018b8cb53be6b3c1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 5 May 2024 15:03:43 +0200 Subject: [PATCH] fix(task): show repeating indicator in task list for monthly repeating tasks Resolves https://kolaente.dev/vikunja/vikunja/issues/2319 --- frontend/src/components/tasks/partials/singleTaskInProject.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/tasks/partials/singleTaskInProject.vue b/frontend/src/components/tasks/partials/singleTaskInProject.vue index 2951c39cd..b0725584b 100644 --- a/frontend/src/components/tasks/partials/singleTaskInProject.vue +++ b/frontend/src/components/tasks/partials/singleTaskInProject.vue @@ -111,7 +111,7 @@ @@ -207,6 +207,7 @@ import {useIntervalFn} from '@vueuse/core' import {playPopSound} from '@/helpers/playPop' import {useAuthStore} from '@/stores/auth' import {isEditorContentEmpty} from '@/helpers/editorContentEmpty' +import {TASK_REPEAT_MODES} from '@/types/IRepeatMode' const { theTask,