"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "6245146661d96f792c2bc1cead80b8333ef7f2b3"
Commit 220a4bb5 authored by Aryan Kothari's avatar Aryan Kothari
Browse files

add: loading animation

parent 287559e8
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
import UserMenu from './Sidebar/UserMenu.svelte'; import UserMenu from './Sidebar/UserMenu.svelte';
import ChatItem from './Sidebar/ChatItem.svelte'; import ChatItem from './Sidebar/ChatItem.svelte';
import DeleteConfirmDialog from '$lib/components/common/ConfirmDialog.svelte'; import DeleteConfirmDialog from '$lib/components/common/ConfirmDialog.svelte';
import Sparkles from '../icons/Sparkles.svelte';
const BREAKPOINT = 768; const BREAKPOINT = 768;
...@@ -591,6 +592,11 @@ ...@@ -591,6 +592,11 @@
}} }}
/> />
{/each} {/each}
{#if nextPageLoading}
<div class="w-full flex justify-center py-4 animate-pulse">
<Sparkles />
</div>
{/if}
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment