From 8d229c3a1ba69750962617ae83f6da8bdde9b56f Mon Sep 17 00:00:00 2001 From: Zane Staggs Date: Wed, 16 Jul 2025 08:46:54 -0700 Subject: [PATCH] Bump more space for goose is working on it so it doesnt overlap incoming agent chat messages --- ui/desktop/openapi.json | 2 +- ui/desktop/src/components/BaseChat.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/desktop/openapi.json b/ui/desktop/openapi.json index cc3ef3fd7e82..329ce854f84f 100644 --- a/ui/desktop/openapi.json +++ b/ui/desktop/openapi.json @@ -10,7 +10,7 @@ "license": { "name": "Apache-2.0" }, - "version": "1.0.35" + "version": "1.0.36" }, "paths": { "/agent/tools": { diff --git a/ui/desktop/src/components/BaseChat.tsx b/ui/desktop/src/components/BaseChat.tsx index 0b756dd028b7..50ad42f5164f 100644 --- a/ui/desktop/src/components/BaseChat.tsx +++ b/ui/desktop/src/components/BaseChat.tsx @@ -448,7 +448,7 @@ function BaseChatContent({ {renderAfterMessages && renderAfterMessages()} {/* Bottom padding to make space for the loading indicator */} -
+
{/* Fixed loading indicator at bottom left of chat container */}