quinone / password-manager

Password management application developed as a group project for college.
0 stars 0 forks source link

Add ability to edit/delete an item #49

Closed quinone closed 3 weeks ago

quinone commented 3 weeks ago

Add a link to edit at the end of each row. The link could bring you to a form similar to the create item. The field could be auto populated with their current values and allow the user to edit each one. Submitting the form would update the item. There should also be an option to delete on the page.

quinone commented 3 weeks ago

Complete