You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think <Notification> is a direct replacement for angular-toastr. Also, IMO it's less annoying - Message is always shown on middle-top part of screen and therefore attracts more attention (especially when there are 2-3 messages at the same time - sometimes it happens in Redash).
It seems that Notification is supposed to be used with lighter messages like "Query Saved" while Notification is for longer stuff, like -- "Test Connection failed, here's the details: ...".
But if Notification "works" with short content as well, then probably best to have only one.
<Notification>
or<Message>
, maybe both?).toastr
with one of the above.angular-toastr
from dependencies.The text was updated successfully, but these errors were encountered: