Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested comments #109

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Nested comments #109

wants to merge 17 commits into from

Conversation

amyhuycu
Copy link

@amyhuycu amyhuycu commented Jul 2, 2020

What did you implement/accomplish in this pull request?
Give a short summary of what you completed in the pull request.
This is for issue #96

This allows logged in users to post comments under existing comments by clicking the Reply To option.
The users who are not logged in will receive a message that reminds them to log in.

Backend Checklist

  • Tested edited/created routes
  • Make sure that all tests pass with flask test
  • Resolve all comments made
  • Remove any unecessary/commented code

Frontend Checklist

  • Tested that components can be flexible with different view formats (Desktop, tablet, mobile)
  • npm run build does not create any errors
  • Resolve all comments made
  • Remove any unecessary/commented code

@vercel
Copy link

vercel bot commented Jul 2, 2020

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/bitproject/bit-next/mvlsdvmzx
✅ Preview: https://bit-next-git-ac-nested-comments.bitproject.vercel.app

<Comment
key={comment.id}
actions={[<span key="comment-nested-reply-to">Reply to</span>]}
actions= {[
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When the comment is made the editor should close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants