feat: implement recipe management features including create and edit functionality#17
feat: implement recipe management features including create and edit functionality#17
Conversation
…functionality - Added screens for creating and editing recipes. - Implemented validation for recipe forms. - Integrated saved food management with the ability to list, create, and update saved foods. - Enhanced the food search functionality to include saved foods. - Updated theme constants for recipe tools. - Added actionlint script for workflow linting.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Updates to Preview Branch (feat/food-editor) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
There was a problem hiding this comment.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on December 3
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
fixes remaining bugs
|
🎉 This PR is included in version 0.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Note
Add saved foods (recipes) with create/edit/list UI, integrate them into food search, and add Supabase schema plus actionlint pre-commit.
app/(tabs)/tools/recipes/index.tsx,create.tsx,edit.tsxwith validation and nutrition field handling.app/(tabs)/tools/_layout.tsxand add tool card inapp/(tabs)/tools/index.tsx.app/food-search.tsx(local search, combined list, loading indicator, "Yours" badge).services/foods.tsfor listing/creating/updating/getting foods and mapping toFoodItem.types/index.tswithSavedFoodmodels and inputs.public.foodstable and RLS policies; add nutrition columns via migrations20251129120000_*.toolCardRecipesaccent to palettes inconstants/theme.ts.book.closed.fillincomponents/ui/icon-symbol.tsx.actionlintscript and hook (scripts/actionlint.mjs,.husky/pre-commit) and devDependency; update package metadata.Written by Cursor Bugbot for commit 8009e29. This will update automatically on new commits. Configure here.