From 386fd79b4983b9d472d46219fc60c1a1a2cc1012 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Thu, 27 Oct 2022 21:10:27 +0000 Subject: [PATCH] feat: quick-actions script setup (#2478) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2478 Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- .../quick-actions/quick-actions.vue | 1028 +++++++++-------- 1 file changed, 549 insertions(+), 479 deletions(-) diff --git a/src/components/quick-actions/quick-actions.vue b/src/components/quick-actions/quick-actions.vue index 693d3f2fe..62778e4cc 100644 --- a/src/components/quick-actions/quick-actions.vue +++ b/src/components/quick-actions/quick-actions.vue @@ -13,7 +13,7 @@ :placeholder="placeholder" @keyup="search" ref="searchInput" - @keydown.down.prevent="() => select(0, 0)" + @keydown.down.prevent="select(0, 0)" @keyup.prevent.delete="unselectCmd" @keyup.prevent.enter="doCmd" @keyup.prevent.esc="closeQuickActions" @@ -35,13 +35,14 @@ {{ i.title }} @@ -52,23 +53,20 @@ -