feat(stage): float panes as cards on a 4px gutter - #34
Merged
Merged
Conversation
Panes take a 4px gutter on every stage edge and between each other, a 6px corner and a 1px --seam-split border, so the work area reads as cards on the chrome the rail already paints instead of one ruled sheet. The split line goes: the divider element is now the gap itself and paints only its hover accent, at full --accent so it matches the sidebar grip. The document surface, the browser tab and the Agent Board take the same shape, so handing the stage over does not change the rectangle. Reverses the full-bleed grid of 2026-08-17 (DL-18.12, DL-2.3, DL-18.9, DL-20.1). DL-18.9's grip clause describes the sidebar-side half of this change, which landed on the local branch only. Claude-Session: https://claude.ai/code/session_01TPUA1o1Bc7wD6ZrqkXJDeA
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This branch was successfully deployed
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.
Panes take a 4px gutter on every stage edge and between each other, a 6px corner and a 1px
--seam-splitborder, so the work area reads as cards on the chrome the rail already paints instead of one ruled sheet.--accentso it matches the sidebar grip..browser-panel__view.Known gap before merging: DL-18.9's grip clause here describes the sidebar-side half of this change — the grip lighting the whole gutter and the shell's vertical hairline going away. That code lives in
02-shell.csson the local branch only (commit7d84892, a concurrent session sharing the checkout), so it is not in this PR.Verification: none run.
npm testis already red on the local HEAD independently of this change; no gate was run for this branch.https://claude.ai/code/session_01TPUA1o1Bc7wD6ZrqkXJDeA
Summary by CodeRabbit