You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/javascript/mastodon
Eugen Rochko 1e02ba111a Add emoji autosuggest (#5053)
* Add emoji autosuggest

Some credit goes to glitch-soc/mastodon#149

* 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
9 years ago
..
actions Add emoji autosuggest (#5053) 9 years ago
components Add emoji autosuggest (#5053) 9 years ago
containers Redesign video player (#4911) 9 years ago
features Add emoji autosuggest (#5053) 9 years ago
locales Switch from EmojiOne to Twemoji, different emoji picker (#5046) 9 years ago
middleware Remove unused variables (#3906) 9 years ago
reducers Add emoji autosuggest (#5053) 9 years ago
selectors refactor: Rewrite immutablejs import statements using destructuring (#4147) 9 years ago
service_worker Refactor Web::PushSubscription, remove welcome message (#4524) 9 years ago
store refactor: Make all reducers sync (#4125) 9 years ago
.gitkeep
api.js Improve eslint rules (#3147) 9 years ago
base_polyfills.js Lazy load toots using IntersectionObserver (#3191) 9 years ago
emoji.js Add emoji autosuggest (#5053) 9 years ago
emojione_light.js Switch from EmojiOne to Twemoji, different emoji picker (#5046) 9 years ago
extra_polyfills.js Add object-fit polyfill for Edge (#4182) 9 years ago
is_mobile.js Set touchstart listener to 'passive', remove 'once' (#5011) 9 years ago
link_header.js Improve eslint rules (#3147) 9 years ago
load_polyfills.js Load extra polyfills when isIntersecting is undefined (#4469) 9 years ago
main.js Require any modules after loading polyfill in entry points (#4231) 9 years ago
performance.js Attach ReactPerf to window for easier debugging (#3318) 9 years ago
ready.js Do not load unnecessary script files (#4193) 9 years ago
rtl.js Improve RTL detection (#3682) 9 years ago
scroll.js Scroll smoothly to the right (#4735) 9 years ago
stream.js
uuid.js
web_push_subscription.js Remove eslint-disable comments (#4681) 9 years ago