ui3
ui3 copied to clipboard
Ability to hide the side bar
Some people want to be able to hide the side bar where PTZ controls are.
To do a good job of this, I need to make several changes:
- Rename the UI Settings >
Top Bar
section toTop/Side Bars
. - Move the system name button setting to that section.
- Add boolean settings to hide the side bar in Live View and in Clips tabs.
- The system name button should have a new optional action to Toggle Sidebar.
- Show a visual indicator within the System Name button when the side bar is invisible. Clicking the indicator should open UI Settings, filtered to the appropriate settings.
- Revise the Top Bar sizing code to not leave blank space for buttons that are not being shown, as this wastes space that could be used by the System Name button at smaller browser widths. (flexbox?)