mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-06 17:12:42 -07:00
refactor(ui): use constant for interactive shell waiting phrase
This commit is contained in:
@@ -314,7 +314,7 @@ export const StatusRow: React.FC<StatusRowProps> = ({
|
||||
) : isInteractiveShellWaiting ? (
|
||||
<Box width="100%" marginLeft={LAYOUT.INDICATOR_LEFT_MARGIN}>
|
||||
<Text color={theme.ui.active}>
|
||||
Shell awaiting input (Tab to focus)
|
||||
{INTERACTIVE_SHELL_WAITING_PHRASE}
|
||||
</Text>
|
||||
</Box>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user