about summary refs log tree commit diff
path: root/app/assets/javascripts/components/reducers/statuses.jsx
AgeCommit message (Collapse)Author
2017-02-26Add <MissingIndicator /> when status or account are not found, skip alertsEugen Rochko
for those errors
2017-02-02Prevent potential issue with public/hashtag statuses arriving afterEugen Rochko
they have been loaded and favourited/reblogged from another source Since the status JSON returned from public/hashtag streams does not contain favourited/reblogged attributes, merging them should not override existing ones.
2017-01-16Fix #238 - Add "favourites" columnEugen Rochko
2016-11-23Follow/unfollow button outside of dropdown, also make favs/reblogs update ↵Eugen Rochko
indicator instantly and then adjust to failure later if the request fails
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-20Adding notifications columnEugen Rochko
2016-11-03Allow @username@domain/@username in follow form, prevent duplicate accountsEugen Rochko
created via remote look-up when domains differ but point to the same resource
2016-10-31Actually fix the reblogs/favs reducer issueEugen Rochko
2016-10-31Fix forgotten reducers for reblogs/favouritesEugen
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-08-31Cleaning up action names and compose drawerEugen Rochko
2016-08-24Forgotten returnEugen
2016-08-24Adding React.js, Redux, revamping dashboardEugen Rochko