-
- Check the items will take time, you will see the spinner while
WatchStateis analyzing + Checking the items will take time, you will see the spinner whileWatchStateis analyzing the entire backend libraries content. Do not reload the page.
- Library: {{ item.library }}
+ Library: {{ item.library }}
- Type: {{ item.type }}
+ Type: {{ item.type }}
- Year: {{ item.year ?? '???' }}
+ Year: {{ item.year ?? '???' }}
- Percent:
+ Percent:
{{ item.percent.toFixed(2) }}%
-
+
@@ -134,7 +143,7 @@
e.target.firstChild?.classList?.toggle('is-text-overflow')">
diff --git a/frontend/pages/backend/[backend]/unmatched.vue b/frontend/pages/backend/[backend]/unmatched.vue
index a57754a5..151d74d6 100644
--- a/frontend/pages/backend/[backend]/unmatched.vue
+++ b/frontend/pages/backend/[backend]/unmatched.vue
@@ -34,7 +34,7 @@
-
- File:
+ Path:
-
- Check the items will take time, you will see the spinner while
WatchStateis analyzing + Checking the items will take time, you will see the spinner whileWatchStateis analyzing the entire backend libraries content. Do not reload the page.
- Library: {{ item.library }}
+ Library: {{ item.library ?? 'Unknown' }}
- Type: {{ item.type }}
+ Type: {{
+ item.type ?? 'Unknown'
+ }}
- Year: {{ item.year }}
+ Year: {{ item.year ?? 'Unknown' }}
+
+ e.target.firstChild?.classList?.toggle('is-text-overflow')">
+
+ Path:
+
+