Skip to content

refactor(devtools): add property show graph button #62853

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hawkgs
Copy link
Member

@hawkgs hawkgs commented Jul 28, 2025

WORK IN PROGRESS


PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Feature

What is the new behavior?

Add "Show graph" button to the signal properties in the side pane. Ref: milomg#1

Screenshot 2025-07-28 at 14 29 49

Add "Show graph" button to the signal properties in the side pane.
@hawkgs hawkgs requested a review from milomg July 28, 2025 11:32
@hawkgs hawkgs added action: review The PR is still awaiting reviews from at least one requested reviewer target: minor This PR is targeted for the next minor release area: devtools labels Jul 28, 2025
@ngbot ngbot bot modified the milestone: Backlog Jul 28, 2025
[currentSelectedElement]="currentSelectedElement"
[signalGraphEnabled]="signalGraphEnabled()"
Copy link
Member

@JeanMeche JeanMeche Jul 28, 2025

Choose a reason for hiding this comment

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

Instead of prop drilling, should we extract that into a service since this is more or less a global state ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Totally agree, but I think it makes sense to introduce that after #62429 is merged (or as part of it depending which PR is merged first). The Settings service will take care of it.

@hawkgs hawkgs marked this pull request as draft July 28, 2025 15:17
@hawkgs hawkgs force-pushed the devtools/property-show-graph-btn branch from 36b2ea2 to af61074 Compare July 30, 2025 09:18
@hawkgs hawkgs force-pushed the devtools/property-show-graph-btn branch from af61074 to bccd2bc Compare July 30, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: review The PR is still awaiting reviews from at least one requested reviewer area: devtools state: WIP target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants