forked from parse-community/parse-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* parse: (21 commits) Reset credentials (parse-community#1135) 1.4.0 version bump + changelog (parse-community#1134) Fix: Master fails to install graphql-playground parse-community#1131 (parse-community#1133) Update eslint-plugin-react to the latest version 🚀 (parse-community#1122) Update babel7 to the latest version 🚀 (parse-community#1129) GraphQL API playground (parse-community#1123) Fix: Can't switch (dropdown list) between servers parse-community#1045 (parse-community#1125) Update puppeteer to the latest version 🚀 (parse-community#1124) Update eslint-plugin-react to the latest version 🚀 (parse-community#1120) Update webpack-cli to the latest version 🚀 (parse-community#1119) Update react-dnd to the latest version 🚀 (parse-community#1117) Update puppeteer to the latest version 🚀 (parse-community#1116) Update react-dnd to the latest version 🚀 (parse-community#1114) Update babel-eslint to the latest version 🚀 (parse-community#1113) Update react-dnd to the latest version 🚀 (parse-community#1111) Update react-dnd to the latest version 🚀 (parse-community#1110) Update package-json to the latest version 🚀 (parse-community#1108) Update webpack-cli to the latest version 🚀 (parse-community#1106) Update react-dnd to the latest version 🚀 (parse-community#1104) Update webpack-cli to the latest version 🚀 (parse-community#1103) ... # Conflicts: # package-lock.json
- Loading branch information
Showing
16 changed files
with
1,944 additions
and
602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import React from 'react'; | ||
import styles from 'components/Sidebar/Sidebar.scss'; | ||
|
||
export default ({ name, onClick }) => ( | ||
<div className={styles.currentApp} onClick={onClick}> | ||
{name} | ||
</div> | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.