mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
feat(cli): full drawer collapse during tool approval and compact context summary
This commit is contained in:
@@ -596,7 +596,6 @@ export const Composer = ({ isFocused = true }: { isFocused?: boolean }) => {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
marginTop={isNarrow ? 1 : 0}
|
|
||||||
flexDirection="column"
|
flexDirection="column"
|
||||||
alignItems={isNarrow ? 'flex-start' : 'flex-end'}
|
alignItems={isNarrow ? 'flex-start' : 'flex-end'}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ exports[`Composer > Snapshots > matches snapshot in narrow view 1`] = `
|
|||||||
"
|
"
|
||||||
ShortcutsHint
|
ShortcutsHint
|
||||||
ApprovalModeIndicator
|
ApprovalModeIndicator
|
||||||
|
|
||||||
StatusDisplay
|
StatusDisplay
|
||||||
InputPrompt: Type your message or
|
InputPrompt: Type your message or
|
||||||
@path/to/file
|
@path/to/file
|
||||||
|
|||||||
Reference in New Issue
Block a user