add graphify-out to gitignore, fix badge for resupply_ready cascade state
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1d95bb2ab2
commit
320b365fde
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,3 +13,4 @@ node_modules/
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
.venv/
|
.venv/
|
||||||
supabase/
|
supabase/
|
||||||
|
graphify-out/
|
||||||
|
|
|
||||||
|
|
@ -58,9 +58,9 @@ const FLAG_CONFIG = {
|
||||||
weight: "font-normal",
|
weight: "font-normal",
|
||||||
icon: "○",
|
icon: "○",
|
||||||
},
|
},
|
||||||
// AMBER — in resupply window but documentation gaps block shipment
|
// AMBER — in resupply window but documentation gaps block shipment; shows same label as other action states
|
||||||
DOCS_REQUIRED: {
|
DOCS_REQUIRED: {
|
||||||
label: "Docs Required",
|
label: "Action Needed",
|
||||||
bg: "bg-[rgba(203,107,32,0.12)]",
|
bg: "bg-[rgba(203,107,32,0.12)]",
|
||||||
text: "text-[#CB6B20]",
|
text: "text-[#CB6B20]",
|
||||||
border: "border-[#CB6B20]",
|
border: "border-[#CB6B20]",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue