add(ui/ux): skip conflicting entries instead of blocking the whole import

This commit is contained in:
Steppenstreuner
2026-08-29 08:18:40 +02:00
parent 4f3160d5e7
commit af5fd5deba
4 changed files with 93 additions and 20 deletions
+3
View File
@@ -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; }