Scenes with lots of cameras can be hard to navigate the camera selector drop down as the order of camera is not obvious to the user.
To make it easier to reliably find cameras and maintain the camera list it will now list the camera in alphabetical name
Verifying Changes
Added cameraSortStaticScene scene to storybook datasets to allow local testing on a static scene to verify camera's are listed correcttly.
Screen shot of Dynamic Scene without change:
Screen shot of Dynamic Scene with change:
Scene Composer
For scene-composer package changes specifically, you can preview the component in the published storybook artifact. To do this, wait for the Publish Storybook action to complete below.
Click on the workflow details
Select the Summary item on the left
Download the zip file
To run the storybook build locally, you need a local static web server:
npm install -g httpserver
cd <Extracted Zip Directory>
httpserver
Overview
Scenes with lots of cameras can be hard to navigate the camera selector drop down as the order of camera is not obvious to the user.
To make it easier to reliably find cameras and maintain the camera list it will now list the camera in alphabetical name
Verifying Changes
Added cameraSortStaticScene scene to storybook datasets to allow local testing on a static scene to verify camera's are listed correcttly.
Screen shot of Dynamic Scene without change:
Screen shot of Dynamic Scene with change:
Scene Composer
For
scene-composer
package changes specifically, you can preview the component in the published storybook artifact. To do this, wait for thePublish Storybook
action to complete below.To run the storybook build locally, you need a local static web server:
Then open the website http://localhost:8080 to run the doc site.
Legal
This project is available under the Apache 2.0 License.