Add URL route to open Blueprint Gallery via ?overlay=blueprints#3220
Merged
adamziel merged 3 commits intoWordPress:trunkfrom Feb 11, 2026
Merged
Add URL route to open Blueprint Gallery via ?overlay=blueprints#3220adamziel merged 3 commits intoWordPress:trunkfrom
adamziel merged 3 commits intoWordPress:trunkfrom
Conversation
dbaac1c to
bd38866
Compare
16af61f to
6db5cc3
Compare
Adds support for ?overlay parameter to directly open the Saved Playgrounds overlay: - ?overlay opens the main Saved Playgrounds view - ?overlay=blueprints opens the Blueprint Gallery view This improves discoverability by allowing direct linking to the Blueprint Gallery for educational content and presentations. Fixes WordPress#2031
0b96b45 to
de6b49b
Compare
Collaborator
|
Thank you @bph! |
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.
This improves discoverability by enabling direct linking to the Blueprints for educational content, presentations, and documentation.
Fixes #2031
A user arrives at the full list of blueprints and can choose the one they would like to start out with or try out. Once the user uses the "x" to close the overlay the
?overlay=blueprintsis removed, so it doesn't trigger the blueprints view when the browser window is refreshed.?overlayquery parameter to open the Saved Playgrounds overlay directly via URL?overlay=blueprintsopens the Blueprint Gallery view?overlay(or any other value) opens the main Overlay viewA shared
OverlayViewModetype is exported from the overlay component for type safety across files.The code changes are meant to keep it flexible if there is a need to create more routes via overlay in the future.
Claude Code assisted.
Test plan
https://playground.wordpress.net/?overlay=blueprints→ Blueprint Gallery openshttps://playground.wordpress.net/→ normal behavior (no overlay)