CoreyWarren / coldcmerch.com

Creating a Django/React/JWT/Redux E-Commerce store for my good friends in Cold Cut. Shout out to Elmar, Lou, and Brian.
1 stars 0 forks source link

User pop-up errors for clarity. #76

Closed CoreyWarren closed 1 year ago

CoreyWarren commented 1 year ago
CoreyWarren commented 1 year ago

-> Add to Cart SUCCESS toast notifications added: https://github.com/CoreyWarren/coldcmerch.com/commit/732abc5af51241f1c2ec83b17fdb939efc282896

CoreyWarren commented 1 year ago

Consider adding FAILed add to cart toasts.

CoreyWarren commented 1 year ago

Added Failed Add To Cart toasts. Remaining toasts:

CoreyWarren commented 1 year ago

Let's skip the Remove From Cart errors for now. It's going to be difficult to implement those toasts, and also somewhat unnecessary at this point, because most of the page refreshes anyways upon cart item removal, giving a visual indicator to the user as to what just happened. Also, I'm quite tired of seeing this, seeing as I've implemented toasts many many pushes ago.