From 25f0c2697a8e154261820ed763a446969d5701bb Mon Sep 17 00:00:00 2001 From: poignatov Date: Thu, 29 Jan 2026 18:18:36 +0300 Subject: [PATCH] =?UTF-8?q?4.4.1:=20=D0=98=D0=BA=D0=BE=D0=BD=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BC=D0=BE=D0=BB=D0=BD=D0=B8=D0=B8=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B4=D0=B0=D1=87-=D0=B6=D0=B5=D0=BB=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/TaskList.css | 10 +++++ play-life-web/src/components/TaskList.jsx | 55 +++++++++++++---------- 4 files changed, 44 insertions(+), 25 deletions(-) diff --git a/VERSION b/VERSION index fdc6698..cca25a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.0 +4.4.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index ce2dc84..1141105 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "4.4.0", + "version": "4.4.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskList.css b/play-life-web/src/components/TaskList.css index cb05b58..61fc64f 100644 --- a/play-life-web/src/components/TaskList.css +++ b/play-life-web/src/components/TaskList.css @@ -106,6 +106,16 @@ z-index: 1; } +.task-checkmark-wishlist-lightning-icon { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + color: #9ca3af; + pointer-events: none; + z-index: 1; +} + .task-name-container { flex: 1; display: flex; diff --git a/play-life-web/src/components/TaskList.jsx b/play-life-web/src/components/TaskList.jsx index 16ee4b4..1665b2e 100644 --- a/play-life-web/src/components/TaskList.jsx +++ b/play-life-web/src/components/TaskList.jsx @@ -557,22 +557,35 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, error, onRetry ) : isWishlist ? ( - - - - - - - + <> + + + + + + + {task.auto_complete && ( + + + + )} + ) : ( @@ -582,14 +595,10 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, error, onRetry {task.auto_complete && !isTest && !isWishlist && (