mastodon/app/javascript/mastodon/features/ui
Akihiko Odaki a07cfee644 Extract columns area from UI component (#6650)
UI component used to toggle isComposing state by directly manipulating the
DOM element to avoid the expensive rendering.

However, it is hacky, and is not effective for other states. Instead,
this change makes the rendering cheaper by extracting the huge columns
area.
2018-03-06 07:45:31 +01:00
..
components Use React.PureComponent instead of React.Component (#6653) 2018-03-06 07:28:26 +01:00
containers Replace onScrollToBottom with onLoadMore (#6615) 2018-03-05 19:31:40 +01:00
util Add "Toots/Toots with replies/Media" tab below profile header (#6572) 2018-03-01 02:48:44 +01:00
index.js Extract columns area from UI component (#6650) 2018-03-06 07:45:31 +01:00