AI submenu now has all at top
This commit is contained in:
2
TODO
2
TODO
@@ -1,6 +1,4 @@
|
||||
## GENERAL
|
||||
* ai search, should put 'all' at top of drop-down
|
||||
|
||||
* when there is an actual error sent from B/E to F/E, you can't clear it other than deleting via sql
|
||||
|
||||
* add an option on the person menu to run_ai_on all photos (or at least import/storage)
|
||||
|
||||
@@ -307,10 +307,10 @@ $.contextMenu({
|
||||
item_list['ai'] = {
|
||||
name: "Scan file for faces",
|
||||
items: {
|
||||
"ai-all": {"name": "all"},
|
||||
{% for p in people %}
|
||||
"ai-{{p.tag}}": {"name": "{{p.tag}}"},
|
||||
{% endfor %}
|
||||
"ai-all": {"name": "all"},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user