mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 07:26:48 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user