Skip to content

fix: run console collapsed by default - #411

Merged
andeplane merged 2 commits into
mainfrom
fix/console-collapsed-default
Aug 15, 2026
Merged

fix: run console collapsed by default#411
andeplane merged 2 commits into
mainfrom
fix/console-collapsed-default

Conversation

@andeplane

Copy link
Copy Markdown
Owner

The console strip stole ~190px of viewport height on every run screen. It now defaults to collapsed; expanding it is still remembered for the session (same sessionStorage key, inverted default).

Fixes #406

🤖 Generated with Claude Code

andeplane and others added 2 commits August 15, 2026 21:49
The console strip stole ~190px from the viewport on every run screen.
Default it to collapsed; an explicit expand is still remembered for the
session.

Fixes #406

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Review fix: the console now defaults to collapsed, so the e2e run spec
expands it before reading the live log; later console steps inherit the
remembered expanded state.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@andeplane
andeplane merged commit 6088d26 into main Aug 15, 2026
2 checks passed
@andeplane
andeplane deleted the fix/console-collapsed-default branch August 15, 2026 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run console should be collapsed by default

1 participant