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:
Janpeter Visser 2026-05-05 23:10:48 +02:00
parent deb70a9e20
commit 273735384a

View file

@ -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> = {