From 01e8b3468cb9535fa39e8bbe4e2d264ae5c3b39e Mon Sep 17 00:00:00 2001 From: Play Life Bot Date: Fri, 2 Jan 2026 18:05:02 +0300 Subject: [PATCH] Fix scroll calculation for project priorities list (v2.8.2) --- VERSION | 2 +- play-life-web/src/App.jsx | 4 ++-- play-life-web/src/components/ProjectPriorityManager.jsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index dbe5900..1817afe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.1 +2.8.2 diff --git a/play-life-web/src/App.jsx b/play-life-web/src/App.jsx index 107e9d1..0037d63 100644 --- a/play-life-web/src/App.jsx +++ b/play-life-web/src/App.jsx @@ -397,7 +397,7 @@ function AppContent() { return (
-
+
{loadedTabs.current && (
@@ -414,7 +414,7 @@ function AppContent() { )} {loadedTabs.priorities && ( -
+
item.name === activeId) return ( -
+
{onNavigate && (