Skip to content

Commit bbe662f

Browse files
authored
chore: mother of marie kondo (#8527)
* chore: more components used from old sandbox page * feat: remove page from router * fix: redirects for /s, /d, /new * feat: remove editor components * remove deployments * cleanup overmind * rest api cleanup * gql cleanup * cleanup modals * redirects and typecheck fix * more cleanup * more cleanup * clean up code editor components * last cleanup * typecheck * merge changes * fix tests * fix: typecheck * undo type declaration * fix browserfs type * remove unused preferences
1 parent 6b3f0f2 commit bbe662f

File tree

455 files changed

+333
-48428
lines changed

Some content is hidden

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

455 files changed

+333
-48428
lines changed

packages/app/src/app/components/CodeEditor/Configuration/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TextOperation } from 'ot';
33
import { Module } from '@codesandbox/common/lib/types';
44
import getUI from '@codesandbox/common/lib/templates/configuration/ui';
55
import { getType } from 'app/utils/get-type';
6-
import { EntryIcons } from 'app/pages/Sandbox/Editor/Workspace/Files/DirectoryEntry/Entry/EntryIcons';
6+
import { EntryIcons } from 'app/components/EntryIcons';
77
import Tooltip from '@codesandbox/common/lib/components/Tooltip';
88
import { ConfigurationFile } from '@codesandbox/common/lib/templates/configuration/types';
99

packages/app/src/app/components/CodeEditor/FilePath/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import { getModulePath } from '@codesandbox/common/lib/sandbox/modules';
33
import Tooltip from '@codesandbox/common/lib/components/Tooltip';
4-
import EntryIcons from 'app/pages/Sandbox/Editor/Workspace/Files/DirectoryEntry/Entry/EntryIcons';
4+
import EntryIcons from 'app/components/EntryIcons';
55
import { getType } from 'app/utils/get-type';
66

77
import { Container, Chevron, FileName, StyledExitZen } from './elements';

packages/app/src/app/components/CodeEditor/FuzzySearch/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Downshift from 'downshift';
44
import matchSorter from 'match-sorter';
55
import { getModulePath } from '@codesandbox/common/lib/sandbox/modules';
66
import Input from '@codesandbox/common/lib/components/Input';
7-
import { EntryIcons } from 'app/pages/Sandbox/Editor/Workspace/Files/DirectoryEntry/Entry/EntryIcons';
7+
import { EntryIcons } from 'app/components/EntryIcons';
88
// eslint-disable-next-line import/extensions
99
import { getType } from 'app/utils/get-type.ts';
1010
import { ESC } from '@codesandbox/common/lib/utils/keycodes';

packages/app/src/app/components/CodeEditor/VSCode/Configuration/elements.ts

-27
This file was deleted.

packages/app/src/app/components/CodeEditor/VSCode/Configuration/index.tsx

-164
This file was deleted.

packages/app/src/app/components/CodeEditor/VSCode/elements.ts

-13
This file was deleted.

0 commit comments

Comments
 (0)