feat: handle duplicates with file source info (v1.0.1.1)
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user