Skip to content

[Website] Make Playgrounds pane rows span the Dock width - #4086

Merged
adamziel merged 1 commit into
trunkfrom
address-copilot-dock-followups
Jul 16, 2026
Merged

[Website] Make Playgrounds pane rows span the Dock width#4086
adamziel merged 1 commit into
trunkfrom
address-copilot-dock-followups

Conversation

@adamziel

@adamziel adamziel commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

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.

Before After
Before screenshot of the Playgrounds pane After screenshot of the Playgrounds pane with a full-width Playground row

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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=new primary).

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.

Comment thread packages/docs/site/docs/main/web-instance.md Outdated
Comment thread packages/docs/site/docs/main/quick-start-guide.md Outdated
@adamziel
adamziel force-pushed the address-copilot-dock-followups branch from f4cdc8c to 5a3f0d7 Compare July 16, 2026 11:08
@adamziel adamziel changed the title [Website] Restore OverlaySection spacing and align Dock docs Jul 16, 2026
@adamziel
adamziel merged commit f739b10 into trunk Jul 16, 2026
53 checks passed
@adamziel
adamziel deleted the address-copilot-dock-followups branch July 16, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment