Commit Graph

18 Commits

Author SHA1 Message Date
902590a9b9 Fix order book bug
For some reason we were not deleting empty orders. Therefore as the market
moved the open orders show a huge discrepancy.
2018-01-01 18:28:48 -08:00
829468f556 WIP Re-architect size changes/orde book rendering 2018-01-01 17:25:23 -08:00
33404c7733 Clear the screen on init 2017-12-31 19:14:14 -08:00
df3c9456c1 Add all widget back to the ui 2017-12-30 22:55:36 -08:00
166245fccd Window rendering upgraded to use blocks 2017-12-30 13:42:13 -08:00
7bc56f967d Add origin calculations to widget rendering 2017-12-30 12:08:07 -08:00
958afee6c6 gofmt 2017-12-30 11:25:56 -08:00
1a58ef2acb Fix data races 2017-12-30 11:24:00 -08:00
a73e0f6a27 ListWidget is Rendering Again
The ListWidget rendering has been updated to support the new
architecture.
1. Borders/Styles
2. golang Image package
3. Blocks
2017-12-30 02:23:20 -08:00
82770ab0a0 Begin using go image library 2017-12-28 18:21:01 -08:00
4291bfb210 Begin adding widget constraints 2017-12-28 00:10:37 -08:00
c5339a9ae4 Refactor widget attributes to interface methods 2017-12-27 16:03:14 -08:00
3a5c620893 gofmt 2017-12-27 15:49:20 -08:00
3bf3645cd3 Add q to application quit 2017-12-27 15:47:43 -08:00
7cfb59aeb9 Set up attribute for rendering placement and size 2017-12-27 14:25:38 -08:00
2f1a186ce2 Use an interface type to pass the list entries 2017-12-27 00:20:41 -08:00
c22258a219 Refactor from single file to multi-package 2017-12-26 21:19:42 -08:00
7fb6b76119 Init 2017-12-24 14:41:04 -08:00