I want to be able to link and reach a particular comment on a post in "News & Update"
Name: link for comments
User Story: When I receive a notification, or I want to share a comment with a link, I want this link to go to the post, and directly to the correct comment. Also, I would like this comment to flash a highlight at the beginning to bering my eyes towards it.
Frontend issues
- Create a routing paramteres in React to receive the correct comment ID
- Using the anchor mechanism, allow for auto scroll to comment after the component mounted.
- After the component mounted, create a CSS animation.
- Add a Share button on comments
Edited by Xqua