bstauff / recipe-shuffle

A simple web app to plan meals for the week.
0 stars 0 forks source link

Feature/24/recipe tagging #32

Closed bstauff closed 7 months ago

bstauff commented 7 months ago

This PR adds the ability to tag recipes with a collection of tags.

A future PR will use tags on recipes to guide meal planning for the shuffle feature.

netlify[bot] commented 7 months ago

Deploy Preview for recipe-shuffle ready!

Name Link
Latest commit 116eac8150148d7fb169ab9c1c0701b074b66ff8
Latest deploy log https://app.netlify.com/sites/recipe-shuffle/deploys/65c234e82bd1f30008bcdf37
Deploy Preview https://deploy-preview-32--recipe-shuffle.netlify.app/browser
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

bstauff commented 7 months ago

This PR implements the UI components for adding tags, but it has not yet implemented the saving of the tag data to Supabase.