mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
add: loading animation
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
import UserMenu from './Sidebar/UserMenu.svelte';
|
||||
import ChatItem from './Sidebar/ChatItem.svelte';
|
||||
import DeleteConfirmDialog from '$lib/components/common/ConfirmDialog.svelte';
|
||||
import Sparkles from '../icons/Sparkles.svelte';
|
||||
|
||||
const BREAKPOINT = 768;
|
||||
|
||||
@@ -591,6 +592,11 @@
|
||||
}}
|
||||
/>
|
||||
{/each}
|
||||
{#if nextPageLoading}
|
||||
<div class="w-full flex justify-center py-4 animate-pulse">
|
||||
<Sparkles />
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user