From c9924f19aa8d1b5a7bef530bfcee8aed1775eee6 Mon Sep 17 00:00:00 2001 From: Guilhem Lemouel Date: Wed, 9 Sep 2026 20:06:45 +0200 Subject: [PATCH] fix(ai-chat): size the chat/inputs toggle with a size ToggleButton accepts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `xs` is not one of them, and only the full `npm run check` type-checks a component's props — `check:fast` passed on it. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01QN7VboDEm9HAB1t4sMxMdE --- frontend/src/lib/components/flows/content/FlowInput.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/flows/content/FlowInput.svelte b/frontend/src/lib/components/flows/content/FlowInput.svelte index cebb9943ce..f50ccb7a12 100644 --- a/frontend/src/lib/components/flows/content/FlowInput.svelte +++ b/frontend/src/lib/components/flows/content/FlowInput.svelte @@ -738,9 +738,9 @@ {#if flowStore.val.value?.chat_input_enabled} {#snippet children({ item })} - +