feat: add concurrency safety, caption detection, admin enhancements, and performance improvements

This commit is contained in:
2026-06-14 22:20:02 +08:00
parent 8f13c31991
commit 29fb20828e
23 changed files with 1782 additions and 114 deletions
+3
View File
@@ -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; }