Visual changes (#108)

* Basic dynamically added buy-sell component

* Adds a basic component to display ticker info on the top right of the
GUI

* Dashboard with actual components

* Adds AM charts

* More fake component data
Better handling of dashboard blocks

* Attempting to make the dashboard scalable

* Fixes dashboard sizing
Adjusts dashboard widget margins

* Gets a chart!

* Buy sell updates

* Sprucing the buy sell components

Updates material

Fix up git Pr issues
This commit is contained in:
Scott
2018-03-26 12:57:05 +11:00
committed by Adrian Gallagher
parent cc4c8a0203
commit b8e4f497a3
46 changed files with 1845 additions and 317 deletions

View File

@@ -46,18 +46,20 @@
"e2e": "protractor ./protractor.conf.js"
},
"dependencies": {
"@amcharts/amcharts3-angular": "^2.0.3",
"@angular/animations": "5.2.2",
"@angular/cdk": "5.1.0",
"@angular/cdk": "5.2.4",
"@angular/common": "5.2.2",
"@angular/compiler": "5.2.2",
"@angular/core": "5.2.2",
"@angular/forms": "5.2.2",
"@angular/http": "5.2.2",
"@angular/material": "5.1.0",
"@angular/material": "5.2.4",
"@angular/platform-browser": "5.2.2",
"@angular/platform-browser-dynamic": "5.2.2",
"@angular/router": "5.2.2",
"@ngtools/webpack": "1.9.6",
"amstock3": "^3.21.12",
"core-js": "2.4.1",
"enhanced-resolve": "3.3.0",
"extract-text-webpack-plugin": "^3.0.2",