From 9ffb57ec157c155cc5697c0b09d7ff3e4d7344d9 Mon Sep 17 00:00:00 2001 From: Zane <75694352+zanesq@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:53:23 -0700 Subject: [PATCH] Bump more space for goose is working on it so it doesnt overlap incoming agent chat messages (#3453) --- 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 cc3ef3fd..329ce854 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 0b756dd0..50ad42f5 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 */}