intermittent commit

This commit is contained in:
2026-07-14 13:22:10 +02:00
parent 3f0b14a726
commit 2e593b7fa4
31 changed files with 3523 additions and 1672 deletions

View File

@@ -95,8 +95,8 @@ const stateColors: Record<FlowState, string> = {
active: "var(--blue)",
locked: "var(--line-dark)",
running: "var(--blue)",
partial: "#9b86c7",
stale: "#9b86c7",
partial: "var(--review-flow-purple)",
stale: "var(--review-flow-purple)",
pending: "var(--muted)"
};