remove sandy migration
Summary: lblasa said Sandy migration was done years ago. Can be removed safely. Reviewed By: elboman Differential Revision: D47439199 fbshipit-source-id: 3ae0e1b3133d051740cd28e9d47c978e6f478c36
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cb183cc354
commit
a76faafa4b
@@ -13,7 +13,6 @@ import {SettingOutlined} from '@ant-design/icons';
|
|||||||
import {useStore} from '../utils/useStore';
|
import {useStore} from '../utils/useStore';
|
||||||
import {
|
import {
|
||||||
theme,
|
theme,
|
||||||
Layout,
|
|
||||||
withTrackingScope,
|
withTrackingScope,
|
||||||
useTrackedCallback,
|
useTrackedCallback,
|
||||||
NUX,
|
NUX,
|
||||||
@@ -22,8 +21,6 @@ import SettingsSheet from '../chrome/SettingsSheet';
|
|||||||
import WelcomeScreen from './WelcomeScreen';
|
import WelcomeScreen from './WelcomeScreen';
|
||||||
import styled from '@emotion/styled';
|
import styled from '@emotion/styled';
|
||||||
import {setStaticView} from '../reducers/connections';
|
import {setStaticView} from '../reducers/connections';
|
||||||
import {SandyRatingButton} from '../chrome/RatingButton';
|
|
||||||
import UpdateIndicator from '../chrome/UpdateIndicator';
|
|
||||||
import constants from '../fb-stubs/constants';
|
import constants from '../fb-stubs/constants';
|
||||||
import {
|
import {
|
||||||
canFileExport,
|
canFileExport,
|
||||||
@@ -115,20 +112,7 @@ const LeftRailDivider = styled(Divider)({
|
|||||||
LeftRailDivider.displayName = 'LeftRailDividier';
|
LeftRailDivider.displayName = 'LeftRailDividier';
|
||||||
|
|
||||||
export const LeftRail = withTrackingScope(function LeftRail() {
|
export const LeftRail = withTrackingScope(function LeftRail() {
|
||||||
return (
|
return <ExtrasMenu />;
|
||||||
<Layout.Container
|
|
||||||
borderRight
|
|
||||||
borderTop
|
|
||||||
padv={12}
|
|
||||||
width={48}
|
|
||||||
style={{background: theme.backgroundDefault}}>
|
|
||||||
<Layout.Container center gap={10} padh={6}>
|
|
||||||
<UpdateIndicator />
|
|
||||||
<SandyRatingButton />
|
|
||||||
<ExtrasMenu />
|
|
||||||
</Layout.Container>
|
|
||||||
</Layout.Container>
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const menu = css`
|
const menu = css`
|
||||||
|
|||||||
Reference in New Issue
Block a user