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

Visually differentiate implicit nodes in graph view #8313

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

grtlr
Copy link
Contributor

@grtlr grtlr commented Dec 4, 2024

What

After refactoring, implicit nodes were visualized using regular text_color and where therefore no possible to differentiate from regular nodes. This PR fixes that.

image

The node on the bottom (darker gray) is implicit.

@grtlr grtlr requested a review from abey79 December 4, 2024 13:16
@grtlr grtlr added 🪳 bug Something isn't working ui concerns graphical user interface exclude from changelog PRs with this won't show up in CHANGELOG.md labels Dec 4, 2024
Copy link

github-actions bot commented Dec 4, 2024

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link
e5dc8e8 https://rerun.io/viewer/pr/8313

Note: This comment is updated whenever you push a commit.

@grtlr grtlr merged commit c5278c2 into main Dec 4, 2024
31 checks passed
@grtlr grtlr deleted the grtlr/implicit-node-color branch December 4, 2024 16:16
grtlr added a commit that referenced this pull request Dec 4, 2024
### What

After refactoring, _implicit_ nodes were visualized using regular
`text_color` and where therefore no possible to differentiate from
regular nodes. This PR fixes that.

<img width="44" alt="image"
src="https://github.com/user-attachments/assets/d1c32758-2154-4842-ab18-9be9b899c6d0">


The node on the bottom (darker gray) is implicit.

<!--
Make sure the PR title and labels are set to maximize their usefulness
for the CHANGELOG,
and our `git log`.

If you have noticed any breaking changes, include them in the migration
guide.

We track various metrics at <https://build.rerun.io>.

For maintainers:
* To run all checks from `main`, comment on the PR with `@rerun-bot
full-check`.
* To deploy documentation changes immediately after merging this PR, add
the `deploy docs` label.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working exclude from changelog PRs with this won't show up in CHANGELOG.md ui concerns graphical user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants