chinwagsocial/app/javascript/mastodon/containers
Claire 986397b3a2 Improve modal flow and back button handling (#16499)
* 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
2021-11-05 23:46:24 +01:00
..
account_container.js
compose_container.js
domain_container.js
dropdown_menu_container.js
intersection_observer_article_container.js
mastodon.js Improve modal flow and back button handling (#16499) 2021-11-05 23:46:24 +01:00
media_container.js
poll_container.js
scroll_container.js Improve modal flow and back button handling (#16499) 2021-11-05 23:46:24 +01:00
status_container.js
timeline_container.js