Revert "Move dialog outputs inside navigation context (#8511)" (#8531)

This commit is contained in:
Eric Bailey
2025-06-18 15:39:58 -05:00
committed by GitHub
parent 42510c0515
commit 04a2a227fc
5 changed files with 28 additions and 22 deletions
+2
View File
@@ -54,6 +54,7 @@ import {Shell} from '#/view/shell/index'
import {ThemeProvider as Alf} from '#/alf'
import {useColorModeTheme} from '#/alf/util/useColorModeTheme'
import {Provider as ContextMenuProvider} from '#/components/ContextMenu'
import {NuxDialogs} from '#/components/dialogs/nuxs'
import {useStarterPackEntry} from '#/components/hooks/useStarterPackEntry'
import {Provider as IntentDialogProvider} from '#/components/intents/IntentDialogs'
import {Provider as PortalProvider} from '#/components/Portal'
@@ -134,6 +135,7 @@ function InnerApp() {
<HideBottomBarBorderProvider>
<IntentDialogProvider>
<Shell />
<NuxDialogs />
</IntentDialogProvider>
</HideBottomBarBorderProvider>
</ServiceConfigProvider>