mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
refac
This commit is contained in:
parent
a2a2bafdf6
commit
f20723ca54
1 changed files with 12 additions and 9 deletions
|
|
@ -68,17 +68,20 @@
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div class="flex items-start gap-2">
|
<div class="flex items-start gap-2">
|
||||||
<div class="pt-3 px-1">
|
{#if history.length > 1}
|
||||||
<span class="relative flex size-1.5 rounded-full justify-center items-center">
|
<div class="pt-3 px-1">
|
||||||
{#if status?.done === false}
|
<span class="relative flex size-1.5 rounded-full justify-center items-center">
|
||||||
|
{#if status?.done === false}
|
||||||
|
<span
|
||||||
|
class="absolute inline-flex h-full w-full animate-ping rounded-full bg-gray-500 dark:bg-gray-300 opacity-75"
|
||||||
|
></span>
|
||||||
|
{/if}
|
||||||
<span
|
<span
|
||||||
class="absolute inline-flex h-full w-full animate-ping rounded-full bg-gray-500 dark:bg-gray-300 opacity-75"
|
class="relative inline-flex size-1.5 rounded-full bg-gray-500 dark:bg-gray-300"
|
||||||
></span>
|
></span>
|
||||||
{/if}
|
</span>
|
||||||
<span class="relative inline-flex size-1.5 rounded-full bg-gray-500 dark:bg-gray-300"
|
</div>
|
||||||
></span>
|
{/if}
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<StatusItem {status} />
|
<StatusItem {status} />
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue