Commit Graph

7 Commits (3d890c407356c8e0e7dd9b64e8e232ededcff8e8)

Author SHA1 Message Date
blackle d64c454cfe Switch to compose view when tapping 'mention' in dropdown on mobile
Eugen Rochko 7cee27f517 Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and 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
Eugen Rochko d32e0364f9 Switch to compose route when replying and compose is not mounted
Eugen Rochko 98c3a5e9c3 Optimize how statuses are re-rendered and relative time intervals
Eugen Rochko e8ff4c8e56 Refactoring redux state into different reducers
Eugen Rochko de50eff6ac Add opening images in a modal window
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