From 7889922d9b3445bac11b6e5d3c47e87fbb5ff15d Mon Sep 17 00:00:00 2001 From: poignatov Date: Fri, 13 Mar 2026 22:05:05 +0300 Subject: [PATCH] =?UTF-8?q?6.16.4:=20=D0=A1=D0=B8=D0=BD=D1=8F=D1=8F=20?= =?UTF-8?q?=D0=BE=D0=B1=D0=B2=D0=BE=D0=B4=D0=BA=D0=B0=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D1=80=D0=B0=D0=B7=D0=B1=D0=BB=D0=BE=D0=BA=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=B6=D0=B5=D0=BB=D0=B0?= =?UTF-8?q?=D0=BD=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/CurrentWeek.css | 5 +++++ play-life-web/src/components/CurrentWeek.jsx | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 7030011..f3472f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.16.3 +6.16.4 diff --git a/play-life-web/package.json b/play-life-web/package.json index 0b85e6e..38405f7 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.16.3", + "version": "6.16.4", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/CurrentWeek.css b/play-life-web/src/components/CurrentWeek.css index bf28cd4..92eec59 100644 --- a/play-life-web/src/components/CurrentWeek.css +++ b/play-life-web/src/components/CurrentWeek.css @@ -416,3 +416,8 @@ .mini-wish-image.ready { border: 2px solid #3b82f6; } + +/* Синяя обводка для готового WishRowCard */ +.wish-row-image.ready { + border: 2px solid #3b82f6; +} diff --git a/play-life-web/src/components/CurrentWeek.jsx b/play-life-web/src/components/CurrentWeek.jsx index 7d6c4b9..41fdbf8 100644 --- a/play-life-web/src/components/CurrentWeek.jsx +++ b/play-life-web/src/components/CurrentWeek.jsx @@ -208,7 +208,7 @@ function WishRowCard({ wish, onClick, pendingScoresByProject = {}, position, min return (
-
+
{wish.image_url ? ( {wish.name} ) : (