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
Miguel Mota
f375eec1eb
Rename org miguelmota → cointop-sh
2021-09-29 23:17:58 -07:00
Alexis Hildebrandt
5933f22020
Ignore ANSI escape codes when when determining string length
...
to calculate width and padding for table alignment.
2021-04-20 10:29:09 +02:00
Miguel Mota
a9473e354c
Fix coin name to ID lookup. #81
2021-02-12 00:51:37 -08:00
Miguel Mota
184ebfb497
Dynamic column widths
2021-02-05 01:04:09 -08:00
Miguel Mota
093084e859
Full width highlight rows
2021-01-19 00:27:13 -08:00
Miguel Mota
51cb442698
Add table scroll left/right shortcut
2020-11-21 14:41:18 -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
fb82e22a8a
table max width
...
Former-commit-id: d361509a5be8f7155f8ca0c4c19e74d54a4f1b2d [formerly d361509a5be8f7155f8ca0c4c19e74d54a4f1b2d [formerly cea9a050eab868472f4267d99fc59a0151cb26ba [formerly 7e52bac504193ae22c4c17037b426bed98b38dfd]]]
Former-commit-id: dc30591cd8ceabaf264bb1633b23cc0d8b88468f
Former-commit-id: 6ba275f93613d151f653b4f47392d192d6c06eca [formerly d01a1f8408b60f23a8ea15ad4d39300877d06102]
Former-commit-id: 9f05fbc348f8a5fa4b13547465c20d0743f1a7e6
2018-04-06 11:32:43 -07:00
Miguel Mota
77f5c752e9
build script
...
Former-commit-id: 807a38499b5e912a909d18e142ac5ffd27518f47 [formerly 807a38499b5e912a909d18e142ac5ffd27518f47 [formerly 3b23f739d91859165827c1af6a923cf7be19a1d5 [formerly 6f3f3dd824
]]]
Former-commit-id: 36948040aa5bec0dd2c25ec210e02349f5bddf0a
Former-commit-id: 4b1b9d17fc425bc764a46d0fdcd12747cca608f5 [formerly 56d4451c69972aa25ed17119773e6af9085b00c1]
Former-commit-id: 7967040e3a6348128010d3bc0ad213e5eabbf567
2018-03-31 01:18:53 -07:00