8BitBargains / 8bitBargains

An eCommerce platform for classic video games
https://fsa-8bitbargains.herokuapp.com/
MIT License
3 stars 0 forks source link

CART -- Minor bug-fixes and implementation details #52

Open ianmichaeld opened 6 years ago

ianmichaeld commented 6 years ago
donleistman commented 6 years ago

The navbar not updating issue is related to how Semantic-UI handles 'active' nav elements -- with state. Right now it's local state on the navbar component -- it would be nice to find a solution that maybe avoids adding the state to our Redux store. Or maybe that's the easiest way -- in any case, its low priority for now.

Best "solution" may be to NOT redirect to the cart after we add an item, but rather have a visual indicator that something was added from the Browse view -- such as a number updating on the cart button, and/or a popup box near the cart showing the item we added and letting us update quantity.