micoirvin
@micoirvinAll comments
- @yannaufray@micoirvin
Some bugs to watch out for:
1.) Sometimes, delete button deletes a different comment. Happens when: I am trying to delete comment X placed above comment Y, but comment Y is the one being deleted.
2.) Sometimes, when sending a comment, it adds a @username even when it's not a reply. Happens when: I click reply to a comment. Cancels it. Then adds a comment through the main comment form.
Marked as helpful - @yannaufray@micoirvin
Great work! I am amazed by the way you measure the timestamp :D
About your problem. Not really sure, but I tried to understand your code. I think replies to replies are not coming in because you don't have "replies" property for new replies. Check the Comments.vue > function handleSend > const reply does not have "replies" property, so a reply to a reply can't be pushed in line 34 of CommentStore.js
Marked as helpful - @micoirvin@micoirvin
I added some other functionality. The pop up is triggered by scrolling.