Closed xzebra closed 4 years ago
This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/saadpasta/react-blog-github/g2ehcma6m ✅ Preview: https://react-blog-github-git-fork-xzebra-comments-section.saadpasta.vercel.app
@xzebra Look's awesome. I'll have a look
Sure! I will work on it
@allcontributors please add @xzebra for code and idea
@saadpasta
We had trouble processing your request. Please try again later.
@allcontributors please add @xzebra for code
@saadpasta
I've put up a pull request to add @xzebra! :tada:
@saadpasta
I've updated the pull request to add @xzebra! :tada:
As a temporary addition, I implemented the comments section. I haven't come up with a great solution to posting comments in an elegant way, as a Markdown editor would be required.
I included another Markdown element to display the comments. This made me reuse the
HyperLink
andCodeBlock
overrides for the Markdown component so I made an include for those. In addition, theComment
component reuses theAuthorDetails
,AuthorAvatar
... components, you could create new ones if desired.To end, I changed a few styles to make the comments look OK and set
position: static
inPostReaction
as now you can't use bottom as reference (I'm sure this could've been done better).