From c77b8b177bb11a9f1c6614ca2810fabb5d2d4a5b Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:20:44 +0800 Subject: [PATCH] Update CommandHistoryView.vue --- packages/frontend/src/views/CommandHistoryView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/src/views/CommandHistoryView.vue b/packages/frontend/src/views/CommandHistoryView.vue index 551862c..b67b7c4 100644 --- a/packages/frontend/src/views/CommandHistoryView.vue +++ b/packages/frontend/src/views/CommandHistoryView.vue @@ -40,6 +40,7 @@ class="group flex justify-between items-center px-3 py-2.5 mb-1 cursor-pointer rounded-md hover:bg-primary/10 transition-colors duration-150" :class="{ 'bg-primary/20 font-medium': index === storeSelectedIndex }" @click="executeCommand(entry.command)" + :title="entry.command" > {{ entry.command }}