dimitriosxmi / ArtistsReferenceOrganizer

Neue Fische Capstone Project
https://artists-reference-organizer.vercel.app
0 stars 0 forks source link

Feature/us14/entry view more details #36

Closed dimitriosxmi closed 1 year ago

dimitriosxmi commented 1 year ago

Please take a moment to review this ❤️ 😊

Goal: US14 TL; DR: The details page of an entry card willl show more details now.

Deployment

! Update EntryDetails component
# Now has a Reference Link text display.
# Now has a Description text display.
# Now has a Tag list text display.

! Update BackButton component
# Now always routes to '/'.

! Update NewEntryForm component
# Fix bug when a new tag was added or
# when an existing tag was removed
# the selected tags highlighting was resetting.
RonnySteady commented 1 year ago

Hi Dimi, the link, tags, description in the updated EntryDetails component look well implemented. Cheers, Ronald