incubator-answer
incubator-answer copied to clipboard
feat: add reactions to question & answer
close #883 .
done backend:
- used
meta
table to save reactions. - created 2 APIs. one is to retrieve meta for an object, the other is to add or update.
frontend:
- added an
Reaction
component. - to make it easy to determine if it's need to show the
Add a comment
button, place it in theComment
component.
todo
- [x] add i18n for reactions.