Fix some annoyances with chat.

This commit is contained in:
Cameron Redmore 2025-04-26 09:41:43 +01:00
parent 92230f8a07
commit 0e0d1bffb3
3 changed files with 17 additions and 6 deletions

View file

@ -5,6 +5,18 @@
class="col"
style="flex-grow: 1; overflow-x: visible; overflow-y: auto;"
>
<div class="q-mb-sm q-mx-md">
<q-chat-message
name="ASSISTANT"
bg-color="grey-4"
text-color="black"
>
<div class="message-content">
<p>Hi there, I'm StyleAI!<br>How can I help today?</p>
</div>
</q-chat-message>
</div>
<div
v-for="(message, index) in messages"
:key="index"