[Website] Make Playgrounds pane rows span the Dock width - #4086
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR restores correct trailing spacing behavior for OverlaySection, aligns the Blueprint editor test mock with the real Dock action type, and updates docs to use current Dock terminology consistently.
Changes:
- Restore last-overlay-section bottom spacing reset without reintroducing the removed wrapper.
- Update Blueprint editor test mock to use
ui/setDockPaneOpen. - Refresh docs terminology around the Dock (e.g., “pane”,
overlay=newprimary).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/playground/website/src/components/overlay/style.module.css | Re-adds last-section margin reset to prevent extra trailing space. |
| packages/playground/website/src/components/blueprint-editor/BlueprintBundleEditor.spec.tsx | Updates mocked action type to match the real Dock action. |
| packages/docs/site/docs/main/web-instance.md | Renames “Blueprint Editor” to “Blueprint pane” in Web Instance docs. |
| packages/docs/site/docs/main/quick-start-guide.md | Updates Dock terminology from “tool” to “pane”. |
| packages/docs/site/docs/developers/06-apis/query-api/01-index.md | Makes overlay=new the primary documented Query API example; keeps blueprints as compatibility alias. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
adamziel
force-pushed
the
address-copilot-dock-followups
branch
from
July 16, 2026 10:53
d085974 to
f4cdc8c
Compare
adamziel
force-pushed
the
address-copilot-dock-followups
branch
from
July 16, 2026 11:08
f4cdc8c to
5a3f0d7
Compare
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.
Playground rows now use the full Dock pane width instead of stopping at the minimal width that wraps the content.
This PR also contains some unrelated docs wording changes. I could split them into a separate pr but they're tiny so I'll just merge them.
Testing
Open the Dock's Playgrounds pane and check that the current Playground row spans the pane width. Read the Query API, Web Instance, and Quick Start docs and check that the Dock pane names match the UI.