about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/account_timeline
AgeCommit message (Collapse)Author
2017-01-31Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in ↵Eugen Rochko
the UI
2017-01-30Fix not reloading account/fetching relationship on newly independent componentsEugen Rochko
2017-01-30Make profile header scroll along with contents. AccountTimeline, Followers ↵Eugen Rochko
and Following are no longer nested inside a common parent (<Account>), instead they all embed <HeaderContainer />
2017-01-24Smarter infinite scrollEugen Rochko
2017-01-16Fix #238 - Add "favourites" columnEugen Rochko
2016-11-16Adding react-intl i18n to the frontend. No translations yetEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen 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-17Fix #99 - public timeline not just reblogs, fix #98 infinite scrolling issuesEugen Rochko
2016-10-09Making AccountTimeline into a sub-routeEugen Rochko