feat(T-573): SKIPPED-badge styling in admin jobs-table
Italic, neutrale grijstint die SKIPPED visueel onderscheidt van CANCELLED (zelfde grijstint, maar non-italic) en van FAILED (rood). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
deb70a9e20
commit
273735384a
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ const STATUS_CLASS: Record<string, string> = {
|
|||
DONE: 'bg-status-done text-white border-transparent',
|
||||
FAILED: 'bg-priority-high text-white border-transparent',
|
||||
CANCELLED: 'bg-muted text-muted-foreground',
|
||||
SKIPPED: 'bg-muted/60 text-muted-foreground italic border-transparent',
|
||||
}
|
||||
|
||||
const KIND_LABEL: Record<string, string> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue