From 8dc96d61bd5a0fe9e39887fe2688a38e182081f3 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 3 Mar 2026 00:03:20 +0100 Subject: [PATCH] feat(frontend): adapt QuickActions for quick-add mode behavior --- .../components/quick-actions/QuickActions.vue | 139 ++++++++++-- .../quick-actions/QuickAddOverlay.vue | 20 ++ .../tasks/partials/QuickAddMagic.vue | 200 ++++++++++-------- frontend/src/i18n/lang/en.json | 1 + 4 files changed, 251 insertions(+), 109 deletions(-) diff --git a/frontend/src/components/quick-actions/QuickActions.vue b/frontend/src/components/quick-actions/QuickActions.vue index 0edf444b1..a578c3762 100644 --- a/frontend/src/components/quick-actions/QuickActions.vue +++ b/frontend/src/components/quick-actions/QuickActions.vue @@ -4,7 +4,12 @@ :overflow="isNewTaskCommand" @close="closeQuickActions" > -
+
+ - -