jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 0 forks source link

Add warning before delete #155

Closed bbelderbos closed 6 months ago

bbelderbos commented 6 months ago

I noticed that delete button click does not warn you, so quick fix (before htmx refactoring would be to add an onclick:

Something like:

<input class="btn btn-danger btn-sm" type="submit" value="Delete" onclick="return confirm('Are you sure you want to delete this item?');" />