2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-10 13:10:26 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Simon Roberts
9a906c3a68
Migrate from termbox-go to tcell (#232)
Lots of new functionality including:
- mouse support: click select, scroll, menus, table-sorting, etc
- 24-bit color support in themes

Co-authored-by: Simon Roberts <simon.roberts@anz.com>
Co-authored-by: ѵµσɳɠ <3168632+vuon9@users.noreply.github.com>
2021-11-07 14:03:54 +11:00
Simon Roberts
e26816b26c
Fix suffix on y-axis for Millions (#259) 2021-10-29 13:51:19 +11:00
Simon Roberts
e1aded93e8
More minor cleanups (no functional change) (#198)
* Redundant type conversions

* Remove redudant type declarations. Inline one-line constructors. Remove unnecessary brackets.

* Simplify name - it's used via package name anyway

* Simplify variable initializations

* Change `var x uint = Y` to `x := uint(Y)`

* More shorthand initialization
2021-10-05 08:01:42 +11:00
Simon Roberts
9824c409ad
Feature/code cleanups (#191)
Lots of style/comment/redundancy cleanups. No functional change.
2021-10-01 17:03:36 +10:00
Miguel Mota
6605cc548c Chart width data interpolation 2021-02-18 23:58:14 -08:00
Miguel Mota
295f163ae2 Update CoinMarketCap graph data endpoint 2021-02-18 22:14:24 -08:00
Miguel Mota
394d35473d Consolidate UI packages 2020-11-18 20:37:40 -08:00
Miguel Mota
6eb6236104 closes #24 2019-02-25 22:35:51 -08:00
Miguel Mota
ca7b105a9b fix path 2018-05-12 12:59:15 -07:00
Miguel Mota
d3975c8981 don't shorten y values 2018-04-30 15:40:33 -07:00
Miguel Mota
b730f5e01c brew test 2018-04-28 13:10:17 -07:00
Miguel Mota
01b248ee82 rm panicparse dep
Former-commit-id: 03f60c917e961b9a602201f44db08d96f9633063 [formerly 03f60c917e961b9a602201f44db08d96f9633063 [formerly ebc717d2c1907fc7a7840d674e260a9a033b4554 [formerly 664ed54783c9fdfd300eb39fd4b4a648a410659f]]]
Former-commit-id: aac9a01875dc0f2bb9cafdf6a70743e0268c0475
Former-commit-id: 587aa697ce2b26cd6a11406742349b60abad2c11 [formerly 61857f48e24c87948a072aa86c331f0a644bc26e]
Former-commit-id: 0690a6a5fce4865803e25015fb141e316279bf8f
2018-04-17 21:19:48 -07:00