summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2023-11-11 15:51:46 +0100
committerqkzk <qu3nt1n@gmail.com>2023-11-11 15:51:46 +0100
commitd6833e662c48d28e5636fa0d85a373c9572541ea (patch)
treef1efd309bf0d2ec4d2c5ac085dce9e829e7e382a
parent1b4a4eb6826c9fa84c3c8afbbfa0ed326e12c907 (diff)
dev
-rw-r--r--development.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/development.md b/development.md
index 57632c7..018b608 100644
--- a/development.md
+++ b/development.md
@@ -622,12 +622,12 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- [x] test everything
- [x] refactor
- [x] document
-- [ ] mount usb key - should be merged with mtp
-- [ ] document filepicking (from my config etc.).
-- [ ] avoid multiple refreshs if we edit files ourself
## TODO
+- [ ] mount usb key - should be merged with mtp
+- [ ] document filepicking (from my config etc.).
+- [ ] avoid multiple refreshs if we edit files ourself
- [ ] FIX: tab.selected() should return Option<&FileInfo>
- [ ] use widget for every drawable element. First line should be a collection of widget which are drawned
- [ ] while second window is opened, if the selection is below half screen, it's not shown anymore.