ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
464 stars 38 forks source link

Ask for confirmation before deleting all bookmarks #104

Closed ckolderup closed 1 year ago

ckolderup commented 1 year ago

Went with a simple Javascript confirm() for now; it's possible we should do a full-on modal that requires you to type a phrase or whatever.

Closes #79.