Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
220a4bb5
Commit
220a4bb5
authored
Aug 03, 2024
by
Aryan Kothari
Browse files
add: loading animation
parent
287559e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/lib/components/layout/Sidebar.svelte
src/lib/components/layout/Sidebar.svelte
+6
-0
No files found.
src/lib/components/layout/Sidebar.svelte
View file @
220a4bb5
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment