-
- Downloads
add bootstrap, navbar and layout selection for architecture view
Showing
- app/components/architecture-viewer.js 20 additions, 0 deletionsapp/components/architecture-viewer.js
- app/components/architecture-visualisation-cytoscape/component.js 18 additions, 49 deletions...ponents/architecture-visualisation-cytoscape/component.js
- app/services/graphing-service.js 1 addition, 1 deletionapp/services/graphing-service.js
- app/styles/_custom_bootstrap.scss 56 additions, 0 deletionsapp/styles/_custom_bootstrap.scss
- app/styles/app.scss 5 additions, 3 deletionsapp/styles/app.scss
- app/styles/components/_cytoscape.scss 3 additions, 2 deletionsapp/styles/components/_cytoscape.scss
- app/templates/application.hbs 24 additions, 5 deletionsapp/templates/application.hbs
- app/templates/architectures/single.hbs 1 addition, 3 deletionsapp/templates/architectures/single.hbs
- app/templates/components/.gitkeep 0 additions, 0 deletionsapp/templates/components/.gitkeep
- app/templates/components/architecture-viewer.hbs 16 additions, 0 deletionsapp/templates/components/architecture-viewer.hbs
- bower.json 2 additions, 1 deletionbower.json
- ember-cli-build.js 3 additions, 0 deletionsember-cli-build.js
- package.json 3 additions, 1 deletionpackage.json
- tests/integration/components/architecture-viewer-test.js 24 additions, 0 deletionstests/integration/components/architecture-viewer-test.js
app/components/architecture-viewer.js
0 → 100644
app/styles/_custom_bootstrap.scss
0 → 100644
app/templates/components/.gitkeep
deleted
100644 → 0
... | ... | @@ -25,6 +25,7 @@ |
"ember-cli": "2.4.2", | ||
"ember-cli-app-version": "^1.0.0", | ||
"ember-cli-babel": "^5.1.5", | ||
"ember-cli-bootstrap-sassy": "0.5.3", | ||
"ember-cli-d3": "1.1.6", | ||
"ember-cli-dependency-checker": "^1.2.0", | ||
"ember-cli-htmlbars": "^1.0.1", | ||
... | ... | @@ -46,7 +47,8 @@ |
"ember-load-initializers": "^0.5.0", | ||
"ember-resolver": "^2.0.3", | ||
"loader.js": "^4.0.0", | ||
"lodash": "^4.11.1" | ||
"lodash": "^4.11.1", | ||
"node-sass": "^3.8.0" | ||
}, | ||
"dependencies": { | ||
"cytoscape": "^2.6.12", | ||
... | ... |
Please register or sign in to comment