From 22e6bdf8b8a67ef9f6d76b17fc262a988a4caf6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Tue, 12 May 2026 10:19:21 +0300 Subject: [PATCH] =?UTF-8?q?feat(redesign):=20Task=2016=20=E2=80=94=20Kanba?= =?UTF-8?q?nView=20StatusPill=20+=20hover=20lift=20(motion=20#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .../js/components/kanban/KanbanCard.vue | 7 +++- .../js/components/kanban/KanbanColumn.vue | 2 +- app/tests/Frontend/KanbanRedesign.spec.ts | 39 +++++++++++++++++++ 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 app/tests/Frontend/KanbanRedesign.spec.ts diff --git a/app/resources/js/components/kanban/KanbanCard.vue b/app/resources/js/components/kanban/KanbanCard.vue index 375c14a5..f0a28f68 100644 --- a/app/resources/js/components/kanban/KanbanCard.vue +++ b/app/resources/js/components/kanban/KanbanCard.vue @@ -18,7 +18,12 @@ function formatCost(cost: number): string {