about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/account_timeline
AgeCommit message (Collapse)Author
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