feat: add tooltips for navigation and action buttons in CommandPalette; update localization files for new tooltip texts

This commit is contained in:
2025-09-04 13:50:07 +02:00
parent b40546ed9f
commit 334bd93099
5 changed files with 136 additions and 56 deletions

View File

@@ -47,6 +47,7 @@ watch(
<ChatMain />
<div ref="parents" class="space-y-4 my-32">
<ChatMessageContainer
:id="99999999998"
v-motion
:initial="{
opacity: 0,
@@ -71,6 +72,7 @@ watch(
}"
/>
<ChatMessageContainer
:id="99999999999"
v-motion
:initial="{
opacity: 0,
@@ -96,6 +98,7 @@ watch(
/>
<ChatMessageContainer
v-for="message in messages"
:id="message.id"
:key="message.id"
v-motion
:message="message"