From bf7fbce4588e27aed5f8e8df3d6f3630c88b2f19 Mon Sep 17 00:00:00 2001 From: Momentry Studio Date: Thu, 2 Jul 2026 16:22:48 +0800 Subject: [PATCH] fix: remove Identity processor option and deprecated trace_chunks - Removed Identity checkbox from processor selection in context menu - Removed trace_chunks from PostgreSQL section (deprecated) - Added relationship_chunks to PostgreSQL section --- src/views/LibraryView.vue | 282 ++++++++++++++++++++++++++++++++++---- 1 file changed, 252 insertions(+), 30 deletions(-) diff --git a/src/views/LibraryView.vue b/src/views/LibraryView.vue index 39f2da6..6a0c3b2 100644 --- a/src/views/LibraryView.vue +++ b/src/views/LibraryView.vue @@ -90,7 +90,11 @@
{{ ingestedBadgeIcon(f) }} {{ ingestedBadgeLabel(f) }}
-
+
+
+
{{ Math.round(getPipelineStats(f.file_uuid).overall_progress * 100) }}%
+
+
{{ getProgress(f.file_uuid)?.overall_progress || 0 }}%
@@ -108,7 +112,7 @@
{{ ctxMenu.file?.file_name }}
{{ formatSize(ctxMenu.file?.file_size || 0) }} · {{ formatDate(ctxMenu.file?.modified_time || '') }}
狀態:{{ statusLabel(ctxMenu.file) }}
-
UUID:{{ ctxMenu.file.file_uuid?.slice(0, 12) }}...
+
UUID:{{ ctxMenu.file.file_uuid }}

@@ -124,13 +128,115 @@
處理器選擇
- +
+
+
+ 載入中... +
+ +
@@ -141,7 +247,7 @@