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
5.13k stars 1.23k forks source link

Bootstrap 4.5 New UI Punchlist #2991

Closed knight-of-ni closed 3 years ago

knight-of-ni commented 4 years ago

This issue has been created to track issues related to Frontend UI changes.

When reporting problems, we need more than just a statement that "feature X is not working as intended". We need screenshots, console log, and zm log messages which can objectively describe the problem.

These changes have a global scope

Events view

Frames View

New Console view Punchlist items:

Monitor view

Server popup

Storage popup

Log view

Watch view

Event view

If you notice something that looks different than it did before, please post it to this issue.

jonasrubensson commented 4 years ago

I guess I get below errors because of this?

https://imgur.com/a/Qa29rEk

knight-of-ni commented 4 years ago

You need the latest build of master to fix that

jonasrubensson commented 4 years ago

Thank you!

knight-of-ni commented 4 years ago

Navbar Widget colorization has been fixed in commit 6486f59 Please test!

bkjaya2020 commented 4 years ago

In Zoneminder 1.35.5~20200725145046-focal , the filters can't be saved. In earlier versions , when there is an error , the log button color was changed into yellow or red . But that color change does not occur in the version 1.35.5~20200725145046-focal

knight-of-ni commented 4 years ago

In Zoneminder 1.35.5~20200725145046-focal , the filters can't be saved.

Working fine here. You didn't include any error message or screenshot. What lead you to believe this is related to the recent bootstrap upgrade?

bkjaya2020 commented 4 years ago

In Zoneminder 1.35.5~20200725145046-focal , the filters can't be saved.

Working fine here. You didn't include any error message or screenshot. What lead you to believe this is related to the recent bootstrap upgrade?

In the filter , the following conditional statements are not saved. https://www.dropbox.com/s/08jx8vnp96bgc50/Screenshot%20from%202020-07-27%2000-16-22.png?dl=0 The error log is attached. https://www.dropbox.com/s/rsahvschpb0mygp/conditionalstatement.png?dl=0

knight-of-ni commented 4 years ago

I don't have permission to view those links.

bkjaya2020 commented 4 years ago

I don't have permission to view those links.

Sorry for the mistake https://www.dropbox.com/s/jhq1vdy8osx9b5p/conditionalstatement?dl=0

https://www.dropbox.com/s/jhq1vdy8osx9b5p/conditionalstatement?dl=0

knight-of-ni commented 4 years ago

Those download links redirect back to github, strangely. After reading your post in the forums, I was able understand and duplicate the problem. The problem was caused by yesterday's changes to Object.php. I've let Isaac know.

Since this issue is not related to the Bootstrap upgrade, please keep further discussion here: https://forums.zoneminder.com/viewtopic.php?f=42&p=116674#p116674

bkjaya2020 commented 4 years ago

Thank you Sir

UtechtDustin commented 4 years ago

Table changes are not being remembered - cookie extension not working UPDATE: Cookie size it too big. See wenzhixin/bootstrap-table#5259

Will be fixed in the next bootstrap-table version (see https://github.com/wenzhixin/bootstrap-table/pull/5260 and https://github.com/wenzhixin/bootstrap-table/issues/5259)

knight-of-ni commented 4 years ago

Fix dark skin black table text

z1

knight-of-ni commented 4 years ago

Sample screenshot showing frames with > 25 frames

@mnoorenberghe If this is not the case on your machine, then verify the value for Options -> Web -> WEB_EVENTS_PER_PAGE

As stated in the forum, we are still in a transition period between old and new events/frames tables. For now just bump up the value of WEB_EVENTS_PER_PAGE.

image

knight-of-ni commented 3 years ago

@mnoorenberghe

Server side pagination for the Events view has just been pushed to master. This fixes the issue with the total number of records limited to WEB_EVENTS_PER_PAGE, for that view. PLEASE TEST.

Server side pagination for the Frames view is the roadmap as well, but we need to test the pagination in the Events view further before proceeding.

knight-of-ni commented 3 years ago

tasks are complete. closing...