mastodon/app/javascript/mastodon/features/ui/components
unarist 5abb3d8150 Rerender modal on property changes (#4175)
Render function for BundleContainer must not be methods.
React doesn't know dependency of the method, so they won't rerender on property updates.

In this case, when you close modal and open another modal immediately,
old modal will be open instead of new one.
2017-07-12 20:51:44 +02:00
..
boost_modal.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
bundle.js Avoid async import if the component is previously loaded (#4127) 2017-07-09 14:52:03 +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 Swipeable views (#4105) 2017-07-09 15:02:26 +02:00
column_subheading.js Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
columns_area.js Fix duplication of tag in columns_area.js (#4131) 2017-07-10 04:37:10 +02:00
confirmation_modal.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
image_loader.js fix(components/media_modal): Aspect ratio (#4128) 2017-07-09 18:49:07 +02:00
media_modal.js Fix media modal prev button behavior. (#4158) 2017-07-11 19:56:45 +02:00
modal_loading.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
modal_root.js Rerender modal on property changes (#4175) 2017-07-12 20:51:44 +02:00
onboarding_modal.js refactor: Rewrite immutablejs import statements using destructuring (#4147) 2017-07-11 01:00:14 +02:00
report_modal.js refactor: Rewrite immutablejs import statements using destructuring (#4147) 2017-07-11 01:00:14 +02:00
tabs_bar.js Swipeable views (#4105) 2017-07-09 15:02:26 +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