-
Notifications
You must be signed in to change notification settings - Fork 411
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
Update DataResultTree to start at origin and introduce "projected" subspace #4156
Closed
Tracked by
#4899
Labels
Comments
6 tasks
2 tasks
3 tasks
For visibillity: start with simplest behavior: visibillity for an entity -> hides entity + children. This regresses our current abillity to hide a parent entity, while leaving the "group" (including children) visible. We will need to introduce new UI mechanism to handle the complexity of self vs self+children. |
Merged
5 tasks
Wumpf
added a commit
that referenced
this issue
Feb 29, 2024
… called out explicitely (#5342) ### What * Direct follow up of #5326 * Fixes #4156 https://github.com/rerun-io/rerun/assets/1220815/77ed6a42-50db-4ca3-b596-8dcf5bce9baf Follows the design proposal from the ticket directly. Some detail decisions on how things are exactly handled, but code should be a bit more composable now (albeit admittedly still a bit messy) ### 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 the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5342/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5342/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5342/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5342) - [Docs preview](https://rerun.io/preview/6011f651a1ebd432d77d25d3edd7ea746053fd99/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/6011f651a1ebd432d77d25d3edd7ea746053fd99/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of #4899 we need to update the way that the DataResultTree is presented in the UI:
$origin
of the SpaceView.Mock-up of future UI:

The text was updated successfully, but these errors were encountered: