Always show the code indexing dot (#5505)

This commit is contained in:
Matt Rubens 2025-07-09 08:11:40 -04:00 committed by GitHub
parent e022b1de7d
commit e028d68f57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
"roo-cline": patch
---
Always show the code indexing dot

View file

@ -81,7 +81,6 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
togglePinnedApiConfig,
taskHistory,
clineMessages,
codebaseIndexConfig,
} = useExtensionState()
// Find the ID and display text for the currently selected API configuration
@ -1146,7 +1145,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
</div>
<div className={cn("flex", "items-center", "gap-0.5", "shrink-0")}>
{codebaseIndexConfig?.codebaseIndexEnabled && <IndexingStatusDot />}
<IndexingStatusDot />
<IconButton
iconClass="codicon-device-camera"
title={t("chat:addImages")}