[BUG] Render emojis in labels in issue info popup

- Currently emojis that are part of the label's name aren't rendered
when shown in the popup that you get when you hover over issue
references.
- This patch fixes that by rendering the emoji.
- Adds CSS to not make the emoji big in the label.
- Resolves #1531
This commit is contained in:
Gusted 2024-03-29 20:41:13 +01:00
parent 053ab13f99
commit ddc24177dd
No known key found for this signature in database
GPG key ID: FD821B732837125F
6 changed files with 221 additions and 13 deletions

View file

@ -4,6 +4,7 @@ window.config = {
csrfToken: 'test-csrf-token-123456',
pageData: {},
i18n: {},
customEmojis: {},
appSubUrl: '',
mentionValues: [
{key: 'user1 User 1', value: 'user1', name: 'user1', fullname: 'User 1', avatar: 'https://avatar1.com'},