Currently, the user needs to comment on the Github Issue on the repo to view its comment on the blog.
We need a input on the blog so user can post comment on the blog using the blog itself just like reactions.
Todo ✔️
Check if the user is logged in then show comment input.
Create a GraphQL query to post a comment on Github Issue
kindly assign this issue to me ? I have a few questions:
the proxy server (cors anywhere) used on this demo, requires users to get whitelisted. Would it be an idea to add in the documentation a way to set up your own cors anywhere proxy server. Since, currently you can only get temporarily whitelisted when using the demo-proxy server of cors anywhere
for the input text area/input box required for posting comments is there a specific text editor lib you have in mind? im thinking about incorporating simpleMDE you think this would fit ?
should I add a login funcionality at the level of the text area for comment input similar as is being implemented for adding reactions ? ex. if a user is not logged in, a login button appears when wanting to add a reaction
Currently, the user needs to comment on the Github Issue on the repo to view its comment on the blog. We need a input on the blog so user can post comment on the blog using the blog itself just like reactions.
Todo ✔️
Check if the user is logged in then show comment input. Create a GraphQL query to post a comment on Github Issue