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

Remove manual truncation of tensor shape UI #8531

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

abey79
Copy link
Member

@abey79 abey79 commented Dec 18, 2024

Related

What

Truncation now happens at egui test level, so we no longer need that manual truncation code. (This code is soon going to disappear anyways but at least it'll disappear in a good state 🤷🏻)

image

Truncation now happens at egui test level.
@abey79 abey79 added ui concerns graphical user interface exclude from changelog PRs with this won't show up in CHANGELOG.md labels Dec 18, 2024
Copy link

github-actions bot commented Dec 18, 2024

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

  • I have tested the web viewer
Result Commit Link Manifest
45c7118 https://rerun.io/viewer/pr/8531 +nightly +main

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

@Wumpf Wumpf self-requested a review December 18, 2024 14:00
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

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

👍
trusting you tried this with looong shapes :)

# Conflicts:
#	crates/viewer/re_data_ui/src/tensor.rs
@abey79
Copy link
Member Author

abey79 commented Dec 18, 2024

rusting you tried this with looong shapes :)

They get properly egui-text-truncated as expected 👍🏻

@abey79 abey79 merged commit efcb2f5 into main Dec 18, 2024
31 checks passed
@abey79 abey79 deleted the antoine/fix-tensordata-selection-panel branch December 18, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

TensorShape gets truncated and there's no way to see it fully
2 participants