feat: add recipe food detail route with hero image, favorites, and logged nutrition
All checks were successful
CI / update (push) Successful in 3m37s

Recipes logged in the food diary now link to a dedicated detail page at
/fitness/nutrition/food/recipe/{id} showing full nutritional breakdown,
hero image, and a link back to the recipe page. When opened from the
diary, the logged per100g snapshot is used; otherwise current recipe
nutrition is computed. Recipe favorites are now supported across the
favorite-ingredients API, nutrition lookup, and search endpoints.
This commit is contained in:
2026-04-08 23:08:46 +02:00
parent 9d8d1ec41f
commit 133d121f84
7 changed files with 246 additions and 11 deletions

View File

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