From caa8ac6ebb49faf6e4d8e53603dd0fde432c1859 Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 17 Mar 2026 10:19:31 +0300 Subject: [PATCH] =?UTF-8?q?6.19.1:=20=D0=A4=D0=B8=D0=BA=D1=81=20=D1=81?= =?UTF-8?q?=D0=B1=D1=80=D0=BE=D1=81=D0=B0=20=D1=81=D0=BA=D1=80=D0=BE=D0=BB?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=B2=20=D1=81=D1=82=D0=B0=D1=82=D0=B8=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/App.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 74c926a..60a019c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.19.0 +6.19.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index f4b369f..110da31 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.19.0", + "version": "6.19.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/App.jsx b/play-life-web/src/App.jsx index da7bc1e..4422b41 100644 --- a/play-life-web/src/App.jsx +++ b/play-life-web/src/App.jsx @@ -1250,7 +1250,7 @@ function AppContent() { loading={fullStatisticsLoading} error={fullStatisticsError} todayEntries={todayEntriesData} - todayEntriesLoading={todayEntriesLoading || todayEntriesBackgroundLoading} + todayEntriesLoading={todayEntriesLoading} todayEntriesError={todayEntriesError} onRetryTodayEntries={() => fetchTodayEntries(false, selectedProject, null)} fetchTodayEntries={fetchTodayEntries}