chinwagsocial/app/javascript/mastodon/features/compose/components
Sorin Davidoi 8eb6d171e6 feat: Cache status height to avoid expensive renders (#4439)
* feat: Cache status height to avoid expensive renders

* feat: Escape content and emojify in reducers

* fix(css): Remove backface-visibility: hidden from .scrollable

* fix(statuses): Avoid creating DOMParses inside a loop
2017-08-07 20:32:03 +02:00
..
autosuggest_account.js Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 2017-08-07 19:44:55 +02:00
character_counter.js
compose_form.js
emoji_picker_dropdown.js
navigation_bar.js Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 2017-08-07 19:44:55 +02:00
privacy_dropdown.js
reply_indicator.js feat: Cache status height to avoid expensive renders (#4439) 2017-08-07 20:32:03 +02:00
search.js
search_results.js
text_icon_button.js
upload_button.js
upload_form.js
upload_progress.js
warning.js