about summary refs log tree commit diff
path: root/app/assets/javascripts/components/reducers/timelines.jsx
AgeCommit message (Expand)Author
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko
2017-04-18Add hasMore field to account timeline (#2066)geta6
2017-04-02Keep track of which timelines are connected live to avoid redundantEugen Rochko
2017-03-02Fix #231 - MutingEugen Rochko
2017-02-22Improve performance of compose formEugen Rochko
2017-02-21Fix #38 - Unread indicator when new content appears above the foldEugen Rochko
2017-02-19Fix infinite scrolling breaking after navigationEugen Rochko
2017-02-19Split public timeline into "public timeline" which is local, andEugen Rochko
2017-01-24Set isLoading false on timelines when request failsEugen Rochko
2017-01-24Smarter infinite scrollEugen Rochko
2017-01-07Fix #147 - Unreblogging will leave original status in feedsEugen Rochko
2016-12-12Fix timelines loading bugEugen Rochko
2016-12-03Keep timelines in the UI trimmed when possibleEugen Rochko
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notif...Eugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-03Add own composed status to home without waiting for websocket eventEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-28Improved how user lists look, added follow button to themEugen Rochko
2016-10-27Adding following/followers lists to the UIEugen Rochko
2016-10-19Fix #100 - Add "back" button to certain viewsEugen Rochko
2016-10-18Remember scroll position when navigating back, do not needlessly reloadEugen Rochko
2016-10-18Small clean upEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-17Fix #82 - only show latest reblog of status in UIEugen Rochko
2016-10-15Exclude blocked users from follow suggestions, fix testsEugen Rochko
2016-10-15Display follow suggestionsEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
2016-10-07Adding public timelineEugen 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-22Handle remote account mentions a little better by trying a URL lookup in the dbEugen Rochko
2016-09-22Infinite scroll for account timelinesEugen Rochko
2016-09-22Infinite scroll for timeline columnsEugen Rochko
2016-09-20Fix #47 by renaming TIMELINE_SET action to TIMELINE_REFRESH_SUCCESSEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko
2016-09-18Live update account timelines, small fix for replyComposeEugen Rochko
2016-09-18Improve how account detailed view looks, load account's statusesEugen Rochko
2016-09-18Add ancestors/descendants during normalization in timeline reducerEugen Rochko
2016-09-17Improved error handling for FollowRemoteServiceEugen Rochko
2016-09-16Setting up preliminary "detailed" routes in the UI, new API end-point for fet...Eugen Rochko
2016-09-13Adding sense of self to the UI, cleaning up routing, adding third (detail) co...Eugen Rochko
2016-09-12Adding a notification stack for error messagesEugen Rochko
2016-09-05RemoveStatusService fleshed out, still doesn't send Salmon slaps thoughEugen Rochko
2016-09-04Normalized data in Redux, fix for asset URLs when rendered outside requestEugen Rochko
2016-09-03Fix reblogs of reblogs in UI, add follow form in UIEugen Rochko
2016-09-01Favouriting works, reblogging is a little broken because of <Status>Eugen Rochko
2016-08-31Cleaning up action names and compose drawerEugen Rochko