* Refactor shouldUpdateScroll passing So far, shouldUpdateScroll has been manually passed down from the very top of the React component hierarchy even though it is a static function common to all ScrollContainer instances, so replaced that with a custom class extending ScrollContainer. * Generalize “press back to close modal” to any modal and to public pages * Fix boost confirmation modal closing media modal |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| actions_modal.js | ||
| audio_modal.js | ||
| block_modal.js | ||
| boost_modal.js | ||
| bundle.js | ||
| bundle_column_error.js | ||
| bundle_modal_error.js | ||
| column.js | ||
| column_header.js | ||
| column_link.js | ||
| column_loading.js | ||
| column_subheading.js | ||
| columns_area.js | ||
| compose_panel.js | ||
| confirmation_modal.js | ||
| document_title.js | ||
| drawer_loading.js | ||
| embed_modal.js | ||
| focal_point_modal.js | ||
| follow_requests_nav_link.js | ||
| image_loader.js | ||
| link_footer.js | ||
| list_panel.js | ||
| media_modal.js | ||
| modal_loading.js | ||
| modal_root.js | ||
| mute_modal.js | ||
| navigation_panel.js | ||
| notifications_counter_icon.js | ||
| report_modal.js | ||
| tabs_bar.js | ||
| upload_area.js | ||
| video_modal.js | ||
| zoomable_image.js | ||