daniel-bell / hush

A client-side encrypted chat application
MIT License
0 stars 0 forks source link

Friendship Delete Modal Confirmation #25

Open daniel-bell opened 10 years ago

daniel-bell commented 10 years ago

Currently to prevent accidentally deleting relationships, a JavaScript confirm dialogue is spawned for the user to click through. However web browsers can block these dialogues if the user clicks a checkbox; this could possibly break the feature.

Replacing this confirm dialogue with a modal window, similar to Github's delete repository confirmation, would both fix this issue and add an extra layer of manual confirmation to the process.