From cdd10d50c048584051de31eab9a178b55fd836a2 Mon Sep 17 00:00:00 2001 From: poignatov Date: Wed, 4 Feb 2026 14:17:03 +0300 Subject: [PATCH] =?UTF-8?q?4.13.4:=20=D0=9A=D0=BB=D0=B8=D0=BA=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D1=83?= =?UTF-8?q?=20=D1=80=D0=B0=D1=81=D0=BA=D1=80=D1=8B=D0=B2=D0=B0=D0=B5=D1=82?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D0=B8?= 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 | 13 +++++++++++++ play-life-web/src/components/TaskList.jsx | 11 +++++++++-- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 89c318c..32d3e23 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.13.3 +4.13.4 diff --git a/play-life-web/package.json b/play-life-web/package.json index e576897..329d573 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "4.13.3", + "version": "4.13.4", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskList.css b/play-life-web/src/components/TaskList.css index 541836d..ce19dac 100644 --- a/play-life-web/src/components/TaskList.css +++ b/play-life-web/src/components/TaskList.css @@ -551,6 +551,19 @@ justify-content: space-between; } +.project-group-header-clickable { + cursor: pointer; + padding: 0.5rem; + margin: -0.5rem -0.5rem -0.5rem -0.5rem; + margin-bottom: 0.5rem; + border-radius: 0.375rem; + transition: background-color 0.2s; +} + +.project-group-header-clickable:hover { + background-color: #f9fafb; +} + .project-group-title { font-size: 1.125rem; font-weight: 600; diff --git a/play-life-web/src/components/TaskList.jsx b/play-life-web/src/components/TaskList.jsx index 82d9ef9..1e89d29 100644 --- a/play-life-web/src/components/TaskList.jsx +++ b/play-life-web/src/components/TaskList.jsx @@ -913,12 +913,19 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, error, onRetry return (
-
+
toggleCompletedExpanded(projectName) : undefined} + title={hasCompleted ? (isCompletedExpanded ? 'Скрыть выполненные' : 'Показать выполненные') : undefined} + >

{projectName}

{hasCompleted && (