diff --git a/src/lib/components/channel/Channel.svelte b/src/lib/components/channel/Channel.svelte index 57e66b6844..b9044c6942 100644 --- a/src/lib/components/channel/Channel.svelte +++ b/src/lib/components/channel/Channel.svelte @@ -279,11 +279,12 @@ {/if} {:else if threadId !== null} -
- -
+
diff --git a/src/lib/components/channel/MessageInput.svelte b/src/lib/components/channel/MessageInput.svelte index 39eb130af6..114990bcd9 100644 --- a/src/lib/components/channel/MessageInput.svelte +++ b/src/lib/components/channel/MessageInput.svelte @@ -56,6 +56,8 @@ export let acceptFiles = true; export let showFormattingToolbar = true; + export let typingUsersClassName = 'from-white dark:from-gray-900'; + let loaded = false; let draggedOver = false; @@ -693,9 +695,9 @@ {#if typingUsers.length > 0}
-
+
diff --git a/src/lib/components/channel/Thread.svelte b/src/lib/components/channel/Thread.svelte index b6ff4f42a7..247c6ab287 100644 --- a/src/lib/components/channel/Thread.svelte +++ b/src/lib/components/channel/Thread.svelte @@ -198,8 +198,14 @@ }} /> -
- +
+
diff --git a/src/lib/components/chat/Artifacts.svelte b/src/lib/components/chat/Artifacts.svelte index b2bc5421df..89f09f908e 100644 --- a/src/lib/components/chat/Artifacts.svelte +++ b/src/lib/components/chat/Artifacts.svelte @@ -213,15 +213,6 @@
- -
diff --git a/src/lib/components/chat/ChatControls.svelte b/src/lib/components/chat/ChatControls.svelte index c2f85262ab..a0138afcda 100644 --- a/src/lib/components/chat/ChatControls.svelte +++ b/src/lib/components/chat/ChatControls.svelte @@ -205,12 +205,12 @@ {#if $showControls} -
- -
+
{/if} @@ -243,7 +243,7 @@
{#if $showCallOverlay} diff --git a/src/lib/components/notes/NoteEditor/Chat.svelte b/src/lib/components/notes/NoteEditor/Chat.svelte index 082b70baf5..a3fa9b5d25 100644 --- a/src/lib/components/notes/NoteEditor/Chat.svelte +++ b/src/lib/components/notes/NoteEditor/Chat.svelte @@ -327,8 +327,8 @@ Based on the user's instruction, update and enhance the existing notes or select }); -
-
+
+
-
+
@@ -375,7 +375,7 @@ Based on the user's instruction, update and enhance the existing notes or select
-
+
{#if selectedContent}
diff --git a/src/lib/components/notes/NoteEditor/Controls.svelte b/src/lib/components/notes/NoteEditor/Controls.svelte index 091c347264..df988c28d9 100644 --- a/src/lib/components/notes/NoteEditor/Controls.svelte +++ b/src/lib/components/notes/NoteEditor/Controls.svelte @@ -17,8 +17,8 @@ }; -
-
+
+
-
+
{#if files.length > 0}
{$i18n.t('Files')}
diff --git a/src/lib/components/notes/NotePanel.svelte b/src/lib/components/notes/NotePanel.svelte index ec5f62675e..676d86b83d 100644 --- a/src/lib/components/notes/NotePanel.svelte +++ b/src/lib/components/notes/NotePanel.svelte @@ -78,11 +78,12 @@ {/if} {:else if show} -
- -
+