From a3600e8b219fc4c019b95258d16bd3e2827490c6 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 22 Jan 2026 04:12:57 +0400 Subject: [PATCH] refac --- .../chat/MessageInput/InputMenu.svelte | 56 +++++++++---------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/src/lib/components/chat/MessageInput/InputMenu.svelte b/src/lib/components/chat/MessageInput/InputMenu.svelte index 83d6abc5a..6e2d7724b 100644 --- a/src/lib/components/chat/MessageInput/InputMenu.svelte +++ b/src/lib/components/chat/MessageInput/InputMenu.svelte @@ -4,7 +4,7 @@ import { fly } from 'svelte/transition'; import { flyAndScale } from '$lib/utils/transitions'; - import { config, user, tools as _tools, mobile, knowledge, chats } from '$lib/stores'; + import { config, user, tools as _tools, mobile, knowledge } from '$lib/stores'; import { getKnowledgeBases } from '$lib/apis/knowledge'; import { createPicker } from '$lib/utils/google-drive-picker'; @@ -269,37 +269,35 @@ - {#if ($chats ?? []).length > 0} - + - - {/if} + +
+ +
+ + + {#if fileUploadEnabled} {#if $config?.features?.enable_google_drive_integration}