Skip to content

Commit e8c67ad

Browse files
SaraVieiraCompuIves
authored andcommitted
Search Improvements (#1609)
* add sort by * change search to new cards * add search in header * css updates * pretty naviagtion too * show more * remove unused files * update jest snapshot * add responisve * small fixes * add sabdnboxes to placeholder * cleam css * remove flow annotations from ts files * Make hits per page 12 * Include one font
1 parent 615b87a commit e8c67ad

File tree

62 files changed

+605
-719
lines changed

Some content is hidden

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

62 files changed

+605
-719
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"start:fast": "lerna run start --scope app --stream",
1616
"start:vscode": "VSCODE=1 yarn start:fast & cd standalone-packages/monaco-editor && yarn simpleserver & cd standalone-packages/vscode && yarn watch",
1717
"start:dynamic": "lerna run dev --scope dynamic-pages --stream",
18+
"start:common": "lerna run start --scope common --stream",
1819
"start:home": "lerna run start --scope homepage --stream",
1920
"start:test": "lerna run start:test --scope app --stream",
2021
"start:dev_api": "lerna run start:dev_api --scope app --stream",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @flow
1+
22
import React from 'react';
33
import Input from '@codesandbox/common/lib/components/Input';
44
import { Button } from '@codesandbox/common/lib/components/Button';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @flow
1+
22
import React from 'react';
33
import { TextOperation } from 'ot';
44
import { Module } from '@codesandbox/common/lib/types';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @flow
1+
22
import * as React from 'react';
33
import { render } from 'react-dom';
44
import { ThemeProvider } from 'styled-components';

packages/app/src/app/components/Preview/DevTools/Tests/TestDetails/TestBlock/TestName/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @flow
1+
22
import * as React from 'react';
33
import { Test } from '../../../';
44

packages/app/src/app/components/Preview/DevTools/Tests/TestDetails/TestBlock/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @flow
1+
22
import * as React from 'react';
33
import FileIcon from 'react-icons/lib/md/insert-drive-file';
44

packages/app/src/app/components/Preview/DevTools/Tests/TestDetails/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @flow
1+
22
import * as React from 'react';
33
import FileIcon from 'react-icons/lib/md/insert-drive-file';
44
import PlayIcon from 'react-icons/lib/go/playback-play';

packages/app/src/app/components/Preview/DevTools/Tests/TestElement/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @flow
1+
22

33
import * as React from 'react';
44
import Tooltip from '@codesandbox/common/lib/components/Tooltip';

packages/app/src/app/components/Preview/DevTools/Tests/TestOverview/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @flow
1+
22

33
import * as React from 'react';
44

packages/app/src/app/components/Preview/DevTools/Tests/TestProgressBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @flow
1+
22

33
import * as React from 'react';
44
import { ProgressBar, FailedBar, SuccessBar, IdleBar } from './elements';

0 commit comments

Comments
 (0)