feat: quick-log sidebar with favorites and recent foods

Desktop sidebar (1600px+) for one-click food logging with inline amount
input. Favorites and recent items (last 3 days) shown with meal type
auto-selected by time of day. New /api/nutrition/lookup endpoint for
exact source+id food data retrieval. Parent container width override
via JS class toggle for reliable SvelteKit client-side navigation.
This commit is contained in:
2026-04-08 20:30:11 +02:00
parent 54b3bc6309
commit 54baf9eddb
3 changed files with 366 additions and 4 deletions

View File

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