Closed Azzam1503 closed 1 month ago
Issue seems to be in the Comments.tsx file: (Attaching image for reference)
Ideally, reply icon should not be inside the Link component , which is causing the redirection
One solution could be to create a reply component which handles the replies. So that when the user clicks on reply icon/text, a new component is opened(similar to the public comment component) which gives user ability add a reply to the comment.
The reply component should have same properties as the comments component ( i.e. can be upvoted/downvoted and can also be replied further, creating a conversation chain)
Here, we will have to take care as to how will we be handling the comment text data behind the scenes.
Possible Solution:
So the reply button should act as a toggle for showing the reply comment component, whenever the user clicks on the reply button it will render another component.
Yes. Similar to how reddit comments work
@Azzam1503 This issue is already fixed in PR #751 #742, if it is same issue you can close this issue.
@Azzam1503 This issue is already fixed in PR #751 #742, if it is same issue you can close this issue.
Stop gate keeping.
@Azzam1503 This issue is already fixed in PR #751 #742, if it is same issue you can close this issue.
Stop gate keeping.
Ok Rahul
Clicking on the reply button in the comment section of videos redirects to the home page.