mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
Format Update ResponseMessage.svelte
This commit is contained in:
parent
3839f18bb1
commit
24e696e341
1 changed files with 6 additions and 1 deletions
|
|
@ -639,7 +639,12 @@
|
||||||
</Name>
|
</Name>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="chat-{message.role} w-full min-w-full markdown-prose {$settings.chatDirection === 'RTL' ? 'text-right' : ''}">
|
<div
|
||||||
|
class="chat-{message.role} w-full min-w-full markdown-prose {$settings.chatDirection ===
|
||||||
|
'RTL'
|
||||||
|
? 'text-right'
|
||||||
|
: ''}"
|
||||||
|
>
|
||||||
<div>
|
<div>
|
||||||
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}
|
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}
|
||||||
{@const status = (
|
{@const status = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue