From 41f8df36a939aa0a805bd260157d0610559481d6 Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 9 Feb 2026 17:43:21 +0300 Subject: [PATCH] =?UTF-8?q?5.1.3:=20=D0=A1=D0=B1=D1=80=D0=BE=D1=81=20?= =?UTF-8?q?=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=B2=D1=8B=D1=85=D0=BE=D0=B4=D0=B5=20=D1=81=20=D1=8D=D0=BA?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B0=20Fitbit?= 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/components/FitbitIntegration.jsx | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 61fcc87..cdb98d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.2 +5.1.3 diff --git a/play-life-web/package.json b/play-life-web/package.json index 409c192..1bf30a1 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "5.1.2", + "version": "5.1.3", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/FitbitIntegration.jsx b/play-life-web/src/components/FitbitIntegration.jsx index a6e8034..57802d8 100644 --- a/play-life-web/src/components/FitbitIntegration.jsx +++ b/play-life-web/src/components/FitbitIntegration.jsx @@ -350,10 +350,15 @@ function FitbitIntegration({ onNavigate }) { (editedBindings.floors_goal_task_id ?? null) !== (bindings.floors_goal_task_id ?? null) || (editedBindings.floors_goal_subtask_id ?? null) !== (bindings.floors_goal_subtask_id ?? null) + const handleClose = () => { + setEditedBindings(bindings) + onNavigate?.('profile') + } + if (isLoadingError && !loading) { return (
- @@ -363,7 +368,7 @@ function FitbitIntegration({ onNavigate }) { return (
-