feat: add concurrency safety, caption detection, admin enhancements, and performance improvements
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
.status-success { background:var(--success-bg); color:#388e3c; }
|
||||
.status-running { background:var(--info-bg); color:#1976d2; }
|
||||
.status-failed { background:var(--danger-bg); color:var(--danger-bright); }
|
||||
.status-queued { background:#fff8e1; color:#8a6d3b; }
|
||||
.status-stale { background:var(--border); color:var(--ink-muted); }
|
||||
.task-reindex { background:#fff3e0; color:#e65100; }
|
||||
.time-cell { white-space:nowrap; color:var(--ink-light); }
|
||||
.error-cell { max-width:200px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:var(--danger-bright); font-size:.8rem; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user