From 58e614cb5cc063ca7ec51459aaf146519e9f51ff Mon Sep 17 00:00:00 2001 From: Momentry Studio Date: Sat, 25 Jul 2026 01:27:16 +0800 Subject: [PATCH] fix: unify status text to 'Scanning...' in LibraryView Problem: - Status badge showed 'Scanning' - Progress bar showed 'Processing...' - Two different texts displayed simultaneously Solution: - Change progress bar text to 'Scanning...' - Now both badge and progress bar use consistent terminology --- src/views/LibraryView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/LibraryView.vue b/src/views/LibraryView.vue index 6635020..341eee1 100644 --- a/src/views/LibraryView.vue +++ b/src/views/LibraryView.vue @@ -108,7 +108,7 @@
-
Processing...
+
Scanning...
{{ f.file_name }}