Closed bodom0015 closed 1 month ago
Name | Link |
---|---|
Latest commit | 0bb45ea1b77539eac358422c33077f8a9a2a2396 |
Latest deploy log | https://app.netlify.com/sites/cheerful-treacle-913a24/deploys/66fd8c172b75560008fdfb59 |
Deploy Preview | https://deploy-preview-312--cheerful-treacle-913a24.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Closing this one instead of backing out individual changes, will reopen a new PR from a new branch :+1:
Problem
News (Post) + Showcase contain a lot of copy-pasted / duplicated code between them
We would like to consolidate this into a set of shared components that can be used for both contexts
Fixes #302
Approach
PostItem
,PostList
, andPostLayout
into reusable componentsShowcaseItem
,ShowcaseList
, andShowcaseLayout
to use these newly-refactored componentsHow to Test
TBD