From b0e45116be3db47b92540d9fe68b5424e4de0eeb Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Fri, 11 Jul 2025 12:27:22 +0200 Subject: [PATCH] 4472: add "pinned" banner to chat to make it useful to sustain information for users --- src/lib/components/chat/Chat.svelte | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 87a40296f68..52d43c707be 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -3939,6 +3939,16 @@ + + {#if !showCommands} + {#each $banners as banner} + {#if !banner.dismissible} + + {/if} + {/each} + {/if} + + {#if readOnly}