diff --git a/VERSION b/VERSION index 4351a7e..d7d8e42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.8.7 +3.8.8 diff --git a/play-life-web/package.json b/play-life-web/package.json index a6b90f0..2320fef 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.8.7", + "version": "3.8.8", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/CurrentWeek.jsx b/play-life-web/src/components/CurrentWeek.jsx index 87578d9..c1a5d89 100644 --- a/play-life-web/src/components/CurrentWeek.jsx +++ b/play-life-web/src/components/CurrentWeek.jsx @@ -8,10 +8,10 @@ function CurrentWeek({ onProjectClick, data, loading, error, onRetry, allProject // Показываем loading только если данных нет и идет загрузка if (loading && (!data || projectsData.length === 0)) { return ( -
+
-
Загрузка данных...
+
Загрузка...
) diff --git a/play-life-web/src/components/FullStatistics.jsx b/play-life-web/src/components/FullStatistics.jsx index c78ff9e..439507a 100644 --- a/play-life-web/src/components/FullStatistics.jsx +++ b/play-life-web/src/components/FullStatistics.jsx @@ -119,10 +119,10 @@ function FullStatistics({ selectedProject, onClearSelection, data, loading, erro // Показываем loading только если данных нет и идет загрузка if (loading && !chartData) { return ( -
+
-
Загрузка данных...
+
Загрузка...
) diff --git a/play-life-web/src/components/ProjectPriorityManager.jsx b/play-life-web/src/components/ProjectPriorityManager.jsx index 72fae57..d865da8 100644 --- a/play-life-web/src/components/ProjectPriorityManager.jsx +++ b/play-life-web/src/components/ProjectPriorityManager.jsx @@ -891,8 +891,11 @@ function ProjectPriorityManager({ allProjectsData, currentWeekData, shouldLoad, )} {projectsLoading && (!maxPriority.length && !mediumPriority.length && !lowPriority.length) ? ( -
- Загружаем проекты... +
+
+
+
Загрузка...
+
) : ( -
Загрузка...
+
+
+
+
Загрузка...
+
+
) } diff --git a/play-life-web/src/components/TaskList.jsx b/play-life-web/src/components/TaskList.jsx index 90bd125..2516fcf 100644 --- a/play-life-web/src/components/TaskList.jsx +++ b/play-life-web/src/components/TaskList.jsx @@ -640,7 +640,12 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, onRefresh }) { if (loading && !backgroundLoading && !hasData) { return (
-
Загрузка...
+
+
+
+
Загрузка...
+
+
) } diff --git a/play-life-web/src/components/TelegramIntegration.jsx b/play-life-web/src/components/TelegramIntegration.jsx index 63591d6..124dc42 100644 --- a/play-life-web/src/components/TelegramIntegration.jsx +++ b/play-life-web/src/components/TelegramIntegration.jsx @@ -41,8 +41,11 @@ function TelegramIntegration({ onNavigate }) { if (loading) { return ( -
-
Загрузка...
+
+
+
+
Загрузка...
+
) } diff --git a/play-life-web/src/components/TestConfigSelection.jsx b/play-life-web/src/components/TestConfigSelection.jsx index 91579a2..6510e60 100644 --- a/play-life-web/src/components/TestConfigSelection.jsx +++ b/play-life-web/src/components/TestConfigSelection.jsx @@ -154,7 +154,12 @@ function TestConfigSelection({ onNavigate, refreshTrigger = 0 }) { if (shouldShowLoading) { return (
-
Загрузка...
+
+
+
+
Загрузка...
+
+
) } diff --git a/play-life-web/src/components/TestWords.jsx b/play-life-web/src/components/TestWords.jsx index 4ed04d0..51e079a 100644 --- a/play-life-web/src/components/TestWords.jsx +++ b/play-life-web/src/components/TestWords.jsx @@ -617,7 +617,12 @@ function TestWords({ onNavigate, wordCount: initialWordCount, configId: initialC ) : (
{loading && ( -
Загрузка слов...
+
+
+
+
Загрузка...
+
+
)} {error && (
{error}
diff --git a/play-life-web/src/components/TodoistIntegration.jsx b/play-life-web/src/components/TodoistIntegration.jsx index d40f906..9234feb 100644 --- a/play-life-web/src/components/TodoistIntegration.jsx +++ b/play-life-web/src/components/TodoistIntegration.jsx @@ -121,7 +121,12 @@ function TodoistIntegration({ onNavigate }) { )} {loading ? ( -
Загрузка...
+
+
+
+
Загрузка...
+
+
) : connected ? (
diff --git a/play-life-web/src/components/WordList.jsx b/play-life-web/src/components/WordList.jsx index e4e284d..2aa2b9a 100644 --- a/play-life-web/src/components/WordList.jsx +++ b/play-life-web/src/components/WordList.jsx @@ -163,7 +163,12 @@ function WordList({ onNavigate, dictionaryId, isNewDictionary, refreshTrigger = if (loading) { return (
-
Загрузка...
+
+
+
+
Загрузка...
+
+
) }