Skip to content

Commit 149a5d0

Browse files
alexnmolarclaraAlex Moldovantristandubbeld
authored
chore: marie kondo october 2022 (#7078)
* chore(dashboard): remove always-on (#7066) * remove link to always-on from the sidebar * redirect from always-on to recent * remove always on references * remove further references * update types * fixup * fix: linter Co-authored-by: Alex Moldovan <[email protected]> * chore: marie kondo unused exports (#7079) * Remove unused exports batch 1 * Remove unused exports batch 2 * Remove unused exports batch 3 * Remove unused exports batch 4 * chore: remove unused common stuff (#7081) * chore(discover): remove unused code + labels adjustments (#7082) * remove unused code + labels adjustments * fix typecheck * chore: remove pilot references (#7083) * rename 'Workspaces' to 'Teams' (#7088) * chore(waitlist): remove page (#7089) * chore: add everett font family to static * remove waitlist and references * chore: remove patron page (#7092) * chore: add redirect for old patron pages Co-authored-by: Maria Clara <[email protected]> Co-authored-by: Alex Moldovan <[email protected]> Co-authored-by: Tristan <[email protected]>
1 parent 74a2028 commit 149a5d0

File tree

163 files changed

+72
-3718
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+72
-3718
lines changed

packages/app/src/app/components/ConfirmLink.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/app/src/app/components/CreateSandbox/FromTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { StyledSelect } from './elements';
1414
import { CreateSandboxParams } from './types';
1515
import { InputText } from '../dashboard/InputText';
1616

17-
export interface FromTemplateProps {
17+
interface FromTemplateProps {
1818
isV2: boolean;
1919
onCancel: () => void;
2020
onSubmit: (params: CreateSandboxParams) => void;

packages/app/src/app/components/CreateSandbox/availableTemplates.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

packages/app/src/app/components/CreateSandbox/elements.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,6 @@ export const TabContent = styled(TabPanel)`
9393
outline: none;
9494
`;
9595

96-
export const Header = styled.header`
97-
display: flex;
98-
justify-content: space-between;
99-
align-items: center;
100-
padding-bottom: 1rem;
101-
margin: 1.5rem 1.5rem 0 1.5rem;
102-
border-bottom: 1px solid #242424;
103-
font-size: 19px;
104-
line-height: 24px;
105-
`;
106-
10796
export const TemplateButton = styled.button`
10897
background: #1d1d1d;
10998
border: 1px solid transparent;

packages/app/src/app/components/Cube/Cube.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import React from 'react';
22
import { Container, Sides, Side } from './elements';
33

4-
export interface ICubeComponentProps
5-
extends React.HTMLAttributes<HTMLDivElement> {
4+
interface ICubeComponentProps extends React.HTMLAttributes<HTMLDivElement> {
65
size?: number;
76
}
87

packages/app/src/app/components/EditableTags/EditableTags.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/app/src/app/components/EditableTags/elements.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

packages/app/src/app/components/EditableTags/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/app/src/app/components/HeaderSearchBar/HeaderSearchBar.tsx

Lines changed: 0 additions & 35 deletions
This file was deleted.

packages/app/src/app/components/HeaderSearchBar/elements.ts

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)