zznicole / shopping-list

Ourshoppinglist is a Mobile-first Web application project. It was created by a team of two developers, using modern Javascript, ES6, React.js,Node.js DBOO database, Material UI, Arios......
0 stars 0 forks source link

Confirmation on Delete list #22

Closed kft-a closed 3 years ago

kft-a commented 3 years ago

When pressing the delete button on a list, there should be a confirmation question. Not needed on delete of tobuy items.

kft-a commented 3 years ago

An alternative is that no delete buttons are shown normally, and there is a 'master' delete at the top or somewhere, which, when pressed, make the current delete buttons visible.

zznicole commented 3 years ago

This issue in Listsscreen.js is solved. When the user clicks the delete icon, the confirmation options pop up, then the list is deleted when user click on ok, or the list is not deleted if user click on cancel.