mastodon/app/javascript/mastodon
unarist c7908e2d09 Fix scroll behavior and others on paused timeline (#4864)
Resolved:

* Lot of redundant renders while mouse moving
* Scroll jumping when timeline loaded
* Scroll position isn't kept when statuses below the scrollTop was deleted then new status arrived

Unresolved:

* Scroll position isn't kept when statuses over the scrollTop was deleted then new status arrived
-> It needs to know which statuses are over the scrollTop
* New status indicator should be active when new statuses arrived while mouse moved recently
-> It needs a) update indicator in ScrollableList, or b) set scrollTop status while mouse moving
2017-09-09 14:16:11 +02:00
..
actions Refresh timeline after toot while the timeline is disconnected (#4858) 2017-09-08 21:43:34 +02:00
components Fix scroll behavior and others on paused timeline (#4864) 2017-09-09 14:16:11 +02:00
containers Make "unfollow" undo pending outgoing follow request too (#4781) 2017-09-02 20:44:41 +02:00
features Add Pinned toot column (#4817) 2017-09-07 09:58:11 +02:00
locales i10n update OC and FR (#4849) 2017-09-08 13:55:47 +02:00
middleware
reducers Fix second report (regression from 3b81baaaaf) (#4863) 2017-09-09 13:42:48 +02:00
selectors
service_worker Refactor Web::PushSubscription, remove welcome message (#4524) 2017-09-01 13:35:23 +02:00
store
.gitkeep
api.js
base_polyfills.js
emoji.js
emojione_light.js
extra_polyfills.js
is_mobile.js
link_header.js
load_polyfills.js
main.js
performance.js
ready.js
rtl.js
scroll.js Scroll smoothly to the right (#4735) 2017-08-29 17:06:19 +02:00
stream.js
uuid.js
web_push_subscription.js