Skip to content

Commit 5e62bd7

Browse files
committed
Improve WEB UI
1 parent 3bf93b0 commit 5e62bd7

File tree

3 files changed

+1149
-0
lines changed

3 files changed

+1149
-0
lines changed

crates/web-ui/src/handlers.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,9 @@ fn scan_directory_for_comparison(
12901290
dir_path: &str,
12911291
options: &crate::models::DirectoryCompareOptions,
12921292
) -> Result<Vec<ComparisonFileInfo>, Box<dyn std::error::Error + Send + Sync>> {
1293+
use walkdir::WalkDir;
1294+
use std::time::SystemTime;
1295+
12931296
let mut files = Vec::new();
12941297
let base_path = Path::new(dir_path);
12951298

0 commit comments

Comments
 (0)