fix(board): the gate rail folds to a banner and never pushes the board (ready-6ec) - #236
Merged
Merged
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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