about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/account/index.jsx
AgeCommit message (Expand)Author
2017-01-30Make profile header scroll along with contents. AccountTimeline, Followers an...Eugen Rochko
2017-01-20Fix #475 - add space after autocompleteEugen Rochko
2017-01-08Switch to compose view when tapping 'mention' in dropdown on mobileblackle
2016-11-23Follow/unfollow button outside of dropdown, also make favs/reblogs update ind...Eugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-27Adding following/followers lists to the UIEugen Rochko
2016-10-24Move status components inside individual containers. We still need to selectEugen Rochko
2016-10-19Fix #100 - Add "back" button to certain viewsEugen Rochko
2016-10-16Fix scrolling on small devices for account timelines and compose columnEugen Rochko
2016-10-09Improved how in-UI profiles lookEugen Rochko
2016-10-09Making AccountTimeline into a sub-routeEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-06Styling loading indicator, removing unused routes, adding "getting started" e...Eugen Rochko
2016-10-03Blocking will prevent e-mail notifications from blocked user, blocks in UIEugen Rochko
2016-10-02Unreblogging and unfavouriting from the UIEugen Rochko
2016-09-30Deleting statuses from UIEugen Rochko
2016-09-23Change output of api/accounts/:id/follow and unfollow to return relationshipEugen Rochko
2016-09-22Infinite scroll for account timelinesEugen Rochko
2016-09-18Fix type mistake in account componentEugen Rochko
2016-09-18Improve how account detailed view looks, load account's statusesEugen Rochko
2016-09-16Setting up preliminary "detailed" routes in the UI, new API end-point for fet...Eugen Rochko