From 99b0eba701b0c201c97ef6a114e86b38f67c1148 Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 10 Mar 2026 16:12:39 +0300 Subject: [PATCH] =?UTF-8?q?6.6.3:=20=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F=20=D0=B6=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BF=D1=80=D0=B8=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D1=87=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/TaskDetail.css | 14 +------------- play-life-web/src/components/TaskDetail.jsx | 12 ++---------- play-life-web/src/components/WishlistDetail.jsx | 1 + 5 files changed, 6 insertions(+), 25 deletions(-) diff --git a/VERSION b/VERSION index 28179fc..e411592 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.2 +6.6.3 diff --git a/play-life-web/package.json b/play-life-web/package.json index 3d2477f..33217ad 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.6.2", + "version": "6.6.3", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskDetail.css b/play-life-web/src/components/TaskDetail.css index 56eced9..eec4998 100644 --- a/play-life-web/src/components/TaskDetail.css +++ b/play-life-web/src/components/TaskDetail.css @@ -480,22 +480,10 @@ font-weight: 500; } -.task-wishlist-link-button { - background: none; - border: none; +.task-wishlist-link-name { color: #6366f1; font-size: 0.95rem; font-weight: 500; - cursor: pointer; - padding: 0.25rem 0.5rem; - border-radius: 4px; - transition: all 0.2s; - text-decoration: underline; margin-left: auto; } -.task-wishlist-link-button:hover { - background-color: rgba(99, 102, 241, 0.1); - text-decoration: none; -} - diff --git a/play-life-web/src/components/TaskDetail.jsx b/play-life-web/src/components/TaskDetail.jsx index b1e6186..27e98e1 100644 --- a/play-life-web/src/components/TaskDetail.jsx +++ b/play-life-web/src/components/TaskDetail.jsx @@ -790,17 +790,9 @@ function TaskDetail({ taskId, onClose, onRefresh, onTaskCompleted, onNavigate }) Связано с желанием: - + )} diff --git a/play-life-web/src/components/WishlistDetail.jsx b/play-life-web/src/components/WishlistDetail.jsx index 3e5d034..f86d186 100644 --- a/play-life-web/src/components/WishlistDetail.jsx +++ b/play-life-web/src/components/WishlistDetail.jsx @@ -374,6 +374,7 @@ function WishlistDetail({ wishlistId, onNavigate, onRefresh, boardId, onClose, p if (onNavigate) { onNavigate('wishlist') } + onClose?.() } const handleDeleteTask = async (e) => {