wesonweb / houseyourplants_app

0 stars 0 forks source link

adds modal dialog for user to confirm deletion #32

Closed wesonweb closed 7 months ago

wesonweb commented 7 months ago

Delete confirmation dialog modal

This PR adds a modal so that the admin user must confirm their intent to delete a plant from the database.

There are various libraries that provide this functionality (such as headless UI and Google's Material Design) but as the modal will only be used in this use case I decided to code it.

Screenshot 2024-02-06 at 15 20 59

This closes #28