1
0
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-14 15:15:08 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Nick Schonning
0c9d455ea5
Upgrade to Stylelint 15 with Prettier () 2023-02-13 04:57:03 +01:00
Nick Schonning
558ac411c4
Expand Stylelint glob to include CSS files () 2023-01-05 13:42:13 +01:00
pea-sys
c68e6b52d9
png optimization(loss less) () 2022-11-01 15:06:52 +01:00
Eugen Rochko
fe2d6fe105
Fix wrong aspect ratio of logo in icons () 2022-06-11 20:32:02 +02:00
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
2022-06-09 22:25:23 +02:00
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
2017-09-23 14:47:32 +02:00
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
2017-07-21 04:27:40 +02:00
Eugen Rochko
9c4856bdb1 Initial commit 2016-02-20 22:53:20 +01:00