diff --git a/VERSION b/VERSION index c3d16c1..884e960 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.2 +0.17.3 diff --git a/web/src/lib/components/ChatThread.svelte b/web/src/lib/components/ChatThread.svelte index cfde1da..909ca2a 100644 --- a/web/src/lib/components/ChatThread.svelte +++ b/web/src/lib/components/ChatThread.svelte @@ -404,11 +404,31 @@ × > {/each} + + {#if working && !streaming} + +
+
+ + Working + message will queue — runs when Nomos is free +
+
+ {/if} @@ -416,22 +436,6 @@ class="flex h-full min-h-0 flex-col border-t bg-card/50 p-3 input-ornament relative" bind:this={inputWrapperRef} > - {#if working && !streaming} - -
- - Working - message will queue — runs when Nomos is free -
- {/if}
{