fix(fitness): exclude 0-kcal days from calorie balance stats

Average calorie balance was comparing logged-day intake against all-day
expenditure, producing a spurious deficit on weeks with untracked days.
Now restrict both sides to days with non-zero logged intake so the
subtraction compares apples to apples.
This commit is contained in:
2026-04-21 07:46:39 +02:00
parent 53f803c04c
commit dca2fa6d51
2 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.37.4",
"version": "1.37.5",
"private": true,
"type": "module",
"scripts": {