feat(processing): smistamento ricorsivo cartelle + gestione unrouted per ZIP e folder

This commit is contained in:
2026-03-16 10:05:13 +01:00
parent 771891ac4f
commit 164959acaf
4 changed files with 106 additions and 14 deletions

View File

@@ -33,6 +33,7 @@ function renderResult(title, result) {
`scansionati: ${result.scanned ?? 0}`,
`copiati: ${result.copied ?? 0}`,
`saltati: ${result.skipped ?? 0}`,
`non smistati: ${result.unrouted ?? 0}`,
'',
'dettagli (max 20):',
detailsText,