Merge branch 'KIN-UI-017-frontend_dev'
This commit is contained in:
commit
992dab962a
2 changed files with 2 additions and 0 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue