mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Always show the code indexing dot (#5505)
This commit is contained in:
parent
e022b1de7d
commit
e028d68f57
2 changed files with 6 additions and 2 deletions
5
.changeset/easy-zoos-hunt.md
Normal file
5
.changeset/easy-zoos-hunt.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Always show the code indexing dot
|
||||
|
|
@ -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")}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue