about summary refs log tree commit diff
path: root/app/assets/javascripts/components/actions/timelines.jsx
AgeCommit message (Expand)Author
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko
2017-04-02Keep track of which timelines are connected live to avoid redundantEugen Rochko
2017-03-01Revert infinite scroll in timelines back to looking at ID of oldestEugen 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-31Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in ...Eugen Rochko
2017-01-24Set isLoading false on timelines when request failsEugen Rochko
2017-01-24Smarter infinite scrollEugen Rochko
2017-01-19Hide more non-essential loading barsEugen Rochko
2017-01-16Fix #238 - Add "favourites" columnEugen 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-08Move timelines API from statuses to its own controller, add a check forEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen 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-18Improve how errors are displayed in the UIEugen Rochko
2016-10-18Add console.error to all axios failuresEugen Rochko
2016-09-27Fix #52 - Add API versioning (v1)Eugen 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-18Remove unused action constantsEugen Rochko
2016-09-12Adding a notification stack for error messagesEugen Rochko
2016-09-12Fixing image upload limits, allowing webm, merge/unmerge events triggerEugen Rochko
2016-09-09Fix typo in deleteFromTimelines action creatorEugen
2016-09-05RemoveStatusService fleshed out, still doesn't send Salmon slaps thoughEugen Rochko
2016-08-31Cleaning up action names and compose drawerEugen Rochko