Skip to content

Commit

Permalink
Custom emoji & Sticker support (cinnyapp#686)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ajbura authored and NovaAndrom3da committed Nov 23, 2023
1 parent 4f162a9 commit e1ee7a6
Show file tree
Hide file tree
Showing 33 changed files with 1,782 additions and 204 deletions.
4 changes: 4 additions & 0 deletions public/res/ic/outlined/sticker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/app/atoms/button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
&--icon {
@include dir.side(padding, var(--sp-tight), var(--sp-loose));

.ic-raw {
@include dir.side(margin, 0, var(--sp-extra-tight));
flex-shrink: 0;
}
}
.ic-raw {
@include dir.side(margin, 0, var(--sp-extra-tight));
flex-shrink: 0;
}
}

Expand Down
Loading

0 comments on commit e1ee7a6

Please sign in to comment.