Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-05 | Adding hashtags | Eugen Rochko | |
2016-10-30 | Refactoring redux state into different reducers | Eugen Rochko | |
2016-10-27 | Adding following/followers lists to the UI | 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 | |||
2016-10-19 | Fix #100 - Add "back" button to certain views | Eugen Rochko | |
Also fix reloading of timelines after merge-type events | |||
2016-10-16 | Fix scrolling on small devices for account timelines and compose column | Eugen Rochko | |
2016-10-09 | Improved how in-UI profiles look | Eugen Rochko | |
2016-10-09 | Making AccountTimeline into a sub-route | Eugen Rochko | |
2016-10-08 | Use reselect to memoize denormalization in UI state | Eugen Rochko | |
Also upgrade react-redux to latest version. This is a performance update | |||
2016-10-07 | Adding public timeline | Eugen Rochko | |
2016-10-06 | Styling loading indicator, removing unused routes, adding "getting started" ↵ | Eugen Rochko | |
explanation Also, only update relative time every minute instead of 6 seconds. My bad | |||
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 | |
Track relationship in redux state. Display follow/unfollow and following-back information on account view (unstyled) | |||
2016-09-22 | Infinite scroll for account timelines | Eugen Rochko | |
2016-09-18 | Fix type mistake in account component | Eugen Rochko | |
2016-09-18 | Improve how account detailed view looks, load account's statuses | Eugen Rochko | |
2016-09-16 | Setting up preliminary "detailed" routes in the UI, new API end-point for ↵ | Eugen Rochko | |
fetching status context |