@@ -15,12 +15,16 @@ import Private from 'react-icons/lib/md/visibility-off';
1515import GitHubIcon from 'react-icons/lib/go/mark-github' ;
1616import Prettify from 'react-icons/lib/md/brush' ;
1717import DevTools from 'react-icons/lib/go/terminal' ;
18+ import LiveIcon from 'react-icons/lib/md/wifi-tethering' ;
19+ import KeyboardIcon from 'react-icons/lib/md/keyboard' ;
1820
21+ import Jest from './Jest' ;
1922import VSCode from './VSCode' ;
2023import TypeScript from './TypeScript' ;
2124import OpenSource from './OpenSource' ;
2225import ESLint from './ESLint' ;
2326import Emmet from './Emmet' ;
27+ import ConfigurationIcon from './ConfigurationIcon' ;
2428
2529import { Background , Heading , SubHeading } from '../../../components/style' ;
2630
@@ -54,23 +58,41 @@ export default () => (
5458 </ Centered >
5559
5660 < Features >
61+ < Feature
62+ Icon = { LiveIcon }
63+ title = "Live Collaboration"
64+ patron
65+ description = "Edit sandboxes together in real time, Google Docs style. Use Classroom Mode to control who can make edits."
66+ />
67+ < Feature
68+ Icon = { Jest }
69+ title = "Jest Integration"
70+ description = "We automatically run Jest tests and show the results with an intuitive UI."
71+ />
72+ < Feature
73+ Icon = { KeyboardIcon }
74+ title = "Keybindings and Quick Actions"
75+ description = "Use Keybindings and Quick Actions to execute commonly used actions more quickly."
76+ />
77+ < Feature
78+ Icon = { ConfigurationIcon }
79+ title = "Configuration UI"
80+ description = "We show a UI for configuration files so you don't have to look up how the configuration is structured."
81+ />
5782 < Feature
5883 Icon = { GitHubIcon }
59- newFeature
6084 title = "Export to GitHub"
6185 description = "All sandboxes can easily be exported to a GitHub repository."
6286 />
6387 < Feature
6488 Icon = { StaticFile }
65- newFeature
6689 title = "Static File Hosting"
6790 description = "The development server will serve all files statically from the public folder, depending on the template."
6891 />
6992 < Feature
7093 Icon = { DevTools }
71- newFeature
7294 title = "Integrated DevTools"
73- description = "The preview window has integrated DevTools, like a console. There are more DevTools underway ."
95+ description = "The preview window has integrated DevTools, like a console, test view and a problem viewer ."
7496 />
7597 < Feature
7698 Icon = { Private }
0 commit comments