Commit Graph

5766 Commits (33b001aa2c006a5cebe62aff264053609611b596)

Author SHA1 Message Date
Isaac Connor 6bf61ae2bb Fix justification on sortTable 2024-04-07 11:35:01 -04:00
Isaac Connor fc980eb453
Merge pull request #3953 from IgorA100/patch-65
Fix: Allow Chosen leave empty value in Select
2024-04-07 10:17:18 -04:00
IgorA100 4989d8aac2
Fix: For ".chosen" do not show blocks when loading document
Prevents blocks from appearing before apply "Chosen"
2024-04-07 00:35:01 +03:00
Isaac Connor 9c47e5ceda Fix use of undefined variables 2024-04-06 17:28:28 -04:00
IgorA100 5cb12b844e
Fix: Chosen style (moved a little to the right X clearing) 2024-04-07 00:14:30 +03:00
IgorA100 38abcfa7a4
Fix: Allow Chosen leave empty value in Select 2024-04-07 00:01:29 +03:00
Isaac Connor 7151771177 Disable delete button on click so that we can't double click it. 2024-04-05 17:29:31 -04:00
Isaac Connor 35ce814712 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-04-05 09:23:37 -04:00
IgorA100 45c8828f3d
Feat: Mouse moving an enlarged video frame during Event viewing 2024-04-05 14:45:27 +03:00
IgorA100 78d68bed0d
Chore: add space 2024-04-04 20:45:50 +03:00
IgorA100 693e2c16f6
Preventing jerking when collapsing/expanding a block 2024-04-04 20:36:33 +03:00
IgorA100 efa34f455f
Changed the chevron icon to a filter icon on "Montage" page 2024-04-04 20:30:24 +03:00
IgorA100 dd8ef6b786
Changed the chevron icon to a filter icon on "Montage review" page 2024-04-04 20:21:29 +03:00
IgorA100 4702224dce
Update watch.php 2024-04-04 20:11:15 +03:00
IgorA100 3c30ef8506
Add style for ".hidden-shift" 2024-04-04 20:08:41 +03:00
IgorA100 c02310e6a6
Changing the algorithm for collapsing/expanding a block
Add class 'hidden-shift' to prevent jerking when running the "Chosen" script, it is necessary to make the block visible to JS, but invisible to humans!

Added processing of the "data-flip-control-run-after-complete-func" attribute to launch the function AFTER COMPLETING the work "slideToggle"

Disabled (with subsequent probable deletion)
$j("#mfbflip").click(function()

Minor fixes
2024-04-04 19:36:29 +03:00
IgorA100 5c33f4bbb5
Fix: Moved the hide/show filter block button away from the right border 2024-04-04 12:01:20 +03:00
IgorA100 4ea208f7d9
Fix: css for header form Watch page 2024-04-04 11:57:20 +03:00
Isaac Connor ad3558a9b1
Merge pull request #3938 from IgorA100/patch-56
Feat: Added a button to hide/show the timeline panel on the "Montage Review" page
2024-04-03 14:08:17 -04:00
IgorA100 8a522c70b7
The "#mfbpanel" style is now in the main CSS file 2024-04-03 21:03:46 +03:00
IgorA100 79c4dd0466
The "#mfbpanel" style is now in the main CSS file 2024-04-03 21:03:15 +03:00
IgorA100 25bc22e871
Moved the "#mfbpanel" style to the main CSS file 2024-04-03 21:02:01 +03:00
IgorA100 542f3a72af
Leave the bootstrap style (padding right & left) for "#mfbpanel" 2024-04-03 20:55:14 +03:00
IgorA100 c68b6696d1
Fix: Jerking of the "#mfbpanel" panel when collapsing and expanding on the "Montage review" page 2024-04-03 20:53:07 +03:00
IgorA100 522f29c5b1
Fix: Jerking of the "#mfbpanel" panel when collapsing and expanding on the "Montage" page 2024-04-03 20:44:25 +03:00
IgorA100 cf23f3aa37
Added a check for the presence of the changeScale() function. 2024-04-03 20:11:30 +03:00
Isaac Connor 8c875a1cce
Merge pull request #3934 from IgorA100/patch-54
Feat: Mouse moving an enlarged video frame during live viewing
2024-04-03 12:52:46 -04:00
Isaac Connor 7ace3d775b
Merge pull request #3922 from IgorA100/patch-46
Report in Console if monitor use ONVIF detection
2024-04-03 12:43:43 -04:00
Isaac Connor c3101104f0
Merge pull request #3940 from IgorA100/patch-57
Fix: Apply .wrapper-scroll-table only to body.sticky
2024-04-03 12:42:16 -04:00
Isaac Connor 31fb569f6d
Merge pull request #3941 from IgorA100/patch-58
Fix: background color when viewing alarm frames for an event
2024-04-03 11:48:35 -04:00
Isaac Connor ee521308b6 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-04-03 11:45:29 -04:00
Isaac Connor 1e25e45206
Merge pull request #3942 from IgorA100/patch-59
Fix: Offset zoom frame in console table and viewing alarm frames table
2024-04-03 11:45:18 -04:00
IgorA100 c185ca6bf6
Fix: Cursor style for moving along the timeline when viewing a recorded event
1. Changed the cursor style to "pointer", because the cursor could take on two different styles, which doesn’t look nice.
2. Changed the width of the vertical blue stripe +1 pixel.
3. When the cursor was in the extreme right position, a horizontal scroll bar previously appeared, because "#indicator" went beyond "#progressBar".
2024-04-03 17:04:42 +03:00
IgorA100 4cee61ad35
Fix: Offset zoom frame in console table and viewing alarm frames table
1. Vertical offset = 0, because otherwise, the topmost frame in the table will be cut off at the top. The bottommost frame will create a vertical scroll bar and will therefore be fully viewable.
2. If the frame is on the right in the table, then its right position must be = 0, otherwise it will also go beyond the right border and will not be visible.
2024-04-03 16:01:19 +03:00
IgorA100 26254bf86d
Fix: background color when viewing alarm frames for an event 2024-04-03 13:11:32 +03:00
IgorA100 da62c5b65a
Fix: When Zooming out of a video frame, do not apply updatePrevCoordinatFrame() 2024-04-02 14:37:29 +03:00
IgorA100 ec090374ba
Fix: Apply .wrapper-scroll-table only to body.sticky for entire Groups page 2024-04-02 12:22:46 +03:00
IgorA100 0e319c2453
Fix: Apply .wrapper-scroll-table only to body.sticky for entire Options page 2024-04-02 12:20:44 +03:00
Simpler1 55d75a2410 fix(events): spacing 2024-04-01 13:09:02 -04:00
Simpler1 02b1258bb5 fix(logs): spacing 2024-04-01 12:36:27 -04:00
IgorA100 6415a4c911
Fix: Lost semicolon 2024-04-01 19:35:43 +03:00
IgorA100 649632dd4c
Chore: eslint format 2024-04-01 19:31:53 +03:00
Simpler1 c4220132e0 feat(logs): Consistent spacing for terms and buttons 2024-04-01 12:30:31 -04:00
IgorA100 6a3071a5fa
Added a button to hide/show the timeline panel 2024-04-01 19:15:01 +03:00
IgorA100 5372129b28
Feat: Added the ability to execute a function BEFORE or AFTER the hide/show event of a DOM element block
DOM element block hiding/showing events
In addition to the implementation in PR #3860
2024-04-01 18:54:55 +03:00
Isaac Connor 40f666129c Show console in navbar when there are no monitors yet defined. 2024-04-01 09:23:20 -04:00
Isaac Connor c370cd56cf
Merge pull request #3929 from IgorA100/patch-52
Feat: Allow "chosen" in <select> to use full text search
2024-04-01 09:21:34 -04:00
Isaac Connor 09d8a1d50c
Merge pull request #3935 from IgorA100/patch-55
Fix: Event table coloring in dark css in live view
2024-04-01 09:20:45 -04:00
Simpler1 6fe6d137c7 Fix(events): spacing below buttons 2024-04-01 08:22:48 -04:00
IgorA100 ce19339a41
Changed the table row background color for the currently active event in live view 2024-04-01 14:55:05 +03:00