-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(graph): add more graph to editor communication #18315
Merged
Merged
Conversation
This file contains 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
MaxKless
requested review from
philipjfulcher,
FrozenPandaz and
bcabanes
as code owners
July 26, 2023 08:42
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
MaxKless
force-pushed
the
open-project-json-console
branch
3 times, most recently
from
July 26, 2023 08:50
33c8cf0
to
a143a3f
Compare
MaxKless
force-pushed
the
open-project-json-console
branch
from
July 26, 2023 12:46
a143a3f
to
53c76f7
Compare
MaxKless
changed the title
feat(graph): add edit project.json button in nx console
feat(graph): add more graph to editor communication
Jul 26, 2023
philipjfulcher
approved these changes
Aug 1, 2023
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Building on #18113, this PR introduces two things that are only visible when rendered in Nx Console.
Edit
buttonNx Console can consume the events from that button click and open the corresponding
project.json
file.I'm not 100% sure about the styles, maybe @bcabanes can weigh in. Alternatively, we could make the project name in the tooltip header clickable (with some hover link styling) but I feel like the button is a lot more discoverable.
So I'm worried that if it's not immediately obvious, noone will use it.
Run Task
button on the task tooltipNx Console can consume the events and run the task
Corresponding Nx Console PR: nrwl/nx-console#1841