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}>