Commit Graph

6 Commits (fb389bd73c8a4bc2924496f6041c8eee27572d21)

Author SHA1 Message Date
pea-sys c68e6b52d9
png optimization(loss less) ()
Eugen Rochko fe2d6fe105
Fix wrong aspect ratio of logo in icons ()
Eugen Rochko 45aa5781ce
Change brand color and logotypes ()
- Add rake task for generating Apple/Android icons and favicons from SVG
- Add rake task for generating PNG icons and logos for e-mails from SVG
- Remove obsolete Microsoft icons and configuration
- Remove PWA shortcut icons
Eugen Rochko 1e02ba111a Add emoji autosuggest ()
* Add emoji autosuggest

Some credit goes to 

* Remove server-side shortcode->unicode conversion

* Insert shortcode when suggestion is custom emoji

* Remove remnant of server-side emojis

* Update style of autosuggestions

* Fix wrong emoji filenames generated in autosuggest item

* Do not lazy load emoji picker, as that no longer works

* Fix custom emoji autosuggest

* Fix multiple "Custom" categories getting added to emoji index, only add once
Eugen Rochko a390abdefb Use the same emoji data on the frontend and backend ()
* Use the same emoji data on the frontend and backend

* Move emoji.json to repository, add tests

This way you don't need to install node dependencies if you only
want to run Ruby code
Eugen Rochko 9c4856bdb1 Initial commit