Complete workplan state model cleanup
This commit is contained in:
parent
98b2cb6484
commit
d6522a9a40
42 changed files with 789 additions and 310 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue