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
54b65a89
Commit
54b65a89
authored
Jun 16, 2024
by
Timothy J. Baek
Browse files
refac: call overlay
parent
b4008b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/chat/MessageInput/CallOverlay.svelte
src/lib/components/chat/MessageInput/CallOverlay.svelte
+2
-2
No files found.
src/lib/components/chat/MessageInput/CallOverlay.svelte
View file @
54b65a89
...
@@ -612,7 +612,7 @@
...
@@ -612,7 +612,7 @@
>
>
{emoji}
{emoji}
</div>
</div>
{:else if loading}
{:else if loading
|| assistantSpeaking
}
<svg
<svg
class="size-12 text-gray-900 dark:text-gray-400"
class="size-12 text-gray-900 dark:text-gray-400"
viewBox="0 0 24 24"
viewBox="0 0 24 24"
...
@@ -687,7 +687,7 @@
...
@@ -687,7 +687,7 @@
>
>
{emoji}
{emoji}
</div>
</div>
{:else if loading}
{:else if loading
|| assistantSpeaking
}
<svg
<svg
class="size-44 text-gray-900 dark:text-gray-400"
class="size-44 text-gray-900 dark:text-gray-400"
viewBox="0 0 24 24"
viewBox="0 0 24 24"
...
...
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