Emoji reactions
Requires develop backend that supports latest emoji reaction format.
This MR does:
- add new reactions with unicode emoji
- use search to filter through the emoji or pick one of the "common" ones
- click on existing reactions to add your own or remove it
This MR doesn't:
- have notifications for reactions
- update emoji reactions in real time
This MR should still:
- limit the amount of reactions shown per status
Edited by lain
Merge request reports
Activity
- Resolved by lain
- Resolved by lain
- Resolved by lain
- Resolved by lain
added 1 commit
- cb205036 - Apply suggestion to src/services/api/api.service.js
- Resolved by Shpuld Shpludson
- Resolved by Shpuld Shpludson
32 justify-content: center; 33 box-sizing: border-box; 34 :first-child { 35 margin-right: 0.25em; 36 } 37 :last-child { 38 width: 1.5em; 39 } 40 &:focus { 41 outline: none; 42 } 43 } 44 45 .picked-reaction { 46 border: 1px solid var(--link, $fallback--link); 47 margin-left: -1px; // offset the border, can't use inset shadows either - Resolved by Shpuld Shpludson
- Resolved by Shpuld Shpludson
- Resolved by Shpuld Shpludson
- Resolved by HJ
- Resolved by Shpuld Shpludson
Please register or sign in to reply