mastodon/app/javascript/mastodon
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
..
actions Implement tag auto-completion by history (#6621) 2018-03-04 20:27:25 +01:00
components Replace onScrollToBottom with onLoadMore (#6615) 2018-03-05 19:31:40 +01:00
containers Add option to show only local toots in timeline preview (#6292) 2018-02-04 06:00:10 +01:00
features Extract columns area from UI component (#6650) 2018-03-06 07:45:31 +01:00
locales Weblate translations (05-03-2018) (#6640) 2018-03-06 00:27:50 +09:00
middleware
reducers Fix accounts' display name/bio not being set from initial state (#6644) 2018-03-06 00:08:35 +01:00
selectors
service_worker
store
.gitkeep
api.js Refactor /api/web APIs to use the centralized axios instance (#6223) 2018-01-08 20:01:33 +01:00
base_polyfills.js
extra_polyfills.js
initial_state.js When search enabled, display hint in search popout (#6593) 2018-03-02 06:02:42 +01:00
is_mobile.js
link_header.js
load_polyfills.js
main.js bug fix (WebPush does not work) (#6120) 2017-12-28 16:20:34 +01:00
performance.js
ready.js
rtl.js
scroll.js
settings.js Implement tag auto-completion by history (#6621) 2018-03-04 20:27:25 +01:00
stream.js
test_setup.js
uuid.js