mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-23 14:04:49 -06:00
refac
This commit is contained in:
@@ -364,7 +364,7 @@
|
||||
<div class="flex w-full items-center">
|
||||
<div class="flex items-center gap-1 py-1 min-w-0">
|
||||
<span class="min-w-fit px-1 text-sm select-none">{$i18n.t('Notes')}</span>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-500">
|
||||
<span class="text-sm text-gray-500 dark:text-gray-500">
|
||||
{total ?? ''}
|
||||
</span>
|
||||
</div>
|
||||
@@ -480,9 +480,9 @@
|
||||
{@const groupedNotes = groupNotes(items)}
|
||||
|
||||
<div class="@container h-full my-1">
|
||||
<div class="">
|
||||
<div class="px-1">
|
||||
{#each groupedNotes as [timeRange, notesList], idx}
|
||||
<div class="w-full text-xs text-gray-500 dark:text-gray-500 px-2.5 pb-2.5">
|
||||
<div class="w-full text-xs text-gray-500 dark:text-gray-500 pb-1">
|
||||
{$i18n.t(timeRange)}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -285,7 +285,7 @@
|
||||
<div class="flex w-full items-center">
|
||||
<div class="flex items-center gap-1 py-1 min-w-0">
|
||||
<span class="min-w-fit px-1 text-sm select-none">{$i18n.t('Automations')}</span>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-500">
|
||||
<span class="text-sm text-gray-500 dark:text-gray-500">
|
||||
{total ?? ''}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user