diff --git a/VERSION b/VERSION index c84ccce..ac957df 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.5 +3.10.6 diff --git a/play-life-web/package.json b/play-life-web/package.json index 2162936..ff663c7 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.10.5", + "version": "3.10.6", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/CurrentWeek.jsx b/play-life-web/src/components/CurrentWeek.jsx index db2411a..aabba32 100644 --- a/play-life-web/src/components/CurrentWeek.jsx +++ b/play-life-web/src/components/CurrentWeek.jsx @@ -36,16 +36,6 @@ function CurrentWeek({ onProjectClick, data, loading, error, onRetry, allProject })() const hasProgressData = overallProgress !== null - - // Логирование для отладки - console.log('CurrentWeek data:', { - data, - dataTotal: data?.total, - dataProgress: data?.progress, - dataPercentage: data?.percentage, - overallProgress, - hasProgressData - }) // Получаем отсортированный список всех проектов для синхронизации цветов const allProjects = getAllProjectsSorted(allProjectsData, projectsData || []) diff --git a/play-life-web/src/components/ProjectPriorityManager.jsx b/play-life-web/src/components/ProjectPriorityManager.jsx index 01c1f6f..f4f16d0 100644 --- a/play-life-web/src/components/ProjectPriorityManager.jsx +++ b/play-life-web/src/components/ProjectPriorityManager.jsx @@ -108,8 +108,8 @@ function AddProjectScreen({ onClose, onSuccess, onError }) { className="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent" autoFocus /> - {error && ( -