ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

Warn User before they Delete their Profile #193

Open ChaelCodes opened 5 months ago

ChaelCodes commented 5 months ago

Pop up a little confirm text before a user deletes their Profile.

Rails 7 deprecated data: { confirm: "Are you sure?" } - we need a new method. https://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-button_to

ChaelCodes commented 5 months ago

I'll add some more detail here about what we're doing currently, and the helper to get the buttons in later. If you can find it yourself, feel free to pick this issue up before I add those references.