connortechnology / ZoneMinder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
9 stars 9 forks source link

Storageareas uifixes #54

Closed digital-gnome closed 6 years ago

digital-gnome commented 6 years ago

Things I discovered while trying to remove popups. I decided this needed to be separate from that effort since it's looking a bit more involved than I first thought.

Added some transition effects to zoom on h264 and the zms scrub bar. Zoom felt jerky and hard to track. ZMS feels more like a regular scrub bar despite the 1 second chunks.

scaleToFit added to watch, stills, and frame view since frame view uses the watch cookie. Stills behaves better on other scales as well.

Stills view slider/scrub bar now scales with the thumbnail window so that it's more like stream view, including alarmcues. If a frame is being viewed it now updates if the slider bar is used.

Removed some unused code in event.css from h264.

stillsview

digital-gnome commented 6 years ago

Added some dark theme fixes. Console now has the striped and hover effects like classic and flat only in an appropriate color. Changed button colors to dark theme style rather than the flat theme blue that they were.