Skip to content

Commit edace32

Browse files
authored
Custom emoji & Sticker support (#686)
* Remove comments * Show custom emoji first in suggestions * Show global image packs in emoji picker * Display emoji and sticker in room settings * Fix some pack not visible in emojiboard * WIP * Add/delete/rename images to exisitng packs * Change pack avatar, name & attribution * Add checkbox to make pack global * Bug fix * Create or delete pack * Add personal emoji in settings * Show global pack selector in settings * Show space emoji in emojiboard * Send custom emoji reaction as mxc * Render stickers as stickers * Fix sticker jump bug * Fix reaction width * Fix stretched custom emoji * Fix sending space emoji in message * Remove unnessesary comments * Send user pills * Fix pill generating regex * Add support for sending stickers
1 parent 5e527e4 commit edace32

33 files changed

+1782
-204
lines changed

public/res/ic/outlined/sticker.svg

Lines changed: 4 additions & 0 deletions
Loading

src/app/atoms/button/Button.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
&--icon {
2727
@include dir.side(padding, var(--sp-tight), var(--sp-loose));
2828

29-
.ic-raw {
30-
@include dir.side(margin, 0, var(--sp-extra-tight));
31-
flex-shrink: 0;
32-
}
29+
}
30+
.ic-raw {
31+
@include dir.side(margin, 0, var(--sp-extra-tight));
32+
flex-shrink: 0;
3333
}
3434
}
3535

0 commit comments

Comments
 (0)