Skip to content

Commit

Permalink
Merge pull request #9 from iris-liu0312/master
Browse files Browse the repository at this point in the history
Bug Fixes
  • Loading branch information
iris-liu0312 authored Jan 26, 2022
2 parents 2395d6e + 0810fa0 commit afdfad7
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 230 deletions.
108 changes: 17 additions & 91 deletions static/package-lock.json

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

9 changes: 4 additions & 5 deletions static/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "schema-interface",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.5.1",
"description": "Schema Curation Interface",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode production",
Expand All @@ -22,8 +22,6 @@
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"svg-url-loader": "^7.1.1",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3"
Expand All @@ -34,6 +32,7 @@
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"cytoscape": "^3.20.0",
"cytoscape-context-menus": "^4.1.0",
"cytoscape-klay": "^3.1.4",
"fast-deep-equal": "^3.1.3",
"jsoneditor": "^9.6.0",
Expand Down
3 changes: 1 addition & 2 deletions static/src/public/cy-style.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,9 @@
"layout": {
"name": "klay",
"nodeDimensionsIncludeLabels": false,
"fit": true,
"fit": false,
"padding": 20,
"animate": false,
"animationDuration": 500,
"klay": {
"addUnnecessaryBendpoints": false,
"aspectRatio": 1.6,
Expand Down
Loading

0 comments on commit afdfad7

Please sign in to comment.