Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | Fix 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-21 | Switch to compose route when replying and compose is not mounted | Eugen Rochko | |
2016-11-04 | Optimize how statuses are re-rendered and relative time intervals | Eugen Rochko | |
2016-10-30 | Refactoring redux state into different reducers | Eugen Rochko | |
2016-10-24 | Add opening images in a modal window | Eugen Rochko | |
2016-10-24 | Move status components inside individual containers. We still need to select | Eugen 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 |