-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hierarchical display in recordings panel (#2971)
### What This PR updates the recording UI to display recording hierarchically when multiple recordings for the same app ID are loaded. If a single recording for a given app ID is loaded, a single line is still used for compactness. This PR also improves the `egui::Id` handling for `ListItem::show_collapsing()`. TODO: - [x] sort out vertical spacing <img width="1422" alt="image" src="https://github.com/rerun-io/rerun/assets/49431240/9beef915-d953-476d-9f40-7fb9d028221d"> ### 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/2971) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2971) - [Docs preview](https://rerun.io/preview/pr%3Aantoine%2Frecordings-hierarchy/docs) - [Examples preview](https://rerun.io/preview/pr%3Aantoine%2Frecordings-hierarchy/examples) --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
- Loading branch information
Showing
5 changed files
with
86 additions
and
50 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters