This PR focuses on adding a modal to the Booklist page which allows the user to update the Booklist's name or delete it.
This modal serves as a base for future update functionality we would like to add to the Booklist in the future, like possibly changing the current owner.
Breakdown
Create a Modal with a text box for the Booklist's name
Ensure that the update button cannot be submitted if it is empty
Ensure that updating the name of the list or deleting the list properly updates the left sidebar
Minor fix
Ensure the delete book prop gets passed properly to the BookSearchList
Screenshot of Feature
Booklist Modal Workflow - creating an empty Booklist, renaming, then deleting.
Description
This PR focuses on adding a modal to the Booklist page which allows the user to update the Booklist's name or delete it.
This modal serves as a base for future update functionality we would like to add to the Booklist in the future, like possibly changing the current owner.
Breakdown
Screenshot of Feature
Booklist Modal Workflow - creating an empty Booklist, renaming, then deleting.
Booklist before it has been updated
The Booklist manage modal
The Booklist after it has been updated