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

721 Commits

Author SHA1 Message Date
Miguel Mota
6a02661dc6
Merge branch 'feature/duplicate-symbols-cache-fix' of https://github.com/lyricnz/cointop into lyricnz-feature/duplicate-symbols-cache-fix 2021-09-25 23:58:29 -07:00
Miguel Mota
987fd2fba0
Merge branch 'lyricnz-bugfix/hide-portfolio-balances' 2021-09-25 23:51:01 -07:00
Miguel Mota
72805843c9
Merge branch 'bugfix/hide-portfolio-balances' of https://github.com/lyricnz/cointop into lyricnz-bugfix/hide-portfolio-balances 2021-09-25 23:50:52 -07:00
Miguel Mota
36729f8ed8
Add an extra space if it is satoshi character because it overlaps text on right 2021-09-25 23:49:27 -07:00
Miguel Mota
98a94251c4
Merge branch 'lyricnz-feature/satoshi' 2021-09-25 23:34:40 -07:00
Simon Roberts
9c86ae5de7
Use common function to generate cache keys, and fix GlobalMarketData vs Conversion caching bug 2021-09-25 12:05:13 +10:00
Simon Roberts
26981df6a5
Add currency conversion to Satoshi 2021-09-25 10:27:14 +10:00
Simon Roberts
f2bab24d11
Remove portfolio balance from chart X-axis too
Hide percentChange24H when in hidePortfolioBalances mode
Update portfolio balances (private mode) screenshot
Scale portfolio chart (in hide-balances mode) so current-value is 1.0
2021-09-17 10:06:47 +10:00
Miguel Mota
aba283443d
faq: Add image of hidden portfolio balances 2021-09-13 22:26:42 -07:00
Miguel Mota
83a35df5c4
Hide all holding amounts when hidden flag toggled 2021-09-13 22:19:39 -07:00
Miguel Mota
1d29363185
Add keybinding to toggle hide portfolio balances 2021-09-13 22:07:13 -07:00
Miguel Mota
5f76e89a0b
Optimize Dockerfile #127 2021-09-07 22:31:18 -07:00
Miguel Mota
42b9958770
Merge branch 'simon-anz-feature/logrus' 2021-09-07 00:19:26 -07:00
Simon Roberts
dfc5ce4f21 Remove unused variable 2021-09-06 08:10:59 +10:00
Simon Roberts
f7a145a002 Fix another printf log 2021-09-05 12:48:51 +10:00
Simon Roberts
6e979f0bf9 Remove leftover code 2021-09-05 11:58:39 +10:00
Simon Roberts
32990cdbaf Remove downsample code (feature WIP) 2021-09-05 11:55:16 +10:00
Simon Roberts
c5445c6ffc One log.Debugf() required 2021-09-05 11:53:00 +10:00
Simon Roberts
a73b9ede17 Convert ct.debuglog() to logrus.Debug() 2021-09-05 11:52:44 +10:00
Miguel Mota
a86077e77e
Update debuglog method names 2021-09-04 14:17:01 -07:00
Miguel Mota
1a789cb587
go mod vendor 2021-09-04 13:31:08 -07:00
Miguel Mota
914b2e650f
Merge branch 'simon-anz-feature/migrate-from-govaluate-to-expr' 2021-09-04 13:29:27 -07:00
Simon Roberts
6d90edfefd Pass the current coin as context! 2021-09-01 10:35:58 +10:00
Simon Roberts
e638040372 When evaluating, take an environment to provide as context 2021-09-01 10:35:23 +10:00
Simon Roberts
0074ecfff9 Patch expression to substitute Float64 for Integer. Update docs to include '/' 2021-09-01 09:29:04 +10:00
Simon Roberts
9e41452eed Add vendor/github.com/antonmedv 2021-08-31 07:58:56 +10:00
Simon Roberts
09b66439fc Switch to github.com/antonmedv/expr for expression evaluation 2021-08-30 11:19:34 +10:00
Miguel Mota
89bab4e2af
go mod vendor. #151 2021-08-29 03:23:30 -07:00
Miguel Mota
b0dd16f813
Unbind forward slash keybinding when not in table view. #150 #149 2021-08-29 03:22:14 -07:00
Miguel Mota
08e81cabb8
Add subpackage for expression string eval 2021-08-29 02:15:49 -07:00
Miguel Mota
1f0f6d39d6
Merge branch 'simon-anz-feature/value-expressions' 2021-08-29 01:54:53 -07:00
Miguel Mota
fb79419c84
Only open search if active view is table. #150 2021-08-29 01:51:35 -07:00
Miguel Mota
271cf90460
Merge branch 'feature/value-expressions' of https://github.com/simon-anz/cointop into simon-anz-feature/value-expressions 2021-08-29 00:07:49 -07:00
Miguel Mota
6286450412
Merge branch 'simon-anz-feature/30d-and-1y-change' 2021-08-28 23:50:06 -07:00
Miguel Mota
296590b466
Merge branch 'feature/30d-and-1y-change' of https://github.com/simon-anz/cointop into simon-anz-feature/30d-and-1y-change 2021-08-28 23:49:55 -07:00
Simon Roberts
31fbce6006 Remove vscode file 2021-08-29 16:39:50 +10:00
Simon Roberts
79b2fb8ea6 Change hotkey for 1Y change to "y" 2021-08-29 16:38:58 +10:00
Miguel Mota
ebcb850d94
Merge branch 'simon-anz-bugfix/range-update-corrupt-cache' 2021-08-28 23:33:52 -07:00
Miguel Mota
2c7f7039fd
Merge branch 'bugfix/range-update-corrupt-cache' of https://github.com/simon-anz/cointop into simon-anz-bugfix/range-update-corrupt-cache 2021-08-28 23:33:39 -07:00
Miguel Mota
bda145d2d2
Merge branch 'simon-anz-feature/document-column-selection' 2021-08-28 23:10:42 -07:00
Simon Roberts
9b6e9c472a Add FAQ comment about using expressions in portfolio entries 2021-08-28 10:45:55 +10:00
Simon Roberts
b23e65cf28 Use govaluate to evaluate expressions in portfolio entry 2021-08-27 15:02:26 +10:00
Simon Roberts
7f2f4c551c Merge doc update, and add 1y_change 2021-08-26 11:33:27 +10:00
Simon Roberts
486338f26e Merge branch 'feature/document-column-selection' into feature/30d-and-1y-change 2021-08-26 11:20:55 +10:00
Simon Roberts
7467eb4e1d Use TOML markdown 2021-08-26 11:19:36 +10:00
Simon Roberts
f66df5abd7 Document table column selection 2021-08-26 11:15:22 +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
Simon Roberts
b32da4010c Include currencyConversion in the cache key so changing currencies invalidates the cache. See https://github.com/miguelmota/cointop/issues/144 2021-08-26 09:44:11 +10:00
Simon Roberts
e7d32f18fc Merge branch 'master' into bugfix/range-update-corrupt-cache 2021-08-24 10:02:35 +10:00
Simon Roberts
b03546c4f1 Merge remote-tracking branch 'upstream/master' 2021-08-24 10:02:23 +10:00