diff options
| author | dam <dam@gudinoff> | 2022-09-20 23:49:16 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-09-20 23:49:16 +0000 |
| commit | 48e32f34ecaab1bbe653cc84557f01b09a7f9efe (patch) | |
| tree | ef072e04a35ab748b814c58e68f46ef919213397 /readme.md | |
| parent | 4d7f6246b796352f87d4e62a1aec9a7eae283e43 (diff) | |
| download | task-time-tracker-48e32f34ecaab1bbe653cc84557f01b09a7f9efe.tar.zst task-time-tracker-48e32f34ecaab1bbe653cc84557f01b09a7f9efe.zip | |
Show symbol when viewing the archive.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -28,10 +28,8 @@ Task Time Tracker - Create function to recalculate them. Shouldn't take so long, right? - Decide when this will run. - check for overflow/underflow when adding/subtracting times; -- [ ] How to show we're working with database or archive? - - When showing archive, change the 1st column name from "TTT v1" to "Archive". Maybe include this on the layout types? - - Maybe add a "app_mode" flag; -- [ ] Maybe rename database to something else that goes along with archive. +- [x] Show a symbol to let the user know when we're seeing the archive. +- [ ] Maybe rename database to something else that goes along with archive: main_db; - [ ] Cleanup `draw_tui`: - Selected and active tasks should be drawn after everything else. - Try printing each row; |
