e2nguyen / Watcher

watcher-blond.vercel.app
2 stars 2 forks source link

[MVP]: Create Headline Component #34

Closed e2nguyen closed 3 years ago

e2nguyen commented 3 years ago

Description

In order to create our app's post component, we need to create a couple subcomponents, one being the headline component that mimics the headlines found in a typical reddit post. Headline component should just be a thin wrapper component.

Branches

Requires

Potential solutions

A clear and concise description of any alternative solutions or features you've considered.

Tasks

QA Notes

Deployment Notes

PR

e2nguyen commented 3 years ago

@dianephan, this is ready for review. I made some updates to the existing button component additionally since I realized buttons don't necessarily always need children, and the editor was complaining when I altered the syntax for instantiating the button in the playground. Also, lmk if you have any qs about the styling in the headline component.

dianephan commented 3 years ago

hi @e2nguyen ! I just tested this branch out on my local machine and everything lgtm! I realized I should have refactored the Button component to match your image component 😅 woops - thanks for doing that though!

I was surprised we needed a Headline component but it looks pretty straight forward so we can just merge.