about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/ui/containers/status_list_container.jsx
AgeCommit message (Collapse)Author
2016-12-03Keep timelines in the UI trimmed when possibleEugen Rochko
2016-11-05Adding hashtagsEugen 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-10-02Unreblogging and unfavouriting from the UIEugen Rochko
2016-09-30Deleting statuses from UIEugen Rochko
2016-09-22Infinite scroll for timeline columnsEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko