Format Update ResponseMessage.svelte

This commit is contained in:
_00_ 2025-08-25 00:01:01 +02:00 committed by GitHub
parent 3839f18bb1
commit 24e696e341
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -639,7 +639,12 @@
</Name>
<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>
{#if (message?.statusHistory ?? [...(message?.status ? [message?.status] : [])]).length > 0}
{@const status = (