feat: handle duplicates with file source info (v1.0.1.1)

This commit is contained in:
2026-02-27 12:04:49 +01:00
parent a76a6766a5
commit 63cff880a5
5 changed files with 71 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ const App: React.FC<AppProps> = () => {
colorNew: "#d4edda", // light green
colorChanged: "#fff3cd", // light yellow/orange
colorDeleted: "#f8d7da", // light red
colorDuplicate: "#ff0000ff", // light orange for duplicates
});
useEffect(() => {