add(ui/ux): skip conflicting entries instead of blocking the whole import
This commit is contained in:
@@ -62,6 +62,9 @@ button:disabled { opacity: 0.6; cursor: default; }
|
||||
tr.row-running { background: rgba(90, 140, 220, 0.12); }
|
||||
tr.row-done { background: rgba(80, 170, 110, 0.12); }
|
||||
tr.row-failed { background: rgba(200, 90, 90, 0.14); }
|
||||
tr.row-conflict { background: rgba(200, 90, 90, 0.14); }
|
||||
td.state.conflict { color: #e08585; }
|
||||
#conflict-dialog .series-list label { flex-direction: column; align-items: flex-start; gap: 0.1rem; }
|
||||
td.state { white-space: nowrap; font-size: 0.85rem; }
|
||||
td.state.done { color: var(--ok); }
|
||||
td.state.failed { color: #e08585; }
|
||||
|
||||
Reference in New Issue
Block a user