NerdCats / WebCat

Web App for TaskCat
2 stars 1 forks source link

Warning, Error, Success Messages should be as Toast notification, not Alert Messages! #67

Open tareq89 opened 8 years ago

tareq89 commented 8 years ago

http://mdbootstrap.com/javascript/alerts/

thehoneymad commented 8 years ago

It shouldnt be for all cases. Like in case where you submit something (not login or not register) where you might need to stay in the same page, then toasts are nicer. In other cases like not loading data and empty result, then bootstrap alerts are okay.

And stay on bootstrap looking components.