hanseaston / pandemic-produce-delivery-project

An open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. The project is no longer actively maintained, but feel free to fork and use for your own purpose!
MIT License
26 stars 38 forks source link

Closing the shopping cart when clicking outside the cart #18

Open hanseaston opened 4 years ago

hanseaston commented 4 years ago

Right now, once the shopping cart is open, we need to click the shopping cart icon again to reclose it. I don't think it will be a good user experience because some users might not know that you need to click the icon in order to close it again. I think it would be better to be able to close the cart whenever the user clicks outside the shopping cart area.

Screen Shot 2020-08-09 at 8 11 41 AM

Any other ideas on how to improve the user experience?

felizj17 commented 4 years ago

may I?

neverdue commented 4 years ago

Hey @felizj17 If you want you can make a new branch on your fork and fix the issue, then go ahead and make a pull request. It will then be merged after review!

hanseaston commented 4 years ago

yes go ahead!!

SorviusN commented 3 years ago

Has this already been fixed?

hanseaston commented 3 years ago

Has this already been fixed?

This hasn't been fixed, go ahead!

SorviusN commented 3 years ago

Almost finished with this - I will PR soon!