Skip to content

fix(board): the gate rail folds to a banner and never pushes the board (ready-6ec) - #236

Merged
baron-3dl merged 1 commit into
mainfrom
fix/gate-rail-folds-to-a-banner-ready-6ec
Aug 8, 2026
Merged

fix(board): the gate rail folds to a banner and never pushes the board (ready-6ec)#236
baron-3dl merged 1 commit into
mainfrom
fix/gate-rail-folds-to-a-banner-ready-6ec

Conversation

@baron-3dl

Copy link
Copy Markdown
Contributor

The "Waiting on you" rail grew as gates folded in over the first minute, pushing the whole board down again and again — the view changed under a reader who was only looking.

It's now a foldable banner:

  • Collapsed by default to one fixed line — "● Waiting on you · N of M · Show" — so gates arriving only tick the count; they never reflow the board.
  • Expanding is a deliberate click, and even then the gate cards overlay the board (absolute, capped at 62vh, scrollable, shadowed) rather than shoving it. The first card doesn't move whether the rail is open or closed (measured: 265px → 265px).

The list stays in the DOM; only its display folds, so focus preservation and every gate assertion are unchanged (jsdom ignores the CSS). 1005 tests pass; both states screenshotted.

🤖 Generated with Claude Code

…d (ready-6ec)

The "Waiting on you" rail grew as gates folded in over the first minute, pushing
the whole board down again and again — the view changed under a reader who was
only looking. It is now a FOLDABLE BANNER: collapsed by default to one fixed
line ("Waiting on you · N of M · Show"), so gates arriving only tick the count —
they never reflow the board. Expanding is a deliberate click, and even then the
gate cards OVERLAY the board (absolute, capped at 62vh, scrollable, shadowed)
rather than shoving it — the first card does not move whether the rail is open or
closed (measured).

The list stays in the DOM; only its display folds, so focus preservation and
every gate assertion are unchanged (jsdom ignores the CSS). Full board suite 1005
passing; both states screenshotted.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@baron-3dl
baron-3dl merged commit 2335497 into main Aug 8, 2026
7 checks passed
@baron-3dl
baron-3dl deleted the fix/gate-rail-folds-to-a-banner-ready-6ec branch August 8, 2026 22:08
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.

1 participant