Commit Graph

71 Commits (e1aded93e84141df5f6181ac4b24e6ab945fe1b2)

Author SHA1 Message Date
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 f375eec1eb
Rename org miguelmota → cointop-sh 3 years ago
Simon Roberts a73b9ede17 Convert ct.debuglog() to logrus.Debug() 3 years ago
Miguel Mota a86077e77e
Update debuglog method names 3 years ago
Miguel Mota e7531ca635
Add keybinding to toggle chart fullscreen 3 years ago
Miguel Mota c79d601bbf
Price alert entry fix 3 years ago
Miguel Mota bea56532fa Fix coins and portfolio row selection 3 years ago
Miguel Mota 3270d12ab8 Fix next/prev column sort 3 years ago
Miguel Mota 38b279083f Table view nil check 3 years ago
Miguel Mota aeed426034 Table scroll fix 3 years ago
Miguel Mota 0a0530de5a Add option to keep row focus on sort 3 years ago
Miguel Mota a9473e354c Fix coin name to ID lookup. #81 3 years ago
Miguel Mota 184ebfb497 Dynamic column widths 3 years ago
Miguel Mota ae65cc58d7 Add newline to market bar on resize 3 years ago
Miguel Mota 68ff8ecfb7 Format fixes 3 years ago
Miguel Mota 093084e859 Full width highlight rows 3 years ago
Miguel Mota 3bc93134c9 Add price alerts table 3 years ago
Miguel Mota cba53fe5d4 Set up price alerts config 3 years ago
Miguel Mota 415b4c1d94 Separate out different tables 4 years ago
Miguel Mota 51cb442698 Add table scroll left/right shortcut 4 years ago
Miguel Mota 394d35473d Consolidate UI packages 4 years ago
Miguel Mota b10e9bb2c1 Align percent holdings header 4 years ago
Miguel Mota 97facbe48d Add command to print holdings 4 years ago
Miguel Mota 52be62a2c1 Add comments 4 years ago
Miguel Mota 7459139c15 Increase decimal places for btc and eth conversions. Closes #51 4 years ago
Miguel Mota ca1987a0f8 Return error on update callback 4 years ago
Miguel Mota b61e2fdd84 Update method descriptions 5 years ago
Miguel Mota 5f073fecf9
Navigation bug fixes. Fixes #41 5 years ago
Miguel Mota 5e2134e43e
Fix sorting issue with favorites and portfolio 5 years ago
Miguel Mota db3cb70696
Use sync.Map for maintaining map of all coins 5 years ago
Miguel Mota 96cab2b405
Add chart loading label 5 years ago
Miguel Mota 592d061ee8
Create view structures 5 years ago
Miguel Mota 4ef4f7aa54
Clean up 5 years ago
Miguel Mota 29283b7d8e
table toggle fullscreen shortcut 5 years ago
Miguel Mota 12d56decc3
Use theme styles 5 years ago
Miguel Mota 81af942dbf
Read colorscheme file 5 years ago
Miguel Mota 6361b22399 Add CoinGecko API support 5 years ago
Miguel Mota 0eb3daed6f closes #26 5 years ago
Miguel Mota e457a89755 use coinmarketcap pro api v1 5 years ago
Miguel Mota 6eb6236104 closes #24 5 years ago
Miguel Mota bd58b112f1 portfolio percentages 5 years ago
Miguel Mota 70e18090a9 portfolio chart 5 years ago
Miguel Mota caf7a757d3 portfolio add/edit menu 5 years ago
Miguel Mota f017555640 portfolio view 5 years ago
Miguel Mota e188845dc1 store favorites by name instead of by symbol 6 years ago
Miguel Mota b0e44a999f add NOK 6 years ago
Miguel Mota 1acbf0ed30 fixes #9 6 years ago
Miguel Mota 6be9c49a11 close #14 6 years ago
Miguel Mota e0b3d59d0c currency conversion 6 years ago