-
Notifications
You must be signed in to change notification settings - Fork 373
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
Expanding streams view doesn't play nicely with other parts of the UI #3152
Comments
Tagging with 0.9 in case this is a quick fix. |
Let's add a max size to it that leaves at least 25% or 200 pixels level on the screen, or something like that. |
If we can avoid a max size that would be nice. It's actually really useful to show just the streams view to explain what's going on in the underlying data model |
Looking into it, it introduce some complexity in quite a few widgets. My proposal:
I'll open a PR for (1) and an issue for (2). Edit: |
### What Fixes #3152 *Note to reviewer*: I had to resort to some semi-hack to measure the height of "everything above the viewport", i.e. windows title bar vs. heading banner on web (which are significantly different). That's the `screen_header_height` variable. Open to suggestion to make that cleaner. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] ~~I've included a screenshot or gif (if applicable)~~ * [x] ~~I have tested [demo.rerun.io](https://demo.rerun.io/pr/3169) (if applicable)~~ PR demo somehow failed, here is the [demo for commit 8fb79bf](https://demo.rerun.io/commit/8fb79bf/examples/structure_from_motion/) - [PR Build Summary](https://build.rerun.io/pr/3169) - [Docs preview](https://rerun.io/preview/d110bc598c8fd1644d1ad658b45ece7d9c752df0/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/d110bc598c8fd1644d1ad658b45ece7d9c752df0/examples) <!--EXAMPLES-PREVIEW--><!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
See video
streams.view.sizes.mp4
How to reproduce:
pip install --pre -f https://build.rerun.io/commit/d7de7f9/wheels --upgrade rerun-sdk. # Latest build as of Aug 30th 09.20 CET python -m rerun_demo
The text was updated successfully, but these errors were encountered: