Polls: Construct an html field during normalization.
Input of emoji in polls could use some work, but it's a different issue.
Closes #589 (closed)
Merge request reports
Activity
added Bug label
- Resolved by lain
added 1 commit
- 72ee51c8 - Apply suggestion to src/services/entity_normalizer/entity_normalizer.service.js
mentioned in issue pleroma#1870 (closed)
75 75 @import '../../_variables.scss'; 76 76 77 77 .poll { 78 img.emoji { I mean, I took this from
status.vue
, but i wasn't sure if it was safe to do on a more global level.Edited by lainto me it seems like the one in status_content.vue should be separated from being .status-content's child to .status-body's child, then any img.emoji should get it... as long as polls are always in statuses
Edited by Shpuld Shpludsonideally, in world where #857 (closed) is implemented we could just declare global "helper" class
._emoji
that would set all the correct things across the page, while consumers (like polls, emoji picker, status header) could just override the dimensions of needed.I can put it into status_content.vue. #857 (closed) would be indeed good, we can switch things around to that once we have it.
changed this line in version 4 of the diff
added 1 commit
- 8427c5a0 - Changelog: Add info about poll option emoji.
added 1 commit
- b0b33be9 - Poll, StatusContent: Move emoji css to status body.
mentioned in commit 6343ee92