Confirmation of delete contact
Closed this issue · 2 comments
natea commented
When you click the "delete" link in the contacts list, the contact is deleted immediately. We should really have a confirmation popup to make sure the user really wants to delete that contact.
Check out http://twitter.github.com/bootstrap/javascript.html#modal and click on the red "Launch model" button to see one possible way to do this confirmation dialog.
teddywing commented
Fixed. Added a JS confirm box to allow users to confirm deletion.
natea commented
Cool, could you add one of the modal dialogs that ships with Twitter Bootstrap? It would look better than using the plainjane one. http://twitter.github.com/bootstrap/javascript.html#modal