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 09:53:34 -0500
committerGitHub <noreply@github.com>2025-06-18 09:53:34 -0500
commitf83335f1102ecb451ea4ee53f35f711f528956c8 (patch)
tree50a1a920bbb79d6ea9c68ef1f4430dcac0553ebb /src/App.web.tsx
parent4da86e5864e10b14880900b78cb94d33c199b7da (diff)
downloadvoidsky-f83335f1102ecb451ea4ee53f35f711f528956c8.tar.zst
Move dialog outputs inside navigation context (#8511)
* Move all dialogs within NavigationContent on native

* Ok leave old ModalsContainer alone for now

* Do the same on web

* Gate browser consent dialog just to be clear
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r--src/App.web.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx
index b706774fd..beb86c90e 100644
--- a/src/App.web.tsx
+++ b/src/App.web.tsx
@@ -54,7 +54,6 @@ 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'
@@ -135,7 +134,6 @@ function InnerApp() {
                                                   <HideBottomBarBorderProvider>
                                                     <IntentDialogProvider>
                                                       <Shell />
-                                                      <NuxDialogs />
                                                     </IntentDialogProvider>
                                                   </HideBottomBarBorderProvider>
                                                 </ServiceConfigProvider>