[Website] Put the Blueprint URL export hint inside the disabled item - #4070
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.
Moves the “multi-file Blueprint” explanation from a detached footer into the disabled “Copy Blueprint URL” menu item so the reason for the disabled state is co-located with the action.
Changes:
- Replaces the separate export hint
<p>with an inline hint rendered inside the disabled menu item. - Adds new CSS module classes to layout the menu item label + hint as a vertical stack.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/playground/website/src/components/blueprint-editor/blueprint-bundle-editor.module.css | Introduces new styles for a stacked menu item body and muted hint text. |
| packages/playground/website/src/components/blueprint-editor/BlueprintBundleEditor.tsx | Renders a hint inside the “Copy Blueprint URL” menu item when the bundle isn’t shareable, removing the detached footer hint. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
adamziel
force-pushed
the
adamziel/contextual-disabled-blueprint-url
branch
from
July 15, 2026 22:35
b40915c to
357349b
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.
The Blueprint editor export menu explained a disabled action in a detached footer. That made the reason easy to miss because the disabled item and its explanation were separated by another action.
Put the multi-file Blueprint explanation inside the disabled “Copy Blueprint URL” item and let that menu item expand to fit its contextual hint. “Download Zip” remains the available action directly below it, without adding a divider between the two actions.
Testing:
npm run format:uncommittednpx nx run playground-website:lintgit diff --check refs/remotes/origin/trunk...HEAD