feat: add recipe food detail route with hero image, favorites, and logged nutrition

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 c2af12c8d7
commit 28f927126f
7 changed files with 246 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.17.1",
"version": "1.17.2",
"private": true,
"type": "module",
"scripts": {