Commit Graph

837 Commits (fee0bd9806fc44e7e8b59eb2856d35b0b6143f55)
 

Author SHA1 Message Date
Vuong fee0bd9806
Set key binding if key is Uppercase rune and missing Shift
- Also revert matchEvent func
3 years ago
Vuong d0dea1ff0c
Remove binding key with shift 3 years ago
Vuong 955eb7dcef
Fix search and keybinding when using Shift 3 years ago
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
Miguel Mota b8a3672ea9
Update circleci config 3 years ago
Miguel Mota 8f6b8f6835
Update Makefile 3 years ago
Miguel Mota e6eb642e37
Update circleci config 3 years ago
Miguel Mota 6c77a55f9a
Update circleci config 3 years ago
Miguel Mota 740a055eb8
docs: Update development.md 3 years ago
Miguel Mota 5e38d331aa
Merge branch 'vuon9-fix/docker-build' 3 years ago
Miguel Mota 2d3b76251a
Merge branch 'fix/docker-build' of https://github.com/vuon9/cointop into vuon9-fix/docker-build 3 years ago
Miguel Mota d9076ccd74
Update CHANGELOG.md 3 years ago
Miguel Mota fe1a5b8077
Update Makefile 3 years ago
Miguel Mota dc8f0e50eb
Merge branch 'master' into develop 3 years ago
Miguel Mota 55ab27095d
go mod tidy 3 years ago
Miguel Mota ea782f72f4
Merge branch 'master' into develop 3 years ago
Miguel Mota 4fa9a85f0c
Add circleci config 3 years ago
ѵµσɳɠ 001e2f7a71
Fix Docker build 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
Miguel Mota 9a9ee307d4
Merge pull request #254 from vuon9/feature/types-4-search-keyword
Support search by /s:keyword - symbol, /n:keyword - name
3 years ago
Simon Roberts e26816b26c
Fix suffix on y-axis for Millions (#259) 3 years ago
Simon Roberts 19561ce300
Immediately after changing currency refresh the current coins #178 (#256) 3 years ago
Simon Roberts ac946a7d73
Reduce the number of pages to 10 (1000 coins) to reduce the load on backend... (#255)
* Reduce the number of pages to 10 (1000 coins) to reduce the load on backend, and increase refresh time. See #104 #228

* Add note about --max-pages and --per-page
3 years ago
Vuong dd1c83ee67 Update FAQ for search guide 3 years ago
Vuong f26006823b Remove hasPrefix 3 years ago
ѵµσɳɠ 6ef43d5ba0 Support search by /s:keyword - symbol, /n:keyword - name 3 years ago
Miguel Mota b921c091d6
Merge branch 'lyricnz-feature/portfolio-buy2' 3 years ago
Simon Roberts 2acbb39496
Fill in cost_price, cost, pnl, pnl_percent in "cointop holdings" output 3 years ago
Miguel Mota e99d46b424
portfolio: Fix cost/pnl hidden value if empty text. #243 3 years ago
Miguel Mota 0e956d6358
portfolio: clean up fixes #243 3 years ago
Simon Roberts b5b68833f5
Add support for purchase price/currency to portfolio (#243)
* Add support for declaring a BuyPrice and BuyCurrency in portfolio.
eg: ["Algorand", "125.4", "0.8", "USD"]

Add optional (default off) columns to portfolio:
"buy_price", "buy_currency", "profit", "profit_percent"

Note: there is no UI for entering this yet.
3 years ago
Miguel Mota 0a5ba717d8
Merge pull request #242 from lyricnz/feature/no-mouse
Add configuration for enable_mouse
3 years ago
Miguel Mota f34eb3ef8f
Merge pull request #237 from lyricnz/bugfix/hide-portfolio-balances
Fix bug with chart Y axis still showing when hidePortfolioBalances
3 years ago
Simon Roberts acd8af949d
Add configuration for enable_mouse 3 years ago
Simon Roberts d7cec61e83
When hidePortfolioBalances scale the chart to the maximum price; avoids issue with resampling and using the last value 3 years ago
Simon Roberts 30fa30c057
Use stable sort for sorting coins (#235) 3 years ago
Simon Roberts 73a00588ba
If $DEBUG_FILE is set, use that rather than /tmp/cointop.log (#236) 3 years ago
Simon Roberts 57ca7d8dba
Make default shortcuts editable (#234)
* Add missing actions
* Make default shortcuts editable
3 years ago
Miguel Mota 5064dbf353
Merge pull request #227 from lyricnz/feature/verbose-http-logging
Emit verbose HTTP logging for coingecko when DEBUG_HTTP is set
3 years ago
Miguel Mota e704e00f74
Merge pull request #225 from lyricnz/feature/show-currency-marketbar
Move currencyConversion out of chartInfo - so it shows when hideChart=true
3 years ago
Simon Roberts e49211ec71
Update faq.md 3 years ago
Simon Roberts daf131f21f
Add FAQ about $DEBUG and $DEBUG_HTTP 3 years ago
Simon Roberts 65bf1394b8
Emit verbose HTTP logging for coingecko when DEBUG_HTTP is set 3 years ago
Simon Roberts 751053f185
Revert "Emit verbose HTTP logging for coingecko when DEBUG_HTTP is set"
This reverts commit 042e2184c7.
3 years ago
Simon Roberts 042e2184c7
Emit verbose HTTP logging for coingecko when DEBUG_HTTP is set 3 years ago
Simon Roberts 781b87d95d
Move currencyConversion out of chartInfo - so it shows when hideChart=true 3 years ago
Simon Roberts 68fd858304
Change "0" to go to top coin on first page (#218)
* Add new action move_to_first_page_first_row which goes to the first coin on the first page. Bind to "0" by default, replacing first_page
3 years ago
Miguel Mota 27ad1a782d
Merge branch 'master' of github.com:cointop-sh/cointop 3 years ago
Miguel Mota 15c7707883
Update CHANGELOG.md 3 years ago
Simon Roberts b19864014e
After jumping to the right page, search for the right row (#220) 3 years ago