mastodon/app/javascript/mastodon/components
ThibG aee93bfc9c Fix timeline jumps (#10001)
* Avoid two-step rendering of statuses as much as possible

Cache width shared by Video player, MediaGallery and Cards at the
ScrollableList level, pass it down through StatusList and Notifications.

* Adjust scroll when new preview cards appear

* Adjust scroll when statuses above the current scroll position are deleted
2019-02-11 13:19:59 +01:00
..
__tests__
account.js
attachment_list.js
autosuggest_emoji.js
autosuggest_textarea.js
avatar.js
avatar_composite.js
avatar_overlay.js
button.js
column.js
column_back_button.js
column_back_button_slim.js
column_header.js
display_name.js
domain.js
dropdown_menu.js
extended_video_player.js
hashtag.js
icon.js
icon_button.js
intersection_observer_article.js
load_gap.js
load_more.js
loading_indicator.js
media_gallery.js Fix timeline jumps (#10001) 2019-02-11 13:19:59 +01:00
missing_indicator.js
modal_root.js
permalink.js
relative_timestamp.js
scrollable_list.js Fix timeline jumps (#10001) 2019-02-11 13:19:59 +01:00
setting_text.js
status.js Fix timeline jumps (#10001) 2019-02-11 13:19:59 +01:00
status_action_bar.js
status_content.js
status_list.js