fuzue / seasonalfood

Seasonal Food
https://fuzue.github.io/seasonfood/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Don't remove menu button when clicking in a fruit/vegetable #59

Closed aivuk closed 1 year ago

aivuk commented 1 year ago

Currently when you click on a fruit or vegetable the top left menu icon turns in a left arrow, to be used as a back button. This is problematic because things like "About the App" or "Language selector" must be accessible anytime. Currently, the user needs to press back and then click on the menu icon. This problem is even worse if you consider sharing a link as https://fuzue.tech/seasonalfood/foodpage/clementine, because there will not be anywhere for a new user following the link a obvious place to get more information about the application.

elenavolpato commented 1 year ago

While testing the link above I noticed that when you click on a link, like the one above, ans then click on the back arrow, nothing happens. I think this may happen due to the function that is being used for the back button: navigation history. To fix this we would have to make it a link to navigate to homepage.

eduardoliron commented 1 year ago

I have proposed a solution by adding a new bar on the layout. This is not optmal but a better solution should be applied on the app redesign that is close by.