| Age | Commit message (Collapse) | Author | Files | Lines |
|
Dashboard now accepts ?week= param like meal-plan and shopping-list.
Header shows prev/next arrows, an <input type="week"> picker, and a
"Today" button when browsing a past/future week. Edit Plan and Shopping
List links carry the current week so they open in sync.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Each user now has their own meal plan and shopping list. Users can
form a household (invite by username, owner can remove members) so
that shopping list generation combines all household members' plans.
DB migration preserves existing data assigned to user id=1.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Clicking "Active Recipes" on the dashboard goes to /recipes/overview,
which shows favorites and the 12 most recently added recipes as cards.
Favorites are highlighted with a red border. Stat card has a hover lift.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Full-featured weekly menu planner with:
- Recipe library with ratings, comments, cuisine/nationality, added-by attribution
- AI recipe assistant (Claude) with URL fetching and file upload
- Weekly meal plan grid with shopping list generation
- Sort by name, prep/cook time, or rating
- Print and copy-link support
- Deployed on LXC container (192.168.10.51) behind Apache reverse proxy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|