Skip to content

Commit

Permalink
UI: Adds mst store for resources
Browse files Browse the repository at this point in the history
Signed-off-by: Shiv verma <shverma@redhat.com>
  • Loading branch information
pratap0007 committed Sep 3, 2020
1 parent d8a73c7 commit 24a2b4a
Show file tree
Hide file tree
Showing 21 changed files with 3,074 additions and 248 deletions.
49 changes: 22 additions & 27 deletions ui/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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
"@types/node": "^12.12.54",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"axios": "^0.19.2",
"axios": "^0.20.0",
"fuzzysort": "^1.1.4",
"mobx": "^5.15.6",
"mobx-react": "^6.2.5",
"mobx-state-tree": "^3.17.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
54 changes: 54 additions & 0 deletions ui/public/categories.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
[{
"id": 1,
"name": "Build Tools",
"tags": [{
"id": 1,
"name": "build-tool"
}]
},
{
"id": 2,
"name": "CLI",
"tags": [{
"id": 2,
"name": "cli"
}]
},
{
"id": 3,
"name": "Cloud",
"tags": [{
"id": 4,
"name": "aws"
},
{
"id": 5,
"name": "azure"
},
{
"id": 6,
"name": "cloud"
},
{
"id": 3,
"name": "gcp"
}
]
},
{
"id": 4,
"name": "Deploy",
"tags": [{
"id": 7,
"name": "deploy"
}]
},
{
"id": 5,
"name": "Image Build",
"tags": [{
"id": 8,
"name": "image-build"
}]
}
]
Loading

0 comments on commit 24a2b4a

Please sign in to comment.