add ability to render components before and after fields

This commit is contained in:
Josh Hawkins
2026-02-27 09:40:20 -06:00
parent e09928a7f0
commit 3c5298e304
10 changed files with 320 additions and 92 deletions
+2 -1
View File
@@ -153,7 +153,8 @@
"continue": "Continue",
"modified": "Modified",
"overridden": "Overridden",
"resetToGlobal": "Reset to Global"
"resetToGlobal": "Reset to Global",
"resetToDefault": "Reset to Default"
},
"menu": {
"system": "System",
+1 -1
View File
@@ -114,7 +114,7 @@
"desc": "Semantic Search in Frigate allows you to find tracked objects within your review items using either the image itself, a user-defined text description, or an automatically generated one.",
"reindexNow": {
"label": "Reindex Now",
"desc": "Reindexing will regenerate embeddings for all tracked object. This process runs in the background and may max out your CPU and take a fair amount of time depending on the number of tracked objects you have.",
"desc": "Reindexing will regenerate embeddings for all tracked objects. This process runs in the background and may max out your CPU and take a fair amount of time depending on the number of tracked objects you have.",
"confirmTitle": "Confirm Reindexing",
"confirmDesc": "Are you sure you want to reindex all tracked object embeddings? This process will run in the background but it may max out your CPU and take a fair amount of time. You can watch the progress on the Explore page.",
"confirmButton": "Reindex",