Review labels widget (#22664)
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled

* add review labels widget

* register widget and add to review section

* i18n

* add border to switches widget

* padding tweaks

* don't show audio labels if audio is not enabled

* add docs links

* ability to add custom labels to review

* add hint for empty selection in review labels and SwitchesWidget

* language consistency
This commit is contained in:
Josh Hawkins
2026-03-27 08:45:50 -06:00
committed by GitHub
parent 1a01513223
commit c35cee2d2f
8 changed files with 182 additions and 13 deletions
+1 -1
View File
@@ -529,7 +529,7 @@
},
"detections": {
"label": "Detections config",
"description": "Settings for creating detection events (non-alert) and how long to keep them.",
"description": "Settings for which tracked objects generate detections (non-alert) and how detections are retained.",
"enabled": {
"label": "Enable detections",
"description": "Enable or disable detection events for this camera."
+1 -1
View File
@@ -1044,7 +1044,7 @@
},
"detections": {
"label": "Detections config",
"description": "Settings for creating detection events (non-alert) and how long to keep them.",
"description": "Settings for which tracked objects generate detections (non-alert) and how detections are retained.",
"enabled": {
"label": "Enable detections",
"description": "Enable or disable detection events for all cameras; can be overridden per-camera."
+7 -1
View File
@@ -1431,6 +1431,11 @@
"summary": "{{count}} object types selected",
"empty": "No object labels available"
},
"reviewLabels": {
"summary": "{{count}} labels selected",
"empty": "No labels available",
"allNonAlertDetections": "All non-alert activity will be included as detections."
},
"filters": {
"objectFieldLabel": "{{field}} for {{label}}"
},
@@ -1474,7 +1479,8 @@
"timestamp_style": {
"title": "Timestamp Settings"
},
"searchPlaceholder": "Search..."
"searchPlaceholder": "Search...",
"addCustomLabel": "Add custom label..."
},
"globalConfig": {
"title": "Global Configuration",