about summary refs log tree commit diff
path: root/app/assets/javascripts/components/containers/status_container.jsx
AgeCommit message (Collapse)Author
2017-04-01Made modal system more genericEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-02-22Improve status reselect, do not display "load more" when no next link availableEugen Rochko
2017-02-14Adding POST /api/v1/reports API, and a UI for submitting reportsEugen Rochko
2017-02-05Add next/previous navigation in modal for media attachmentsEugen 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-08Switch to compose view when tapping 'mention' in dropdown on mobileblackle
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and ↵Eugen Rochko
notifications, skip ActionCable for follow/unfollow/block events, instead clear UI from blocked account's posts instantly if block request succeeds. Add forgotten i18n for sensitive content
2016-11-21Switch to compose route when replying and compose is not mountedEugen Rochko
2016-11-04Optimize how statuses are re-rendered and relative time intervalsEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-24Add opening images in a modal windowEugen 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