-
Notifications
You must be signed in to change notification settings - Fork 0
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
Emoji Reaction Backend and Frontend Changes #24
base: f24
Are you sure you want to change the base?
Conversation
…/nodebb-f24-team-pawsitive into emoji-reaction-branch
…t, laugh) next to the reply button
…d send AJAX requests to the server.
…en the page is loaded.
…include the topic.tpl file only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
This branch and pull request also completes the necessary database changes for this user story. |
Just looking back at the old iteration of the emoji feature. Was good progress, but still need to figure out the back-end part. |
This pull request features changes made to the topic.tpl file under node_modules to display the front end changes of the emoji reaction button when replying to the post, as well as changes to the [src/routes/reactions.js] file to include the logic that to fetch and display emoji reaction counts when clicked on. Both changes have been worked on by both Talal and Filippos together.
Solves issue #10 and #11