Skip to content

Commit

Permalink
Add UI code
Browse files Browse the repository at this point in the history
  • Loading branch information
XatMassacrE committed Dec 24, 2019
1 parent d2d4185 commit 6de68f2
Show file tree
Hide file tree
Showing 68 changed files with 5,399 additions and 27 deletions.
4 changes: 2 additions & 2 deletions electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let mainWindow

function createWindow() {
mainWindow = new BrowserWindow({
width: 1440,
height: 1000,
width: 358,
height: 600,
webPreferences: { preload: path.join(__dirname, 'preload.js') }
})
mainWindow.loadURL(
Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,26 @@
"main": "electron.js",
"dependencies": {
"@chainx/types": "^2.22.25",
"@chainx/ui": "^0.0.33",
"@chainx/util": "^2.22.2",
"@reduxjs/toolkit": "^1.0.4",
"bignumber.js": "^9.0.0",
"chainx.js": "^2.22.28",
"clipboard": "^2.0.4",
"electron-is-dev": "^1.1.0",
"electron-store": "^5.1.0",
"jest": "^24.9.0",
"lodash.shuffle": "^4.2.0",
"mock-socket": "^9.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.0.1",
"react-tooltip": "^3.11.1",
"react-scripts": "3.2.0",
"redux": "^4.0.4",
"redux-starter-kit": "^0.9.1",
"ws": "^7.2.0"
},
"scripts": {
Expand Down Expand Up @@ -45,7 +54,9 @@
"electron": "^7.1.2",
"husky": "^3.1.0",
"lint-staged": "^9.4.3",
"node-sass": "^4.13.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.0",
"wait-on": "^3.3.0"
},
"husky": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/extension_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6de68f2

Please sign in to comment.