mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
fix(cli): Remove duplicate auto-accept indicator
- The auto-accept edits indicator was appearing in two places: once next to the loading indicator and again in the CWD bar. - This was introduced when the CWD bar was made always visible. - This commit removes the duplicate indicator, leaving only the one in the CWD bar. Fixes https://b.corp.google.com/issues/418498237
This commit is contained in:
committed by
N. Taylor Mullen
parent
3aaeb44739
commit
0d4e0fe647
@@ -330,9 +330,6 @@ export const App = ({
|
|||||||
isLoading={streamingState === StreamingState.Responding}
|
isLoading={streamingState === StreamingState.Responding}
|
||||||
currentLoadingPhrase={currentLoadingPhrase}
|
currentLoadingPhrase={currentLoadingPhrase}
|
||||||
elapsedTime={elapsedTime}
|
elapsedTime={elapsedTime}
|
||||||
rightContent={
|
|
||||||
showAutoAcceptIndicator ? <AutoAcceptIndicator /> : undefined
|
|
||||||
}
|
|
||||||
/>
|
/>
|
||||||
<Box
|
<Box
|
||||||
marginTop={1}
|
marginTop={1}
|
||||||
|
|||||||
Reference in New Issue
Block a user