-
Notifications
You must be signed in to change notification settings - Fork 26.4k
refactor(devtools): restyle the signal details panel #62681
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
Conversation
...devtools-tabs/directive-explorer/signals-view/signals-details/signals-details.component.html
Outdated
Show resolved
Hide resolved
b368d83
to
9d8e40b
Compare
@if (node.preview.preview === 'undefined') { | ||
<div class="value">undefined</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@milomg, does this make sense? Using just "undefined" instead of "Computed signal value is undefined"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I prefer this
e3b8703
to
7e7e928
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No concerns on my side, just consider adding tests for any new functionality.
Restyle the details panel to match and be inline with the existing UI/style.
7e7e928
to
fee8b07
Compare
No functional changes. |
This PR was merged into the repository by commit d3b770d. The changes were merged into the following branches: main |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the new behavior?
Restyle the details panel to match and be inline with the existing UI/style.
Changes:
signal-details
) for easier stylization.signals-value-tree
is moved in a separated folder with separate a BUILD file.signal-details
andsignals-value-tree
are restyled.The design resembles the initial wireframes.