From 8ebd7d7e2bc40d0eefd63f8d2ff38ffc95a2177e Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Wed, 22 Apr 2026 15:54:05 +0530 Subject: [PATCH] cap macro command palette list at 200 and scope highlight observer --- .../main/src/features/command/CommandBox.vue | 77 +++++++++++++------ .../components/ui/command/CommandDialog.vue | 9 ++- 2 files changed, 62 insertions(+), 24 deletions(-) diff --git a/frontend/apps/main/src/features/command/CommandBox.vue b/frontend/apps/main/src/features/command/CommandBox.vue index 142040c7..edda8ea9 100644 --- a/frontend/apps/main/src/features/command/CommandBox.vue +++ b/frontend/apps/main/src/features/command/CommandBox.vue @@ -1,5 +1,11 @@