From dae441a37312c633fdf1304c6f6c0fdc84f1b0d3 Mon Sep 17 00:00:00 2001 From: dpschen Date: Fri, 10 Sep 2021 12:57:59 +0000 Subject: [PATCH] feat: simplify heading blur logic (#727) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/727 Reviewed-by: konrad Co-authored-by: dpschen Co-committed-by: dpschen --- src/components/tasks/partials/heading.vue | 72 ++++++++--------------- src/models/task.js | 1 + src/services/task.js | 2 + 3 files changed, 29 insertions(+), 46 deletions(-) diff --git a/src/components/tasks/partials/heading.vue b/src/components/tasks/partials/heading.vue index d96769559..e211df741 100644 --- a/src/components/tasks/partials/heading.vue +++ b/src/components/tasks/partials/heading.vue @@ -7,16 +7,17 @@

{{ task.title.trim() }}

{{ $t('misc.saving') }} - + {{ $t('misc.saved') }} @@ -25,22 +26,22 @@