Skip to content

Commit

Permalink
Bumped version to hubble-fe-v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OshotOkill committed Feb 13, 2020
1 parent 7e1012b commit 1d42835
Show file tree
Hide file tree
Showing 80 changed files with 15,574 additions and 1,655 deletions.
8 changes: 7 additions & 1 deletion hubble-fe/.stylelintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": "stylelint-config-standard"
"extends": "stylelint-config-standard",
"ignoreFiles": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.jsx"
]
}
10 changes: 7 additions & 3 deletions hubble-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,29 @@
"@types/classnames": "^2.2.9",
"@types/codemirror": "^0.0.76",
"@types/d3": "^5.7.2",
"@types/file-saver": "^2.0.1",
"@types/jest": "24.0.15",
"@types/lodash-es": "^4.17.3",
"@types/node": "12.6.8",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/react-highlight-words": "^0.16.0",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"codemirror": "^5.48.4",
"d3": "^5.11.0",
"file-saver": "^2.0.2",
"less": "^3.9.0",
"lodash-es": "^4.17.15",
"mobx": "^5.13.0",
"mobx-react": "^6.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-highlight-words": "^0.16.0",
"react-json-view": "^1.19.1",
"react-popper-tooltip": "^2.9.1",
"react-scripts": "3.0.1",
"typescript": "3.5.3",
"vis-network": "^6.5.0",
"wouter": "^2.1.1"
},
"scripts": {
Expand Down Expand Up @@ -69,6 +74,5 @@
"stylelint --fix",
"git add"
]
},
"proxy": "http://localhost:8181"
}
}
7 changes: 0 additions & 7 deletions hubble-fe/src/App.tsx

This file was deleted.

17 changes: 17 additions & 0 deletions hubble-fe/src/assets/imgs/ic_arrow_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions hubble-fe/src/assets/imgs/ic_close_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions hubble-fe/src/assets/imgs/ic_liebiaomoshi_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions hubble-fe/src/assets/imgs/ic_liebiaomoshi_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions hubble-fe/src/assets/imgs/ic_middle_16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions hubble-fe/src/assets/imgs/ic_pass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions hubble-fe/src/assets/imgs/ic_progress_done.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions hubble-fe/src/assets/imgs/ic_question_mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions hubble-fe/src/assets/imgs/ic_tumoshi_black.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 1d42835

Please sign in to comment.