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 */}