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 }}