bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
124 stars 16 forks source link

Ability to hide the side bar #166

Closed bp2008 closed 2 months ago

bp2008 commented 6 months ago

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:

  1. Rename the UI Settings > Top Bar section to Top/Side Bars.
  2. Move the system name button setting to that section. image
  3. Add boolean settings to hide the side bar in Live View and in Clips tabs.
  4. The system name button should have a new optional action to Toggle Sidebar.
  5. 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.
  6. 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?)
bp2008 commented 2 months ago

Implemented in UI3-269.