Glitch-Shrike/app/javascript/mastodon/components
ThibG d09ce6d81b Fix IntersectionObserverArticle not hiding some out-of-view items (#9982)
IntersectionObserverArticle is made to save on RAM by avoiding fully rendering
items that are far out of view. However, it did not work for items spawned
outside the intersection observer.
2019-02-06 23:36:43 +01:00
..
__tests__
account.js
attachment_list.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
autosuggest_emoji.js
autosuggest_textarea.js
avatar.js
avatar_composite.js
avatar_overlay.js
button.js
column.js
column_back_button.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
column_back_button_slim.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
column_header.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
display_name.js
domain.js
dropdown_menu.js
extended_video_player.js
hashtag.js
icon.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
icon_button.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
intersection_observer_article.js Fix IntersectionObserverArticle not hiding some out-of-view items (#9982) 2019-02-06 23:36:43 +01:00
load_gap.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
load_more.js
loading_indicator.js
media_gallery.js
missing_indicator.js
modal_root.js
permalink.js
relative_timestamp.js
scrollable_list.js
setting_text.js
status.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
status_action_bar.js
status_content.js Refactor icons in web UI to use Icon component (#9951) 2019-02-01 00:14:05 +01:00
status_list.js