GUBookSociety / uofg-book-society-website

A website created with Angular for the Glasgow University Book Society. (IN DEVELOPMENT)
1 stars 0 forks source link

Confirmation for delete book #48

Open LukeGall opened 4 years ago

LukeGall commented 4 years ago

Can currently delete a book with one click This can lead to books being deleted by mistake so should have a confirm delete button to reduce this chance

Once delete is clicked a new button should appear Using *ngIf a new button should appear that allows user's to confirm the deletion of a book after the initial delete button click, this can be stored to the right of the delete button and only appears after the delete button is clicked and should maybe have a timeout or disappear if anything else is clicked?