From ac34f480be316010853927f334b68b52d6d0b32e Mon Sep 17 00:00:00 2001 From: Play Life Bot Date: Fri, 2 Jan 2026 17:52:54 +0300 Subject: [PATCH] Fix scroll issue in project priorities list (v2.8.1) --- VERSION | 2 +- play-life-web/src/App.jsx | 4 ++-- .../src/components/ProjectPriorityManager.jsx | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 834f262..dbe5900 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.0 +2.8.1 diff --git a/play-life-web/src/App.jsx b/play-life-web/src/App.jsx index 0037d63..107e9d1 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 && ( -
+
)} {projectsError && (!maxPriority.length && !mediumPriority.length && !lowPriority.length) && ( -
+
Не удалось загрузить проекты
{projectsError} @@ -895,7 +895,7 @@ function ProjectPriorityManager({ allProjectsData, currentWeekData, shouldLoad, )} {projectsLoading && (!maxPriority.length && !mediumPriority.length && !lowPriority.length) ? ( -
+
Загружаем проекты...
) : ( @@ -906,7 +906,7 @@ function ProjectPriorityManager({ allProjectsData, currentWeekData, shouldLoad, onDragEnd={handleDragEnd} onDragCancel={handleDragCancel} > -
+
p.name)} strategy={verticalListSortingStrategy}>