Skip to content
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 2 commits into from
Aug 2, 2023

Conversation

MaxKless
Copy link
Collaborator

@MaxKless MaxKless commented Jul 26, 2023

Building on #18113, this PR introduces two things that are only visible when rendered in Nx Console.

  1. A new Edit button
    Nx Console can consume the events from that button click and open the corresponding project.json file.

image

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.

  1. A Run Task button on the task tooltip
    Nx Console can consume the events and run the task
    image

Corresponding Nx Console PR: nrwl/nx-console#1841

@vercel
Copy link

vercel bot commented Jul 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2023 2:29pm

@MaxKless 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
@MaxKless MaxKless merged commit d5ceca9 into master Aug 2, 2023
15 checks passed
@MaxKless MaxKless deleted the open-project-json-console branch August 2, 2023 09:39
@github-actions
Copy link

github-actions bot commented Aug 8, 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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants