From ae752f785e849d3009a61766bf93219952b901e4 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Fri, 23 Apr 2021 13:11:09 -0700 Subject: [PATCH] Remove Sandy welcome screen Summary: Dropped the welcome-to-the-Sandy-redesign screen, should be pretty well established by now :) Reviewed By: nikoant Differential Revision: D27966658 fbshipit-source-id: 8f8943cbb242ef5625f0c19ffe4aed28e320377f --- desktop/app/src/sandy-chrome/SandyApp.tsx | 6 +- .../src/sandy-chrome/SandyWelcomeScreen.tsx | 98 ------------------- 2 files changed, 1 insertion(+), 103 deletions(-) delete mode 100644 desktop/app/src/sandy-chrome/SandyWelcomeScreen.tsx diff --git a/desktop/app/src/sandy-chrome/SandyApp.tsx b/desktop/app/src/sandy-chrome/SandyApp.tsx index 4ae9a2e5c..6c5dc07f4 100644 --- a/desktop/app/src/sandy-chrome/SandyApp.tsx +++ b/desktop/app/src/sandy-chrome/SandyApp.tsx @@ -29,7 +29,6 @@ import {ContentContainer} from './ContentContainer'; import {Notification} from './notification/Notification'; import {SheetRenderer} from '../chrome/SheetRenderer'; import {hasNewChangesToShow} from '../chrome/ChangelogSheet'; -import {SandyWelcomeScreen} from './SandyWelcomeScreen'; import {getVersionString} from '../utils/versionString'; import config from '../fb-stubs/config'; import {WelcomeScreenStaticView} from './WelcomeScreen'; @@ -137,10 +136,7 @@ export function SandyApp() { return ( - <> - - - + { - setDismissed(true); - }} - footer={ - <> - { - setDontShowNextTime(e.target.checked); - }}> - Don't show this dialog in the future - - - - }> - - Welcome to the new Flipper design - - Flipper has a fresh look and feel! It should provide a smoother, more - intuitive experience. So make sure to check out the{' '} - - - {' '} - to find new or improved features. - - - {constants.IS_PUBLIC_BUILD ? ( - <> - Feel free let us know your thoughts about the new experience on{' '} - - GitHub - - ! - - ) : ( - <> - Feel free let us know your thoughts about the new experience on{' '} - - Papercuts - {' '} - or by using the{' '} -