mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac
This commit is contained in:
parent
153afd832c
commit
b2623c9799
1 changed files with 0 additions and 5 deletions
|
|
@ -140,11 +140,6 @@
|
||||||
<Tooltip content={decodeString(name)} className="flex flex-col w-full" placement="top-start">
|
<Tooltip content={decodeString(name)} className="flex flex-col w-full" placement="top-start">
|
||||||
<div class="flex flex-col justify-center -space-y-0.5 px-1 w-full">
|
<div class="flex flex-col justify-center -space-y-0.5 px-1 w-full">
|
||||||
<div class=" dark:text-gray-100 text-sm flex justify-between items-center">
|
<div class=" dark:text-gray-100 text-sm flex justify-between items-center">
|
||||||
{#if loading}
|
|
||||||
<div class=" shrink-0 mr-2">
|
|
||||||
<Spinner className="size-4" />
|
|
||||||
</div>
|
|
||||||
{/if}
|
|
||||||
<div class="font-medium line-clamp-1 flex-1 pr-1">{decodeString(name)}</div>
|
<div class="font-medium line-clamp-1 flex-1 pr-1">{decodeString(name)}</div>
|
||||||
{#if size}
|
{#if size}
|
||||||
<div class="text-gray-500 text-xs capitalize shrink-0">{formatFileSize(size)}</div>
|
<div class="text-gray-500 text-xs capitalize shrink-0">{formatFileSize(size)}</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue