feat: auto-track liquids from custom meal ingredients in hydration tracker

When logging a custom meal, liquid ingredients (BLS drinks, water, beverages)
are detected and their volume stored as `liquidMl` on the food log entry.
The liquid tracker cups and list now include these meal-sourced liquids.
This commit is contained in:
2026-04-08 16:06:11 +02:00
parent a5de45f56a
commit 41a9a0828c
4 changed files with 45 additions and 12 deletions

View File

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