feat: add liquid tracking card to nutrition page with water cups and beverage detection

Track water intake via interactive SVG cups (fill/drain animations) using
BLS Trinkwasser entries for mineral tracking. Detect beverages from food log
(BLS N-codes + name patterns) and include in liquid totals. Configurable
daily goal stored in localStorage. Cups show beverage fills (amber) as
non-removable and water fills (blue) as adjustable.
This commit is contained in:
2026-04-08 10:24:11 +02:00
parent a82430371d
commit cb35a5c3dc
4 changed files with 391 additions and 5 deletions

View File

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