fix: include exercise calories in diet adherence calculation
All checks were successful
CI / update (push) Successful in 3m55s

Adherence was comparing intake against the flat calorie goal, ignoring
burned workout calories. Now the per-day target is goal + exercise kcal.
Also expanded workout query from 7 to 30 days to cover the full
adherence window.
This commit is contained in:
2026-04-10 07:49:48 +02:00
parent 0ae16ddd6d
commit 89b3202dc5
3 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.23.2",
"version": "1.23.3",
"private": true,
"type": "module",
"scripts": {