mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 23:31:13 -07:00
refactor(cli): remove duplication in interactive shell awaiting input hint (#24801)
This commit is contained in:
@@ -331,7 +331,7 @@ export const StatusRow: React.FC<StatusRowProps> = ({
|
|||||||
) : isInteractiveShellWaiting ? (
|
) : isInteractiveShellWaiting ? (
|
||||||
<Box width="100%" marginLeft={LAYOUT.INDICATOR_LEFT_MARGIN}>
|
<Box width="100%" marginLeft={LAYOUT.INDICATOR_LEFT_MARGIN}>
|
||||||
<Text color={theme.status.warning}>
|
<Text color={theme.status.warning}>
|
||||||
! Shell awaiting input (Tab to focus)
|
{INTERACTIVE_SHELL_WAITING_PHRASE}
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user