Skip to content
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

Warn the user (without a window.confirm) when performing big/unsafe tasks #8

Open
lukeschafer opened this issue Oct 9, 2014 · 0 comments

Comments

@lukeschafer
Copy link
Contributor

We need to warn before they do something destructive like delete messages/entities. At the moment, some of these have window.confirm, which is a bit lame.

Also, doing any operation on a large queue/subscription can be really bad - it has to iterate all messages to do what it needs to do.

jafin added a commit to jafin/SbManager that referenced this issue Feb 1, 2016
Remove Angular-Flash use the AngularUI messages.
Remove old jquery 2.1.0 (project is referencing 2.1.4) and Jquery 1.9.1 Intellisense
Swaped the dialog in Home with the AngularIsh version
Swaped jquery calls in home with angular $http calls.
jafin added a commit to jafin/SbManager that referenced this issue Feb 1, 2016
Remove Angular-Flash use the AngularUI messages.
Remove old jquery 2.1.0 (project is referencing 2.1.4) and Jquery 1.9.1 Intellisense
Swaped the dialog in Home with the AngularIsh version
Swaped jquery calls in home with angular $http calls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant