Add reaction button to work item notes
What does this MR do and why?
Add emoji picker to work item notes. You cannot currently view awarded emoji on a work item note, so can test either by checking in DB, or loading the issue page.
Adding emoji to work item notes is part of #389967 (closed)
Screenshots or screen recordings
How to set up and validate locally
- Enable
work_items_mvc_2
feature flag - Add a task to an issue
- Open the task in a modal, add a comment to the task
- Add a reaction to the comment, and hove "just added now" text to see note id
- Check
AwardEmoji.last
in rails console, or as a one liner,echo "AwardEmoji.last" | bin/rails console
- Confirm that correct emoji was added to matching 'AwardableId`
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #389967 (closed)
Edited by Simon Knox