Commit Graph

10 Commits (53234e59479095968155bf7769e51614ef91c12d)

Author SHA1 Message Date
Eugen Rochko bf60f2898d Fix - Make hashtag timelines show conversations, fix hashtag loading in the UI
Eugen Rochko 86b3cb5120 Fix not reloading account/fetching relationship on newly independent components
Eugen Rochko f21e7d6ac0 Make profile header scroll along with contents. AccountTimeline, Followers and Following are no longer
nested inside a common parent (<Account>), instead they all embed <HeaderContainer />
Eugen Rochko d9022884c6 Smarter infinite scroll
Eugen Rochko 7d53ee73f3 Fix - Add "favourites" column
Eugen Rochko 01e43c3e57 Adding react-intl i18n to the frontend. No translations yet
Eugen Rochko e8ff4c8e56 Refactoring redux state into different reducers
Eugen Rochko f8f40f15da Move status components inside individual containers. We still need to select
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
Eugen Rochko b5c6d00afa Fix - public timeline not just reblogs, fix infinite scrolling issues
Eugen Rochko 29e79f770f Making AccountTimeline into a sub-route