aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.js
Commit message (Expand)AuthorAge
...
* update status eliminating logictaehoon2019-07-24
* update prop nametaehoon2019-07-24
* prevent showing pinned statuses twicetaehoon2019-07-24
* Merge branch 'develop' into 'eslint-fix'HJ2019-07-06
|\
| * clear userId property of timeline by default in clearTimeline actiontaehoon2019-07-02
* | npm eslint --fix .Henry Jameson2019-07-05
|/
* fix small annoyanceHenry Jameson2019-06-12
* Prevent repeated fetchingjasper2019-04-09
* #433: persistency of status formdave2019-03-11
* Use a cross browser safe solution to get scroll toptaehoon2019-03-06
* Fix JS error when no statuses returnedshpuld2019-03-02
* Remove unused component local registrationtaehoon2019-02-28
* Merge branch 'keyboard-binding' into 'develop'Shpuld Shpludson2019-02-28
|\
| * Validate if there are any new status to showEdijs2019-02-18
| * Remove event listener when component destroyEdijs2019-02-17
| * Bind a keyboard to show new statusEdijs2019-02-17
* | Merge branch 'fix/fetch-error-when-login' into 'develop'Shpuld Shpludson2019-02-22
|\ \
| * | Update: Fix fetch error when loginjasper2019-02-19
| * | Fix error when loginjasper2019-02-18
| * | fix/fetch-error-when-loginjasper2019-02-18
| |/
* / #376: update status timeline when it's emptydave2019-02-20
|/
* Add loading indicator for notifications, make timelines indicate bottoming ou...shpuld2019-01-29
* Refactor follower/friends out of statuses/timeline into user_profile where itHenry Jameson2018-12-17
* throttle fetching old statuses to prevent spam, especially during scrollHenry Jameson2018-12-04
* Made pausing TL updating configurable. Added styles for disabled checkboxes.Henry Jameson2018-08-13
* Made it so that unfocused tab doesn't autostream posts when scrolled to the topHenry Jameson2018-08-06
* Update timeline.jslambda2018-04-22
* Stop blink from loading more statuses with every scroll.csaurus2018-04-22
* Loads of fixes: notifs, autoload setting, overflow, faint text, reply form, s...shpuld2018-04-11
* Fix mistake in flushMarker init, make startFetching behave properly with olde...shpuld2017-11-23
* Make the timeline button use the correct func for its text.shpuld2017-11-22
* attempt to recognize when holes in timeline for various reasons, clear timeli...shpuld2017-11-21
* Fix timeline softlock when switching from a loading timelineeal2017-11-16
* Add an option to automatically show new posts when scrolled to the top, also ...shpuld2017-11-13
* Deregister scroll listener properly, only fetch more if timeline is visible.Shpuld Shpuldson2017-11-02
* Add tag timeline view.eal2017-09-17
* Appease linter.eal2017-08-23
* Add follower and following viewseal2017-08-23
* Use userId in timeline.Roger Braun2017-06-12
* Hotfix for firefox to prevent loading on every scroll event.Shpuld Shpuldson2017-06-03
* Add an option to initiate fetching older statuses automatically when scrolled...Shpuld Shpuldson2017-06-03
* Use one error variable for all timelineswakarimasen2017-03-09
* Unify notice timelines to make changes easier.Roger Braun2017-03-01
* Use statusOrConversation component in timeline.Roger Braun2017-02-04
* Timeline status adding fixes.Roger Braun2016-11-24
* Linting fixes.Roger Braun2016-11-07
* Load timeline once on creation.Roger Braun2016-11-06
* Add fetching of older statuses.Roger Braun2016-11-06
* New status showing.Roger Braun2016-10-28
* Basic statuses.Roger Braun2016-10-28