]> cat aescling's git repositories - mastodon.git/commit
Fix height cache (#4909)
authorabcang <abcang1015@gmail.com>
Wed, 13 Sep 2017 08:24:33 +0000 (17:24 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 13 Sep 2017 08:24:33 +0000 (10:24 +0200)
commit60944d5dca0f25c668db00c0d84910f1dddc2a12
tree570c9b355452fac6baf822dcdf8eac933d97cf4a
parent081f907f909c5c8d0993dd7f4f8e7a945a6b1623
Fix height cache (#4909)
app/javascript/mastodon/actions/height_cache.js [new file with mode: 0644]
app/javascript/mastodon/actions/statuses.js
app/javascript/mastodon/components/intersection_observer_article.js
app/javascript/mastodon/components/scrollable_list.js
app/javascript/mastodon/containers/intersection_observer_article_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/status_container.js
app/javascript/mastodon/features/ui/index.js
app/javascript/mastodon/reducers/height_cache.js [new file with mode: 0644]
app/javascript/mastodon/reducers/index.js
app/javascript/mastodon/reducers/statuses.js