STEP-Pod-Capstone-Project / Capstone-Project

https://book-book-app.appspot.com
Apache License 2.0
4 stars 0 forks source link

Book Page Link Integration #92

Closed antoniolinhart closed 4 years ago

antoniolinhart commented 4 years ago

Description

This PR focuses on the integration of the BookPage link in the other pages of the application: BookSearchTile, CreateList, ListPage and SearchBookModal.

It creates the BookDescriptionOverlay, a component used to wrap around the book image and give a description popup when the user clicks on the image.

Finishes work started in #76

Breakdown

Main Difficulties

Deciding whether to implement this as a function in each necessary class or make a new component for it.

Placing the Overlay simply on the modals, SearchBookModal and CreateList, or all pages referencing books.

Screenshot of Feature

This is the description overlay shown when clicking on a book image.

Populated Description Overlay

This is the description overlay shown when clicking on a book image with no description.

Empty Description Overlay

Linked Issue

79