Commit Graph

13 Commits (master)

Author SHA1 Message Date
Simon Roberts 8b8db3bd13
Minor code style/comment cleanups; remove redundant code (#257)
* Fix comments
* Fix bug with localization param
* Remove unused modules, fix a few minor code style issues
3 years ago
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>
3 years ago
Simon Roberts e26816b26c
Fix suffix on y-axis for Millions (#259) 3 years ago
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
3 years ago
Simon Roberts 9824c409ad
Feature/code cleanups (#191)
Lots of style/comment/redundancy cleanups. No functional change.
3 years ago
Miguel Mota 6605cc548c Chart width data interpolation 3 years ago
Miguel Mota 295f163ae2 Update CoinMarketCap graph data endpoint 3 years ago
Miguel Mota 394d35473d Consolidate UI packages 4 years ago
Miguel Mota 6eb6236104 closes #24 5 years ago
Miguel Mota ca7b105a9b fix path 6 years ago
Miguel Mota d3975c8981 don't shorten y values 6 years ago
Miguel Mota b730f5e01c brew test 6 years ago
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
6 years ago