diff --git a/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx b/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx index 42c222cb4..f09a0574f 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/Navbar.tsx @@ -35,6 +35,7 @@ import { ApiOutlined, AppstoreAddOutlined, BellOutlined, + BugOutlined, ExportOutlined, FileExclamationOutlined, LayoutOutlined, @@ -111,7 +112,7 @@ export const Navbar = withTrackingScope(function Navbar({ - + {getRenderHostInstance().GK('flipper_connection_troubleshoot') && ( + @@ -364,13 +366,13 @@ function RightSidebarToggleButton() { ); } -function LaunchEmulatorButton() { +function LaunchVirtualDeviceButton() { const store = useStore(); return ( { showEmulatorLauncher(store); }} @@ -645,6 +647,27 @@ const submenu = css` } `; +function TroubleshootMenu() { + return ( + + } + className={submenu}> + TODO troubleshooting guide + TODO troubleshoot + TODO flipper logs + TODO setup doctor + + + ); +} + function ExtrasMenu() { const store = useStore();