Commit Graph

763 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 ff24fb3b69
Add simple test workflow (#201)
* Add simple test workflow

* main->master
3 years ago
sgmoore 8651b20735
Update install.md (#202)
Spelling fix at lines 10 and 72
3 years ago
Simon Roberts 95c2973657
Make direct links to docs site (#194)
* Make direct links to docs site

* Fix getting-started link
3 years ago
Simon Roberts b986017d6c
DefaultCacheDir = ":PREFERRED_CACHE_HOME:/cointop" (#197) 3 years ago
Simon Roberts 9824c409ad
Feature/code cleanups (#191)
Lots of style/comment/redundancy cleanups. No functional change.
3 years ago
Miguel Mota cfc93c92c6
fix: ClearSyncMap pass by reference (#195) 3 years ago
Miguel Mota 9b03adc2bc
Merge pull request #192 from cointop-sh/fix/clean-cache-dir
fix: Delete cache_dir from config when using clean/reset commands
3 years ago
Miguel Mota d9bab7d3c2
Rename org miguelmota → cointop-sh 3 years ago
Miguel Mota a07bed9dab
command[clean]: Delete cache_dir from config 3 years ago
Miguel Mota f375eec1eb
Rename org miguelmota → cointop-sh 3 years ago
Simon Roberts 0bacbe5b9d
Make favorite character configurable (#190)
* Make favorite character configurable
3 years ago
Simon Roberts cc325b9d4e
Merge pull request #189 from lyricnz/feature/full-width
#129 Allow configurable max_chart_width (default 175, if 0 use full width)
3 years ago
Simon Roberts 95a31d5488
Save chart height after change. 3 years ago
Simon Roberts a85fb5ea50
Move maxChartWidth to [chart] section in config. Start working on persistent chart height 3 years ago
Simon Roberts 4fa05a5e88
Use constant for DefaultChartHeight 3 years ago
Simon Roberts f0631cf2de
The world is not ready for configurable MaxTableWidth 3 years ago
Simon Roberts caccc13ea0
Move maxChartWidth to ct.State 3 years ago
Simon Roberts 9a270d4b19
Allow configurable max_chart_width (default 175, if 0 use full width)
Start working on MaxTableWidth
3 years ago
Simon Roberts 562c5fd3f4
Merge pull request #184 from lyricnz/feature/x-labels
Show X axis labels on charts
3 years ago
Simon Roberts 5ef09ea40a
Handle 0/1 data items returned before resampling 3 years ago
Miguel Mota a260925900
Merge pull request #186 from lyricnz/bugfix/chart-time-ranges
Use more accurate Duration for Year and Month ranges
3 years ago
Simon Roberts 2f616e2c35
When we are not aggregating multiple prices, use the oldest data available as the left hand side of chart, not the requested start. 3 years ago
Simon Roberts 72d2c997f5
Set "All Time" to 10 Years 3 years ago
Simon Roberts 9d8843389d
Use more accurate Duration for Year and Month ranges 3 years ago
Simon Roberts 620e5c737c
Remove debug code 3 years ago
Simon Roberts 6e99e9100f
Add time labels to X axis 3 years ago
Simon Roberts c0c514ba3f
Merge pull request #180 from lyricnz/feature/resample-data
Resample portfolio data to consistent time-interval before charting
3 years ago
Simon Roberts e8fcd4a7a4
Remove interpolateData() 3 years ago
Simon Roberts ec55f0df03
Merge branch 'miguelmota:master' into feature/resample-data 3 years ago
Simon Roberts 370b9f3a56
Fix comments 3 years ago
Miguel Mota d4b6afa077
Merge pull request #181 from miguelmota/bugfix/changlog
fix typo in changelog
3 years ago
Simon Roberts f81ca9ede8
fix typo in changelog 3 years ago
Simon Roberts a2e432bb1b
Merge branch 'feature/resample-data' of https://github.com/lyricnz/cointop into feature/resample-data 3 years ago
Simon Roberts 49ac2fbc0f
Ask the chart how many data points it needs 3 years ago
Simon Roberts 162e6cd442
Merge branch 'miguelmota:master' into feature/resample-data 3 years ago
Simon Roberts 065f23eba2
Merge branch 'master' into feature/resample-data 3 years ago
Simon Roberts f38bc4ca3f
Continue from https://github.com/miguelmota/cointop/pull/165 3 years ago
Miguel Mota b6c0579b38
Remove redundant line. #166 3 years ago
Miguel Mota d17bda59f8
README: Add contributor thanks 3 years ago
Miguel Mota e5360472d1
Update CHANGELOG.md 3 years ago
Miguel Mota ac9a4d44cc
Merge branch 'lyricnz-feature/duplicate-symbols-cache-fix' 3 years ago
Miguel Mota 6a02661dc6
Merge branch 'feature/duplicate-symbols-cache-fix' of https://github.com/lyricnz/cointop into lyricnz-feature/duplicate-symbols-cache-fix 3 years ago
Miguel Mota 987fd2fba0
Merge branch 'lyricnz-bugfix/hide-portfolio-balances' 3 years ago
Miguel Mota 72805843c9
Merge branch 'bugfix/hide-portfolio-balances' of https://github.com/lyricnz/cointop into lyricnz-bugfix/hide-portfolio-balances 3 years ago
Miguel Mota 36729f8ed8
Add an extra space if it is satoshi character because it overlaps text on right 3 years ago
Miguel Mota 98a94251c4
Merge branch 'lyricnz-feature/satoshi' 3 years ago
Simon Roberts 9c86ae5de7
Use common function to generate cache keys, and fix GlobalMarketData vs Conversion caching bug 3 years ago
Simon Roberts 26981df6a5
Add currency conversion to Satoshi 3 years ago
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
3 years ago