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

23 Commits

Author SHA1 Message Date
Simon Roberts
cf5270623d
Fix global chart always showing in USD, and add current currency to chart name (#209)
* Use exchange-rates to convert GlobalMarketGraphData
* Ask for global data in usd just in case it starts working again :)
* Include currency conversion in chart title #207
* Better error handling
2021-10-09 16:15:58 +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
f375eec1eb
Rename org miguelmota → cointop-sh 2021-09-29 23:17:58 -07:00
Simon Roberts
26981df6a5
Add currency conversion to Satoshi 2021-09-25 10:27:14 +10:00
Simon Roberts
fcfb0f48fe Add support for 1Y columns - see https://github.com/miguelmota/cointop/issues/131 2021-08-26 10:29:25 +10:00
Miguel Mota
faabbfc8a6 Add max pages flag 2021-02-23 00:05:34 -08:00
Miguel Mota
0a0530de5a Add option to keep row focus on sort 2021-02-20 00:52:06 -08:00
Miguel Mota
295f163ae2 Update CoinMarketCap graph data endpoint 2021-02-18 22:14:24 -08:00
Miguel Mota
a9473e354c Fix coin name to ID lookup. #81 2021-02-12 00:51:37 -08:00
Miguel Mota
7fa0af0fa3 Add 30 day percent change column 2021-02-06 18:28:06 -08:00
Miguel Mota
d8cbc89e5c Add additional currency conversions 2021-02-05 02:19:27 -08:00
Miguel Mota
68ff8ecfb7 Format fixes 2021-01-31 22:43:01 -08:00
Miguel Mota
cba53fe5d4 Set up price alerts config 2020-12-27 15:43:13 -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
22d551b3b4 add config, clean, and reset flags 2018-12-31 15:30:41 -08:00
Miguel Mota
f017555640 portfolio view 2018-12-23 00:10:41 -08:00
Miguel Mota
e188845dc1 store favorites by name instead of by symbol 2018-06-23 01:13:11 -07:00
Miguel Mota
8e8283e8fa add currencies 2018-06-22 23:57:27 -07:00
Miguel Mota
70748c8e66 cmc ping 2018-05-12 18:47:06 -07:00
Miguel Mota
8f15d4898e mutex lock on map write 2018-05-09 15:12:55 -07:00
Miguel Mota
6be9c49a11 close #14 2018-05-09 01:24:31 -07:00