- hide cases when filtering cameras that have no exports from those cameras
- remove description from case card
- use textarea instead of input for case description in add new case dialog
This commit is contained in:
Josh Hawkins
2026-04-11 22:09:42 -05:00
parent 05913891e1
commit ae8be19b5b
4 changed files with 105 additions and 43 deletions
+4 -1
View File
@@ -39,7 +39,10 @@
},
"deleteCase": {
"label": "Delete Case",
"desc": "Are you sure you want to delete {{caseName}}? Exports will remain available as uncategorized exports."
"desc": "Are you sure you want to delete {{caseName}}?",
"descKeepExports": "Exports will remain available as uncategorized exports.",
"descDeleteExports": "All exports in this case will be permanently deleted.",
"deleteExports": "Also delete exports"
},
"caseDialog": {
"title": "Add to case",