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.
I had to reestructurate the whole app in order to use a functional navbar:
I changed a little bit how Images display, tell me what you think, we can improve this in the future, but I mainly did this to have all cards with the same size. We should also look into cropping image instead of resizing it when it has a fixed value.
I am not sure if we want Recipe Detail to look exactly like this with the new setup. @xvxnoah
Navbar is a component, if a main page component, such as login, does not need a navbar, it can be specified by not adding the component in the route. Here's a quick example:
@ivanmansilla Remember to put a return arrow in Recipe Detail. It should navigate back to the previous screen, NOT FEED. This also applies to Log in, we should change it in the future.