mastodon/app/javascript/mastodon/components
Sorin Davidoi 348d6f5e75 Lazy load components (#3879)
* feat: Lazy-load routes

* feat: Lazy-load modals

* feat: Lazy-load columns

* refactor: Simplify Bundle API

* feat: Optimize bundles

* feat: Prevent flashing the waiting state

* feat: Preload commonly used bundles

* feat: Lazy load Compose reducers

* feat: Lazy load Notifications reducer

* refactor: Move all dynamic imports into one file

* fix: Minor bugs

* fix: Manually hydrate the lazy-loaded reducers

* refactor: Move all dynamic imports to async-components

* fix: Loading modal style

* refactor: Avoid converting the raw state for each lazy hydration

* refactor: Remove unused component

* refactor: Maintain modal name

* fix: Add as=script to preload link

* chore: Fix lint error

* fix(components/bundle): Check if timestamp is set when computing elapsed

* fix: Load compose reducers for the onboarding modal
2017-07-08 00:06:02 +02:00
..
account.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
attachment_list.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
autosuggest_textarea.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
avatar.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
avatar_overlay.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
button.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
collapsable.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
column.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
column_back_button.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
column_back_button_slim.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
column_header.js Clean column collapsible (#3931) 2017-06-24 23:18:11 +02:00
display_name.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
dropdown_menu.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
extended_video_player.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
icon_button.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
load_more.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
loading_indicator.js Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
media_gallery.js Responsive images in media gallery (#3963) 2017-06-27 13:46:37 +02:00
missing_indicator.js Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
permalink.js Fix "undefined" in className (#3939) 2017-06-25 16:02:56 +02:00
relative_timestamp.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
setting_text.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
status.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
status_action_bar.js Turn report screen into a modal (#3965) 2017-06-27 18:07:21 +02:00
status_content.js Parse links in status content on update as well as mount (#4042) 2017-07-06 21:30:37 +02:00
status_list.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
video_player.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00