Show current status pill on Kanban task cards

This commit is contained in:
OpenClaw Bot 2026-02-19 23:56:13 -06:00
parent 301156a4ea
commit 54a1a97e32

View File

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