feat: add duplicates count to scan results and update success message in SettingsPage
Some checks failed
Frontend CI / lint (push) Failing after 18s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-08-25 12:33:02 +02:00
parent 8f233aaef7
commit 4a973e5044
2 changed files with 5 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ export interface ScanResults {
updated: number
deleted: number
skipped: number
duplicates: number
errors: string[]
files_added: string[]
files_updated: string[]