incubator-answer icon indicating copy to clipboard operation
incubator-answer copied to clipboard

feat: add reactions to question & answer

Open hgaol opened this issue 9 months ago • 4 comments

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 the Comment component.

todo

  • [x] add i18n for reactions.

hgaol avatar May 07 '24 03:05 hgaol