-
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 Recordings section to the left panel (#2938)
### What Add Recordings section to the left panel. Fixes #2298 Also: - [x] created a brand new `ListItem` widget to be used across the UI - full-span highlight - icon support (`Icon` or closure) - hover button support - [x] created a proper "panel_title_bar" widget in ReUi - [x] removed the recordings submenu from the rerun menu - [x] updated re_ui_example.rs to illustrate the "proper" panel hierarchy and demo the new widgets - [x] `+` button in title to open new recording Deferred to follow-up PRs: - hierarchical display - minus hover button to close the recording <img width="1412" alt="image" src="https://github.com/rerun-io/rerun/assets/49431240/dd761936-bd5d-4161-b7c2-353652cf1897"> ### 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/2938) (if applicable)~~ best tested on a native build and throwing lots of example at it, e.g. `for run in {1..4}; do python examples/python/dna/main.py --connect; done` - [PR Build Summary](https://build.rerun.io/pr/2938) - [Docs preview](https://rerun.io/preview/pr%3Aantoine%2Fnew-recording-ui-2298/docs) - [Examples preview](https://rerun.io/preview/pr%3Aantoine%2Fnew-recording-ui-2298/examples)
- Loading branch information
Showing
13 changed files
with
558 additions
and
155 deletions.
There are no files selected for viewing
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
Oops, something went wrong.