-
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 support to close a recording (#2972)
### What This PR adds support to close a recording. Currently, this is available through the Rerun menu and the command palette. A close button will be added to the recording list UI in a subsequent PR. My choices: - No warning, etc. This is a rather "lossy" feature. - No shortcut for the "Close recording" command (the natural one would be cmd-W, but that usually close an actual window). - When a recording is closed, the next one is selected when sorted by (app ID, recording time). If the closed recording was the last, then the previous one is selected. <img width="1422" alt="image" src="https://github.com/rerun-io/rerun/assets/49431240/81f189e5-890a-45fd-b6ef-4c963d8fc20c"> ### 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/2972) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2972) - [Docs preview](https://rerun.io/preview/pr%3Aantoine%2Fclose-recording/docs) - [Examples preview](https://rerun.io/preview/pr%3Aantoine%2Fclose-recording/examples)
- Loading branch information
Showing
6 changed files
with
65 additions
and
0 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
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