From bd7a7d96fe5625741d8c6c8b58cf50a2a93dd91c Mon Sep 17 00:00:00 2001 From: DCCONSTRUCTIONS Date: Mon, 20 Apr 2026 08:32:27 +0300 Subject: [PATCH] =?UTF-8?q?UI=20-=20=D0=9C=D0=95=D0=96=D0=9F=D0=A0=D0=9E?= =?UTF-8?q?=D0=95=D0=9A=D0=A2=D0=9D=D0=90=D0=AF=20=D0=9A=D0=9E=D0=9C=D0=9C?= =?UTF-8?q?=D0=A3=D0=9D=D0=98=D0=9A=D0=90=D0=A6=D0=98=D0=AF:=20=D0=B2?= =?UTF-8?q?=D1=8B=D1=80=D0=B0=D0=B2=D0=BD=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B3=D0=B5=D0=BE=D0=BC=D0=B5=D1=82=D1=80=D0=B8=D0=B8?= =?UTF-8?q?=20=D0=BA=D0=B0=D1=80=D1=82=D0=BE=D1=87=D0=B5=D0=BA=20=D0=B2?= =?UTF-8?q?=D0=BD=D1=83=D1=82=D1=80=D0=B5=D0=BD=D0=BD=D0=B5=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D1=83=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kanban/internal-contour-card.tsx | 110 +++++++++--------- 1 file changed, 57 insertions(+), 53 deletions(-) diff --git a/plane-src/apps/web/core/components/issues/issue-layouts/kanban/internal-contour-card.tsx b/plane-src/apps/web/core/components/issues/issue-layouts/kanban/internal-contour-card.tsx index ecc996b..ec08e56 100644 --- a/plane-src/apps/web/core/components/issues/issue-layouts/kanban/internal-contour-card.tsx +++ b/plane-src/apps/web/core/components/issues/issue-layouts/kanban/internal-contour-card.tsx @@ -108,68 +108,72 @@ export const InternalContourKanbanCard = observer(function InternalContourKanban ); return ( -
-
- {quickActions({ - issue, - parentRef: cardRef, - customActionButton, - })} - updateIssue?.(issue.project_id ?? null, issue.id, { priority })} - disabled={isReadOnly || !updateIssue} - button={ -
- -
- } - /> - updateIssue?.(issue.project_id ?? null, issue.id, { state_id: stateId })} - disabled={isReadOnly || !updateIssue} - button={ -
- +
+
+
+
+
- } - /> -
+
{creatorName}
+
-
- -
-
{creatorName}
-
{sourceContourName}
+
+ {quickActions({ + issue, + parentRef: cardRef, + customActionButton, + })} + updateIssue?.(issue.project_id ?? null, issue.id, { priority })} + disabled={isReadOnly || !updateIssue} + button={ +
+ +
+ } + /> + updateIssue?.(issue.project_id ?? null, issue.id, { state_id: stateId })} + disabled={isReadOnly || !updateIssue} + button={ +
+ +
+ } + /> +
+
+ +
+ {sourceContourName}
-
+
{issue.name}
-
+