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
Nolan Lawson a978b88997 Faster emojify() algorithm, avoid regex replace (#4019)
* Faster emojify() algorithm, avoid regex replace

* add semicolon
9 years ago
..
actions Turn report screen into a modal (#3965) 9 years ago
components fix(components/status): Up & down jump due to content being added to the DOM (#3972) 9 years ago
containers Use Class and Property Decorators (#3730) 9 years ago
features Turn report screen into a modal (#3965) 9 years ago
locales i18n: Turn report screen into a modal (pl) (#3974) 9 years ago
middleware Remove unused variables (#3906) 9 years ago
reducers Remove unused variables (#3906) 9 years ago
selectors Remove unused variables (#3906) 9 years ago
store Remove unused variables (#3906) 9 years ago
.gitkeep
api.js
base_polyfills.js Lazy load toots using IntersectionObserver (#3191) 9 years ago
emoji.js Faster emojify() algorithm, avoid regex replace (#4019) 9 years ago
extra_polyfills.js Lazy load toots using IntersectionObserver (#3191) 9 years ago
is_mobile.js
link_header.js
load_polyfills.js Extract polyfill loading into single module (#3421) 9 years ago
main.js Replace state to /web when root path (#4009) 9 years ago
performance.js Attach ReactPerf to window for easier debugging (#3318) 9 years ago
rtl.js Improve RTL detection (#3682) 9 years ago
scroll.js Allow mounting arbitrary columns (#3207) 9 years ago
stream.js
uuid.js