about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/ui/containers/compose_form_container.jsx
AgeCommit message (Collapse)Author
2016-10-30Basic username autocomplete for text areaEugen Rochko
2016-10-24Move status components inside individual containers. We still need to selectEugen Rochko
all statuses/accounts to assemble, but at least lists don't have to be re-rendered all the time now. Also add "mention" dropdown option
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
Also upgrade react-redux to latest version. This is a performance update
2016-09-27Fix #58 - disable compose form while image is uploadingEugen Rochko
2016-09-22API returns mentions for statuses, compose form pre-fills all relevant ↵Eugen Rochko
usernames into the form when replying
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko