Merge branch 'KIN-UI-017-frontend_dev'

This commit is contained in:
Gros Frumos 2026-03-18 21:53:07 +02:00
commit 992dab962a
2 changed files with 2 additions and 0 deletions

View file

@ -107,6 +107,7 @@ function statusColor(s: string) {
const m: Record<string, string> = {
pending: 'gray', in_progress: 'blue', review: 'yellow',
done: 'green', blocked: 'red', decomposed: 'purple', cancelled: 'gray',
revising: 'orange',
}
return m[s] || 'gray'
}