mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-01 06:29:30 +01:00
feat: add tooltips for navigation and action buttons in CommandPalette; update localization files for new tooltip texts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user