Draft
Conversation
…d edit profile Refactored some error messages for edit profile
Copied all necessary information from Ingredient Screen. Added ability to filter recipe query.
This was
linked to
issues
Dec 3, 2022
Added the instruction step through page availability
…age not redirecting to the verification screen
…tanding Fixed some issues with the recipe feed
Current bugs: recipe feed not appending to the end of the feed with new recipes correctly individual recipe screen not waiting to build until all recipe data is fetched from database
# Conflicts: # lib/screens/IngredientScreen.dart # lib/screens/StartupScreen.dart
Fixed filters for recipe feed Updated recipe feed for proper futurebuilder
…required ingredients Added alert for when user want to add ingredients to the shopping cart Minor fixes
Changed format of API functions
Fixed ingredient Tiles not showing correctly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added the UI for the recipe page, as well as connect the API to it. Same general framework as the Ingredient screen and will continue to update with changes as it is worked on.