the-collab-lab / tcl-65-smart-shopping-list

1 stars 1 forks source link

concern: how to confirm if users are sure they want to delete an item? #30

Open patty-rose opened 1 year ago

patty-rose commented 1 year ago

Right now we're using a window.confirm() pop up to confirm whether a user really wants to delete an item. Do we want to do this a different way? from Isaiah during issue 11: "maybe in the future when we do styling we can decide whether a JS dialog box is enough or if we wanted a custom delete confirmation box?"