feat(ui): redesign kanban columns and task cards — borderless columns, glow cards, live dots

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 00:05:05 -05:00
parent 320ef51c74
commit 5ec4ca9a62
3 changed files with 76 additions and 87 deletions

View File

@@ -143,7 +143,7 @@ export default function KanbanBoard({ tasks, isLoading, onTaskClick }: KanbanBoa
<DragOverlay>
{activeTask ? (
<div className="rotate-2 scale-105">
<div className="rotate-1 scale-[1.03] opacity-90">
<TaskCard task={activeTask} onClick={() => {}} />
</div>
) : null}