Files
zoneminder/web
Ben Dailey 1d56c5a8d9 feat: add pushState URL state management for events page filters
Update URL when filter changes so the filter state can be shared via URL
and browser back/forward navigation restores previous filter states.

- Add buildFilterQuery() helper to construct filter query string
- Add history.replaceState() on page load for initial state
- Add history.pushState() in filterEvents() when filters change
- Add popstate event listener to restore filter state on back/forward
- Refactor filterEvents() to accept options parameter for skipPushState

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-23 18:16:56 -05:00
..
2021-01-11 13:46:50 -05:00
2022-08-19 13:33:22 -04:00

Modern ZoneMinder Skin

This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.