Show current status pill on Kanban task cards
This commit is contained in:
parent
301156a4ea
commit
54a1a97e32
@ -242,6 +242,9 @@ function KanbanTaskCard({
|
||||
|
||||
<div className="flex items-center justify-between text-xs">
|
||||
<div className="flex items-center gap-2">
|
||||
<Badge variant="secondary" className="bg-slate-800 text-slate-300 text-[10px] uppercase tracking-wide">
|
||||
{formatStatusLabel(task.status)}
|
||||
</Badge>
|
||||
<span className={priorityColors[task.priority]}>
|
||||
{task.priority}
|
||||
</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user