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 9af36b0c14
commit 47b690257e
4 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.12.0",
"version": "1.13.0",
"private": true,
"type": "module",
"scripts": {