Skip to content

Commit

Permalink
feat(dashboard): ui improvments
Browse files Browse the repository at this point in the history
* Add custom checkboxes
* Use react-select for dropdown
* Style refresh button on Logs page
  • Loading branch information
eysi09 committed Feb 11, 2019
1 parent 348d692 commit 4d38659
Show file tree
Hide file tree
Showing 6 changed files with 390 additions and 37 deletions.
230 changes: 229 additions & 1 deletion dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"devDependencies": {
"fs-extra": "^7.0.1",
"@types/d3": "^5.0.1",
"@types/dagre-d3": "^0.4.38",
"@types/fs-extra": "^5.0.4",
Expand All @@ -14,6 +13,8 @@
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-router-dom": "^4.3.1",
"@types/react-select": "^2.0.11",
"fs-extra": "^7.0.1",
"gulp": "^4.0.0",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^5.0.0",
Expand All @@ -37,6 +38,7 @@
"react": "16.7.0-alpha.2",
"react-dom": "16.7.0-alpha.2",
"react-router-dom": "^4.3.1",
"react-select": "^2.3.0",
"uuid": "^3.3.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4d38659

Please sign in to comment.