From 4da86e5864e10b14880900b78cb94d33c199b7da Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 18 Jun 2025 16:17:54 +0300 Subject: Modernise link warning dialog (#8243) * add link warning dialog * add copy for if sharing * delete old modal * get web working --- src/view/shell/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/view/shell/index.tsx') diff --git a/src/view/shell/index.tsx b/src/view/shell/index.tsx index cd328c457..8c08ec0c0 100644 --- a/src/view/shell/index.tsx +++ b/src/view/shell/index.tsx @@ -27,6 +27,7 @@ import {atoms as a, select, useTheme} from '#/alf' import {setSystemUITheme} from '#/alf/util/systemUI' import {EmailDialog} from '#/components/dialogs/EmailDialog' import {InAppBrowserConsentDialog} from '#/components/dialogs/InAppBrowserConsent' +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' @@ -155,6 +156,7 @@ function ShellInner() { + -- cgit 1.4.1