Commit Graph

533 Commits

Author SHA1 Message Date
GloriousCode
d793030846 The calm before updating angular and material 2017-10-13 17:50:35 +11:00
GloriousCode
f66ce8e159 Removes pagename. 2017-10-10 17:52:12 +11:00
GloriousCode
ace0c9a6a9 Adds working sidebar. Has some funky height glitch that I can resolve later. Hard to get the viewport to be 100% 2017-10-10 17:50:59 +11:00
GloriousCode
dd6a692ec3 A breaking change to check out having a sidebar with content that slides over when the menu is closed. 2017-10-09 17:24:32 +11:00
GloriousCode
bc73c506e1 Adds a sidebar with navigation aww yeah 2017-10-06 20:09:21 +11:00
gloriousCode
790130927e Adds a sidebar component 2017-10-06 16:52:58 +11:00
GloriousCode
cf2ca30daa Updated Readme 2017-09-28 16:45:01 +10:00
GloriousCode
009f4e5374 Merge remote-tracking branch 'upstream/master' 2017-09-28 16:33:52 +10:00
GloriousCode
765a6f464e Updates README.md
Centres spinners
2017-09-28 16:29:13 +10:00
GloriousCode
d78f239f20 Fixes up settings
Adds progress spinner, even if ugly right now
Changes routing for dashboard
2017-09-28 07:34:23 +10:00
GloriousCode
e3d099a867 Finishes terrible dashboard where all ticker updates are posted
Fixes issue with widths
2017-09-27 18:51:55 +10:00
GloriousCode
e44832b0a7 Fixes a crashing issue 2017-09-24 20:55:30 +10:00
GloriousCode
e0921a8946 Adds a new component to render all enabled currency tickers. Will sort out later.
Reduces currency ticker to accept a ticker object so that it doesn't need to listen to events
2017-09-24 20:38:47 +10:00
GloriousCode
67d7409326 Updates README.md
Updates package.json
Creates ticker box componenet
Adds dashboard component
Updates dashboard to display components instead of it being the handler of all
2017-09-19 18:52:03 +10:00
gloriousCode
ae14811303 Saves settings 2017-09-17 17:35:03 +10:00
gloriousCode
65722afdd7 Gets some themes and starts organising data from settings 2017-09-17 16:56:03 +10:00
Adrian Gallagher
05b2bc0d56 Fix WEX linter issues 2017-09-16 13:18:28 +10:00
Adrian Gallagher
542828e957 Rename BTC-e to WEX and reinstate exchange 2017-09-16 13:03:00 +10:00
Adrian Gallagher
9114de8a06 Liqui skip empty pairs 2017-09-14 15:51:25 +10:00
Adrian Gallagher
1237223b7f Bittrex skip over empty market name 2017-09-14 15:44:45 +10:00
Adrian Gallagher
4a67edac99 Expand smsglobal 2017-09-14 15:08:20 +10:00
Adrian Gallagher
04d1de9e22 Add fiat display currency setting, defaults to USD 2017-09-14 15:08:20 +10:00
Adrian Gallagher
bc85f11c85 Add websocket connection limit, defaults to 1 and can be modified via config
Add WebsocketAllowInsecureOrigin config setting, default to false
2017-09-14 15:08:19 +10:00
Adrian Gallagher
6e9bda83a1 Link up websocket handler to routes after refactor and various improvements 2017-09-14 15:08:19 +10:00
Adrian Gallagher
0682dcec88 Add currency converter provider failover and add config setting 2017-09-14 15:08:19 +10:00
Adrian Gallagher
3ad9c3dfbe Use cryptoID instead of blockr (currently down) 2017-09-14 15:08:19 +10:00
Adrian Gallagher
2bd27feaf0 Polish websocket code 2017-09-14 15:08:19 +10:00
Adrian Gallagher
69aa445a3a Refactor stats and link up to ticker routine 2017-09-14 15:08:19 +10:00
Adrian Gallagher
87633c2142 Link up orderbook websocket code, improve exchange test coverage and various other fixes 2017-09-14 15:07:59 +10:00
Adrian Gallagher
913c104d09 Finish off websocket ticker demo, update config files and fix tests 2017-09-14 15:04:38 +10:00
GloriousCode
9d6f26646b Adds object for settings Jsoin 2017-09-13 19:30:55 +10:00
GloriousCode
dfc6b0e392 Finishes basic websocket-handler.service.ts 2017-09-12 19:46:57 +10:00
GloriousCode
6d02dfe057 Further setup for websocket handler 2017-09-11 19:08:52 +10:00
Adrian Gallagher
ad7ae88ff4 Add UpdateOrderbook exchange function and update all exchanges to support it 2017-09-11 14:02:39 +10:00
Adrian Gallagher
a5b3a6b489 Add demo routines function to fetch all exchange tickers 2017-09-11 14:02:39 +10:00
Adrian Gallagher
a1040c8d94 Start websocket implementation 2017-09-11 14:02:39 +10:00
Adrian Gallagher
89848eb6e9 Fix Liqui nonce value
Addressed in https://github.com/thrasher-/gocryptotrader/pull/50
2017-09-11 13:58:26 +10:00
Adrian Gallagher
19331a13d4 Update CONTRIBUTORS file 2017-09-08 14:57:57 +10:00
GloriousCode
126c9e1646 Changes chat.service.ts to websocket-handler.service.ts
Will be used to handler sending and reciving of messages

Adds settings component

UNSURE WHY IT BREAKS
2017-09-05 17:47:20 +10:00
GloriousCode
fcefa80cc8 Updates components to work with GCT 2017-09-04 20:06:07 +10:00
GloriousCode
e193258710 A hubub of code to test websockets. To remove and refine 2017-08-31 21:13:42 +10:00
Adrian Gallagher
9671368f59 Disable BTC-e until new exchange comes online 2017-08-31 15:58:08 +10:00
Adrian Gallagher
8a2c7c03eb Clarify HTTP RESTful service 2017-08-29 16:47:12 +10:00
GloriousCode
af2d8cf157 Adds websocket service
Adds RXJS for websocket use
2017-08-28 17:40:59 +10:00
Adrian Gallagher
341302e91e Fix various tests after test branch merge 2017-08-28 13:06:00 +10:00
Adrian Gallagher
cf051cc8f8 Merge branch 'test'
# Conflicts:
#	exchanges/btcmarkets/btcmarkets.go
2017-08-28 12:39:57 +10:00
Adrian Gallagher
2abb290749 Merge pull request #43 from shazbert/test
Test
2017-08-28 12:36:03 +10:00
Adrian Gallagher
120d59cec1 Fix TestSetAPIKeys test 2017-08-28 09:23:24 +10:00
Adrian Gallagher
d1bdc6af5d Use fixer.io currency rates API instead of Yahoo due to Yahoo service issues 2017-08-28 09:06:53 +10:00
Adrian Gallagher
40a4ff4fdb Only set authenticated API settings when authenticated API requests in config option is enabled 2017-08-25 17:00:07 +10:00