Complete workplan state model cleanup

This commit is contained in:
2026-05-18 01:31:36 +02:00
parent 98b2cb6484
commit d6522a9a40
42 changed files with 789 additions and 310 deletions

View File

@@ -131,8 +131,12 @@ function _ensureStyles() {
/* ── Style maps ──────────────────────────────────────────────────────────── */
const _STATUS_STYLE = {
proposed: "background:#fef3c7;color:#92400e",
ready: "background:#e0f2fe;color:#075985",
active: "background:#d4edda;color:#155724",
blocked: "background:#f8d7da;color:#721c24",
backlog: "background:#f1f5f9;color:#64748b",
finished: "background:#cce5ff;color:#004085",
completed: "background:#cce5ff;color:#004085",
archived: "background:#e2e3e5;color:#383d41",
open: "background:#dbeafe;color:#1e40af",