dimitriosxmi / ArtistsReferenceOrganizer

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

Feature/us16/entry overview some details #38

Closed dimitriosxmi closed 1 year ago

dimitriosxmi commented 1 year ago

Please take a moment to review this ❤️ 😊

Goal: US16 TL; DR: Entry preview cards now show an icon and the tag cards (basically just some updated styling)

Deployment

+ Add ImageIcon svg
! Update components/svgs/index.js
# Export the added svg.

! Update EntryPreview
# Update styling from flex to grid.
# Display ImageIcon svg.
# Display Entry tags.

! Update entries.js api page
# Populate the entryTags on every GET method handling.

! Updated EntryForm component
# Fix bug where editing an entry would assign it a new upload date.