Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kvkens committed Apr 9, 2018
2 parents 177b66f + e72cfc0 commit b00062b
Show file tree
Hide file tree
Showing 24 changed files with 119 additions and 633 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ app/*
npm-debug.log
.idea/
*.iml

package-lock.json
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
},
"license": "MIT",
"dependencies": {
"antd": "^3.3.3",
"antd": "^3.4.1",
"axios": "^0.18.0",
"mirrorx": "^0.2.10",
"react": "^16.3.0",
"react-dom": "^16.3.0"
"react": "^16.3.1",
"react-dom": "^16.3.1"
},
"devDependencies": {
"ansi-html": "0.0.7",
"autoprefixer": "^8.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-minify-webpack-plugin": "^0.3.0",
"babel-plugin-import": "^1.6.7",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand All @@ -84,7 +84,7 @@
"file-loader": "^1.1.11",
"fix-path": "^2.1.0",
"fs-extra": "^5.0.0",
"html-webpack-plugin": "^3.0.6",
"html-webpack-plugin": "^3.2.0",
"install": "^0.10.4",
"less": "^3.0.1",
"less-loader": "^4.1.0",
Expand Down
3 changes: 1 addition & 2 deletions src/renderer/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { Route, Router, NavLink } from 'mirrorx';
import { Layout, Menu, Icon } from 'antd';
import { ipcRenderer } from 'electron';
import pkg from '../../package.json';
import CloseButton from 'components/CloseButton';
import SiderLeft from 'components/SiderLeft';
// import CloseButton from 'components/CloseButton';
import Routes from './routes';
import './App.less';
const { Header, Content, Footer, Sider } = Layout;
Expand Down
5 changes: 4 additions & 1 deletion src/renderer/App.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
button {
-webkit-app-region: no-drag;
}

.ant-layout-header{
background: #fff;
padding:0;
}
.ant-layout {
background-color: #fff;
}
Expand Down
75 changes: 0 additions & 75 deletions src/renderer/components/EmptyHome/index.jsx

This file was deleted.

30 changes: 0 additions & 30 deletions src/renderer/components/EmptyHome/index.less

This file was deleted.

45 changes: 0 additions & 45 deletions src/renderer/components/Init/ProjectCard.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/renderer/components/Init/ProjectCard.less

This file was deleted.

Loading

0 comments on commit b00062b

Please sign in to comment.