about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/ui/containers/status_list_container.jsx
AgeCommit message (Collapse)Author
2017-04-24Hide some components rather than unmounting (#2271)Akihiko Odaki
Hide some components rather than unmounting them to allow to show again quickly and keep the view state such as the scrolled offset.
2017-04-16fix regex filter (#1845)abcang
* fix regex filter * fixed br to linebreak and, stlip tags. * change to send raw content * changed to unescape in reducer
2017-02-22Improve status reselect, do not display "load more" when no next link availableEugen Rochko
2017-02-22Improve performance of compose formEugen Rochko
2017-02-21Fix #38 - Unread indicator when new content appears above the foldEugen Rochko
2017-02-20Fix scroll to top not registering because of wrong debounce usageEugen
2017-02-19Split public timeline into "public timeline" which is local, andEugen Rochko
"whole known network" which is what public timeline used to be Only domain blocks with suspend severity will block PuSH subscriptions Silenced accounts should not appear in conversations unless followed
2017-02-05No replies filter on home timeline no longer hides self-repliesEugen Rochko
2017-01-24Smarter infinite scrollEugen Rochko
2017-01-10Fix issue when settings are not defined for column typeEugen Rochko
2017-01-10Home column filtersEugen Rochko
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