From 04a2a227fc8bdd2a5d145ccf208b3a00e7a6f80a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 18 Jun 2025 15:39:58 -0500 Subject: Revert "Move dialog outputs inside navigation context (#8511)" (#8531) --- src/view/shell/index.web.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/view/shell/index.web.tsx') diff --git a/src/view/shell/index.web.tsx b/src/view/shell/index.web.tsx index c468f08d7..8969d68f8 100644 --- a/src/view/shell/index.web.tsx +++ b/src/view/shell/index.web.tsx @@ -17,6 +17,11 @@ import {Lightbox} from '#/view/com/lightbox/Lightbox' import {ModalsContainer} from '#/view/com/modals/Modal' import {ErrorBoundary} from '#/view/com/util/ErrorBoundary' import {atoms as a, select, useTheme} from '#/alf' +import {EmailDialog} from '#/components/dialogs/EmailDialog' +import {LinkWarningDialog} from '#/components/dialogs/LinkWarning' +import {MutedWordsDialog} from '#/components/dialogs/MutedWords' +import {SigninDialog} from '#/components/dialogs/Signin' +import {Outlet as PortalOutlet} from '#/components/Portal' import {FlatNavigator, RoutesContainer} from '#/Navigation' import {Composer} from './Composer.web' import {DrawerContent} from './Drawer' @@ -62,7 +67,12 @@ function ShellInner() { + + + + + {showDrawerDelayedExit && ( <> -- cgit 1.4.1