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) => {