Commit Graph

60 Commits

Author SHA1 Message Date
crackcomm
f8b765fd53 Configurable webui port 2017-03-29 15:57:12 +11:00
gloriousCode
5ec711aac0 Replaces CDN dependency of Bootstrap with bower (can now code on train).
Also darktheme
2017-03-27 18:25:52 +11:00
gloriousCode
8d2551e13a Adds websocket support on the front end via angular-websocket 2017-03-27 18:15:14 +11:00
GloriousCode
abd6ccea74 Implements front-end call for buy and sell orders
Copy-pastes sell-orders component for mass component creation
2017-03-06 19:55:18 +11:00
GloriousCode
77aa59688c Removes ui-grid references 2017-03-06 19:39:55 +11:00
GloriousCode
37aaf55dc8 Removes ui-grid and uses native tables instead 2017-03-06 19:39:55 +11:00
GloriousCode
5520b0115e Early buy-orders work
Will implement ui-grid for tables. Way better at handling data
2017-02-28 17:13:34 +11:00
shazbert
190b75f6a2 Merge branch 'test_environment' 2017-02-27 09:19:02 +11:00
shazbert
e837eb68fd Updated CDN's to most recent stable versions 2017-02-27 09:18:00 +11:00
Adrian Gallagher
2a8414efff Expand decimal places to 6 for lower values 2017-02-20 13:13:46 +11:00
Adrian Gallagher
e7148f174b Add Ticker storage functionality for Exchanges (HTTP REST only) 2017-02-20 10:38:04 +11:00
GloriousCode
7cb3c3276b Merge branch 'master' of https://github.com/thrasher-/gocryptotrader 2017-02-10 19:47:19 +11:00
GloriousCode
2de5f868c6 Fixes issue with loading screen timeout
Limits decimal places on enabled-exchanges componenet to help lower resolutions
2017-02-10 19:46:58 +11:00
Scott
c472824b29 Update README.md 2017-02-10 19:30:15 +11:00
Scott
377762487c Adds a loading circle to the main page 2017-02-07 21:57:17 +11:00
Scott
7ba0cdaf53 Converts enabled-exchanges to a component 2017-01-29 21:15:07 +11:00
Scott
6bad3e566a Adds "sell" component
Uses rootscope to announce when a currency + exchange is selected to allow all components to adapt to new data.
2017-01-29 20:55:11 +11:00
Scott
fb6b1134f6 Adds stringUtils.js
Updates "enabled currencies" section
Updates buy component.
2017-01-29 10:37:20 +11:00
GloriousCode
60b475f46c Adds a base for the buy component 2016-11-15 21:25:06 +11:00
Scott
13ef022f6f Terrible beginnings of using components 2016-10-31 22:12:02 +11:00
Scott
2cdf3a79e5 Fixes deleted about page references 2016-10-17 21:33:25 +11:00
Scott
59afb3d0ba Setting up the look of the homepage design and desired features.
Removes the about page
Fixes issue with wallet linking
2016-10-17 21:31:28 +11:00
thrasher
61b0291f42 Merge pull request #13 from faddat/patch-2
Create docker-compose.yml
2016-10-06 22:27:31 +11:00
GloriousCode
bce5c60859 Fixes SETitle 2016-09-13 17:40:30 +10:00
GloriousCode
01a599f571 Quick basic wallet interface implementation 2016-09-13 17:38:37 +10:00
GloriousCode
fcab6df787 Adds wallet page reference 2016-09-13 17:14:26 +10:00
Scott
f37bf8d89f Adds exchange name to account info retrieval
Adds walletRoutes.go
Adds method to get all exchange account stuff  in go
Adds method to get all exchange account stuff in server.js
2016-09-12 20:06:01 +10:00
Scott
055e82c01f Merge branch 'master' of https://github.com/thrasher-/gocryptotrader 2016-09-11 14:58:34 +10:00
Scott
244cdcb48c Adds new function to interface to retrieve all enabled currency data from exchange
Implements on alphapointhttp.go
Adds new page to UI to handle exchange balances
2016-09-05 21:57:23 +10:00
Jacob Gadikian
4dc886d6ec I certify this as working. 2016-09-01 22:59:56 +02:00
Jacob Gadikian
605e6d6396 Dockerfile for web FE 2016-08-28 16:58:00 +07:00
Scott
8d1afb7e4e Fixes issue with first and last index of enabled currency array destroying config 2016-08-12 22:44:25 +10:00
Scott
dc3de32a2c Shortens notification time
Separates bot configuration to its own method to allow for repeat use. Also main.go should be small
Now reloads bot configuration on the save post. Active changes!
2016-08-12 22:33:44 +10:00
Scott
f21f2b86c7 Update README.md 2016-08-08 16:05:12 +10:00
Scott
ad0ebd9a6f Adds padding to new floating menu 2016-08-08 15:53:59 +10:00
Scott
9bfffe1a37 Attempts to save file in golang to no avail 2016-08-08 15:49:35 +10:00
Scott
e85876e273 Enhances configuration page
Adds Notification angular module
Adds Requestify for ExpressJS to make posting ezpz
Now can post data to gocryptoCore
GoCrypto can now receive data on settings save
2016-08-08 14:52:25 +10:00
Scott
df7de76b05 [WIP]Adds some exchange settings in the settings page 2016-07-27 19:43:06 +10:00
GloriousCode
df295a122c Removes "/web" folder requirement when running app.
[WIP]Adds config route to modify settings within app.
2016-07-27 19:09:08 +10:00
Scott
5bf23e110d Update readme 2016-07-26 22:13:01 +10:00
Scott
22f3739e8c Adds webserver with dashboard that gets all enabled exchanges and currencies 2016-07-26 20:47:06 +10:00
GloriousCode
5176a10b45 I should have it now. But cannot check it out due to lack of CDN connetivity 2016-07-23 12:55:58 +10:00
GloriousCode
174d715dbb Going to start trying to get routing working 2016-07-23 09:57:40 +10:00
GloriousCode
1b0c8a8e23 Implements EJS for some template action 2016-07-16 19:06:18 +10:00
GloriousCode
175a75ba7b Adds new server which requires node. Real basic, real crap 2016-07-13 21:46:47 +10:00
Ryan O'Hara-Reid
490a4e51c5 Added stylesheet for templates. 2016-03-29 17:33:12 +11:00
Ryan O'Hara-Reid
c4dcf47b47 Added stylesheet for templates. 2016-03-29 17:32:59 +11:00
Ryan O'Hara-Reid
707ccd909c Added login page template. 2016-03-29 17:32:22 +11:00
Ryan O'Hara-Reid
bd12214291 Added coverpage template. 2016-03-29 17:31:50 +11:00
Ryan O'Hara-Reid
931b0b9d58 Added stylesheet insertion & favicon link. 2016-03-29 17:24:34 +11:00