Improve LPR regex support (#19767)

* add regex support to events api for recognized_license_plate

* frontend

add ability to use regexes in the plate search box and add select all/clear all links to quickly select all filtered plates
This commit is contained in:
Josh Hawkins
2025-08-26 08:11:37 -05:00
committed by GitHub
parent 22e981c38c
commit 6c3f99150c
4 changed files with 133 additions and 67 deletions
+3 -1
View File
@@ -127,6 +127,8 @@
"loading": "Loading recognized license plates…",
"placeholder": "Type to search license plates…",
"noLicensePlatesFound": "No license plates found.",
"selectPlatesFromList": "Select one or more plates from the list."
"selectPlatesFromList": "Select one or more plates from the list.",
"selectAll": "Select all",
"clearAll": "Clear all"
}
}