-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement : don't block the ui when an operation is succeed #25
Comments
Noty is a nice plugin. It's ok for me, but I believe we have to force user to click OK button for some important messages (errors e.g.) to be sure he got the message. Anyway, this enhancement should take the lowest priority. |
@fabriceci : set |
If I got @fabriceci right, he wants to display notifications with the help of |
First, I wanted to be sure @fabriceci knew about Noty is nice but does not handle prompting user input (which is needed and now handled with impromptu library). Both functionalities are useful and indeed, it would be great to have confirmation messages less intrusive ... but as you said before, it does not appear to me as a priority. A switch to a library handling both prompt dialog box and notifications would be perfect. According to me, alertify.js is more appropriate but is no more maintained ... Right now, it would be useful to set |
Sweet Alert is pretty awesome for blocking alerts and dialogs. I've been using it and love it. But I have been looking for a nonblocking alerting library for awhile with no luck. I would like to find something that slides in alerts on the bottom right and then fades them out like facebook does, so I'll be following this conversation to see what y'all come up with :) |
Didn't know Sweet alert ... Nice. |
New notifications have implemented based on alertify plugin with my modifications: @simogeo @fabriceci @jlaustill |
excellent ! great |
When you successfully do something (delete a file, add a file) there is a success message box that blocks the ui and force to click on the OK button (and just after the fm refresh the ui).
It will be better to have instead an instant refresh and a notification that disappears automatically after x seconds without blocking anything. (something like that).
The text was updated successfully, but these errors were encountered: