ZoneMinder / 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
4.82k stars 1.19k forks source link

Feat: Added a button to hide/show the timeline panel on the "Montage Review" page #3938

Closed IgorA100 closed 1 month ago

IgorA100 commented 1 month ago

This PR includes two changes: 1. Added the ability to execute a function BEFORE or AFTER the hide/show event of a DOM element block. In addition to the implementation in PR #3860

Usage: Add an attribute to the control button: data-flip-control-run-before-func="NameFuntion" or data-flip-control-run-after-func="NameFuntion"

2. Added a button to hide/show the timeline panel on the "Montage Review" page