mastodon/app/javascript/mastodon/features/ui/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
..
boost_modal.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
bundle.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
bundle_column_error.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
bundle_modal_error.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
column.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
column_header.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
column_link.js Upgrade React Router (#3677) 2017-06-20 20:40:03 +02:00
column_loading.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
column_subheading.js Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
columns_area.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
confirmation_modal.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
image_loader.js Maintain aspect ratio for preview image (#3966) 2017-06-27 13:43:53 +02:00
media_modal.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
modal_loading.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
modal_root.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
onboarding_modal.js feat(components/onboarding_modal): Swipe between pages (#3934) 2017-06-24 23:17:39 +02:00
report_modal.js Turn report screen into a modal (#3965) 2017-06-27 18:07:21 +02:00
tabs_bar.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
upload_area.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
video_modal.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00