Issues
- 0
- 0
recipes need to be added inside recipedata.ts
#8 opened by 2salted - 0
top weekly recipe container needs padding top 30
#10 opened by 2salted - 0
need to figure out how to dynamically render a page when a certain page is clicked it sets the params to the proper clicked component
#11 opened by 2salted - 0
when nothing is showing in search options a "nothing found" implementation is necessary
#9 opened by 2salted - 0
top weekly recipes must not show when list items is rendered, list items and weekle recipes should both not show when search query does not match anything
#5 opened by 2salted - 0
when mapping list items it does not show the proper items (if you type grilled cheese it will only show grilled cheese but if i type potato it'll show both) this behavior is not right and needs immediate attention
#6 opened by 2salted - 2
inside ItemList.tsx component I can't access any of the objects propreties (.title, .titleDescription)
#7 opened by 2salted - 0
mapping recipe data to list not working properly
#4 opened by 2salted - 0
- 0
titledescription from recipeData isn't being displayed proprely when mapped in listItems (the text isnt starting where it should and seems to be overlapping)
#2 opened by 2salted - 0
when running mobile I get "This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition."
#1 opened by 2salted