princid / Expense-Tracker

The objective of this project was to create an interactive and completely responsive Expense Tracker website which allows the user to track all of their expenses and income.
https://expense-tracker-psg.herokuapp.com/
MIT License
18 stars 20 forks source link

[ #27 ] Added a confirmation popup dialog before deleting a transaction #29

Closed kannananil closed 1 year ago

kannananil commented 1 year ago

Previously when a user tries to delete a transaction it will be directly deleted without asking for any confirmation. But it could lead to delete some entries unintentionally if a user clicks on the delete button.

As per the new implementation a pop dialog will come with a "Cancel" and "Delete" button when a user tries to delete.

Screenshot 2022-10-18 at 2 16 42 PM

Corresponding issue - #27

kannananil commented 1 year ago

@princid Could you review this pull request