summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-30 20:20:34 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-30 20:21:48 -0700
commit69a0f663140df7e79b5016661675839d7e394cd3 (patch)
tree354712efa5722716beaa00e4193b6ba85d9e41fe
parent0a0f07e5d06734dd9f06779f40a0b031ebe41406 (diff)
Update TODO
-rw-r--r--README.md2
-rw-r--r--TODO.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6b1dfa..6620adf 100644
--- a/README.md
+++ b/README.md
@@ -184,4 +184,4 @@ guidelines](.github/CONTRIBUTING.md) and submit any refactoring issues or pull
requests.
## credits
-Credit to my good friend [Charles](heyitscharles.com) for logo design.
+Credit to my good friend [Charles](http://heyitscharles.com) for logo design.
diff --git a/TODO.md b/TODO.md
index e6456cd..6047985 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,6 +1,8 @@
# TODO
### chores
+0. Add a simpler loading spinner during --lucky retrieval and between SPACE and
+ TUI.
0. Use `include_str!` instead of hardcoding `colors.toml`.
1. Move to github actions ASAP, travis & appveyor are a PITA. See resources below.
2. Refactor layout handling (see TODO on `tui::views::LayoutView::relayout`)