-
Metadata
+
Index
- Reindex EXIF
- Reindex colors
- Reindex AI
-
+ Reindex metadata
+ Reindex color & AI
+ Reindex color
+ Reindex AI
+
Display Layout
@@ -49,8 +50,8 @@ const {
scenes,
} = toRefs(props);
-const metadataTasks = computed(() => {
- return tasks.value?.filter(task => task?.type?.startsWith("LOAD_"));
+const indexTasks = computed(() => {
+ return tasks.value?.filter(task => task?.type?.startsWith("INDEX_"));
});
const ago = (at) => {
diff --git a/ui/src/components/Controls.vue b/ui/src/components/Controls.vue
index e6fa362..f247f1e 100644
--- a/ui/src/components/Controls.vue
+++ b/ui/src/components/Controls.vue
@@ -1,12 +1,15 @@