From 314341b40d8be1bd6580f1de303ce49492d05741 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Thu, 29 May 2025 00:53:10 +0530 Subject: [PATCH] fix: make both sections of macro preview 1. list and 2. preview scrollable separately. - Update styles and colors for dark mode --- frontend/src/features/command/CommandBox.vue | 57 ++++++++++---------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/frontend/src/features/command/CommandBox.vue b/frontend/src/features/command/CommandBox.vue index 85824b05..2923bad4 100644 --- a/frontend/src/features/command/CommandBox.vue +++ b/frontend/src/features/command/CommandBox.vue @@ -2,10 +2,13 @@ - +

{{ $t('command.noCommandAvailable') }}

@@ -52,22 +55,22 @@ -
- -
-
+
+ +
+
-
+
- + {{ macro.label }} @@ -76,67 +79,63 @@
-
+
-
-

+

+

{{ $t('command.replyPreview') }}

-
-

+

+

{{ $t('globals.terms.action', 2) }}

- +
{{ getActionLabel(action) }}