dimitriosxmi / ArtistsReferenceOrganizer

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

PR for US3 from feature/us3/content-and-back-button branch to main branch #13

Closed dimitriosxmi closed 1 year ago

dimitriosxmi commented 1 year ago

Please take a moment to reveiw this ❤️ 😄

+ Add components/svgs/ArrowPointingLeftIcon.svg
! Update components/svgs/index.js 
# export new svg file.

+ components/CommonHeaderLayout/index.js 
# This will from now on contain a specific collection and
# layout for a few components I will be frequently utilizing
# in the top section of the pages.

! Update pages/index.js
# Replace many components with the CommonHeaderLayout.
# Remove the sideBarOpen useState and bring it to the _app.js page.
# Receives from pages/_app.js the sideBarOpen values and passes
# them forward to the CommonHeaderLayout component.

! Update pages/_app.js
# Add the useState as mention above from the pages/index.js file.

+ Add components/BackButton/index.js
# Back button with styling

+ Add pages/content.js
# Contains the CommonHeaderLayout, and BackButton components.
# Receives from pages/_app.js the sideBarOpen values and passes
# them forward to the CommonHeaderLayout component.

! Update components/SideBar
# Styling and new option for pages/content.js page.

! Update components/SideBarButton
# Small styling changes

! Update componets/Breadcrumb
# Changes to support the pages/content.js page

US3 Deployment

ryliecc commented 1 year ago

Very clean code, looks good! Keep up the good work! :)

dimitriosxmi commented 1 year ago

Very clean code, looks good! Keep up the good work! :)

Thank you very much for your time and for your review!!! 😊 also for your kind compliments :)