summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/__snapshots__
diff options
context:
space:
mode:
authorGal Zahavi <[email protected]>2025-08-07 15:55:53 -0700
committerGitHub <[email protected]>2025-08-07 22:55:53 +0000
commit4f2974dbfe36638915f1b08448d2563c64f88644 (patch)
tree3c895adaad2de5a9e1ac14495c78f1b06d6c7d8d /packages/cli/src/ui/__snapshots__
parent65e4b941ee96525895b5a11fcb95725817478775 (diff)
feat(ui): Improve UI layout adaptation for narrow terminals (#5651)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/__snapshots__')
-rw-r--r--packages/cli/src/ui/__snapshots__/App.test.tsx.snap17
1 files changed, 15 insertions, 2 deletions
diff --git a/packages/cli/src/ui/__snapshots__/App.test.tsx.snap b/packages/cli/src/ui/__snapshots__/App.test.tsx.snap
index 891a16af..f5425dba 100644
--- a/packages/cli/src/ui/__snapshots__/App.test.tsx.snap
+++ b/packages/cli/src/ui/__snapshots__/App.test.tsx.snap
@@ -10,9 +10,22 @@ exports[`App UI > should render correctly with the prompt input box 1`] = `
`;
exports[`App UI > should render the initial UI correctly 1`] = `
-"
- I'm Feeling Lucky (esc to cancel, 0s)
+" I'm Feeling Lucky (esc to cancel, 0s)
/test/dir no sandbox (see /docs) model (100% context left)"
`;
+
+exports[`App UI > when in a narrow terminal > should render with a column layout 1`] = `
+"
+
+
+╭────────────────────────────────────────────────────────────────────────────────────────╮
+│ > Type your message or @path/to/file │
+╰────────────────────────────────────────────────────────────────────────────────────────╯
+dir
+
+no sandbox (see /docs)
+
+model (100% context left)| ✖ 5 errors (ctrl+o for details)"
+`;