Age | Commit message (Expand) | Author |
2017-02-22 | Improve performance of compose form | Eugen Rochko |
2017-02-21 | Fix #38 - Unread indicator when new content appears above the fold | Eugen Rochko |
2017-02-19 | Fix infinite scrolling breaking after navigation | Eugen Rochko |
2017-02-19 | Split public timeline into "public timeline" which is local, and | Eugen Rochko |
2017-01-24 | Set isLoading false on timelines when request fails | Eugen Rochko |
2017-01-24 | Smarter infinite scroll | Eugen Rochko |
2017-01-07 | Fix #147 - Unreblogging will leave original status in feeds | Eugen Rochko |
2016-12-12 | Fix timelines loading bug | Eugen Rochko |
2016-12-03 | Keep timelines in the UI trimmed when possible | Eugen Rochko |
2016-11-23 | Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notif... | Eugen Rochko |
2016-11-05 | Adding hashtags | Eugen Rochko |
2016-11-03 | Add own composed status to home without waiting for websocket event | Eugen Rochko |
2016-10-30 | Refactoring redux state into different reducers | Eugen Rochko |
2016-10-28 | Improved how user lists look, added follow button to them | Eugen Rochko |
2016-10-27 | Adding following/followers lists to the UI | Eugen Rochko |
2016-10-19 | Fix #100 - Add "back" button to certain views | Eugen Rochko |
2016-10-18 | Remember scroll position when navigating back, do not needlessly reload | Eugen Rochko |
2016-10-18 | Small clean up | Eugen Rochko |
2016-10-18 | More debugging | Eugen Rochko |
2016-10-18 | More debugging | Eugen Rochko |
2016-10-17 | Fix #82 - only show latest reblog of status in UI | Eugen Rochko |
2016-10-15 | Exclude blocked users from follow suggestions, fix tests | Eugen Rochko |
2016-10-15 | Display follow suggestions | Eugen Rochko |
2016-10-08 | Use reselect to memoize denormalization in UI state | Eugen Rochko |
2016-10-07 | Adding public timeline | Eugen Rochko |
2016-10-03 | Blocking will prevent e-mail notifications from blocked user, blocks in UI | Eugen Rochko |
2016-10-02 | Unreblogging and unfavouriting from the UI | Eugen Rochko |
2016-09-30 | Deleting statuses from UI | Eugen Rochko |
2016-09-23 | Change output of api/accounts/:id/follow and unfollow to return relationship | Eugen Rochko |
2016-09-22 | Handle remote account mentions a little better by trying a URL lookup in the db | Eugen Rochko |
2016-09-22 | Infinite scroll for account timelines | Eugen Rochko |
2016-09-22 | Infinite scroll for timeline columns | Eugen Rochko |
2016-09-20 | Fix #47 by renaming TIMELINE_SET action to TIMELINE_REFRESH_SUCCESS | Eugen Rochko |
2016-09-19 | Re-organizing components to be more modular, adding loading bars | Eugen Rochko |
2016-09-18 | Live update account timelines, small fix for replyCompose | Eugen Rochko |
2016-09-18 | Improve how account detailed view looks, load account's statuses | Eugen Rochko |
2016-09-18 | Add ancestors/descendants during normalization in timeline reducer | Eugen Rochko |
2016-09-17 | Improved error handling for FollowRemoteService | Eugen Rochko |
2016-09-16 | Setting up preliminary "detailed" routes in the UI, new API end-point for fet... | Eugen Rochko |
2016-09-13 | Adding sense of self to the UI, cleaning up routing, adding third (detail) co... | Eugen Rochko |
2016-09-12 | Adding a notification stack for error messages | Eugen Rochko |
2016-09-05 | RemoveStatusService fleshed out, still doesn't send Salmon slaps though | Eugen Rochko |
2016-09-04 | Normalized data in Redux, fix for asset URLs when rendered outside request | Eugen Rochko |
2016-09-03 | Fix reblogs of reblogs in UI, add follow form in UI | Eugen Rochko |
2016-09-01 | Favouriting works, reblogging is a little broken because of <Status> | Eugen Rochko |
2016-08-31 | Cleaning up action names and compose drawer | Eugen Rochko |