about summary refs log tree commit diff
path: root/src/App.web.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-06-18 15:39:58 -0500
committerGitHub <noreply@github.com>2025-06-18 13:39:58 -0700
commit04a2a227fc8bdd2a5d145ccf208b3a00e7a6f80a (patch)
treea36ecbb010d5f4e4040e0e9162d47c4479255465 /src/App.web.tsx
parent42510c0515845c3376e68c5b6a1e112500fc072a (diff)
downloadvoidsky-04a2a227fc8bdd2a5d145ccf208b3a00e7a6f80a.tar.zst
Revert "Move dialog outputs inside navigation context (#8511)" (#8531)
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r--src/App.web.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx
index beb86c90e..b706774fd 100644
--- a/src/App.web.tsx
+++ b/src/App.web.tsx
@@ -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>