summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2023-11-11 15:22:02 +0100
committerqkzk <qu3nt1n@gmail.com>2023-11-11 15:22:02 +0100
commit4c61e69e392497689f61380504a0656b8b382510 (patch)
treeb2d652fab318f96323e16ceea991bab982547793
parentd758cda05909152821c0880a0efe7a9dc996f5de (diff)
dev
-rw-r--r--development.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/development.md b/development.md
index abb1ce5..57632c7 100644
--- a/development.md
+++ b/development.md
@@ -603,10 +603,7 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- [x] allow seveval palettes for normal file colors
- [x] move every lazy_static configuration into config.
- [x] FIX: encrypted are never shown as mounted
-- [ ] mount usb key - should be merged with mtp
-- [ ] document filepicking (from my config etc.).
-- [ ] avoid multiple refreshs if we edit files ourself
-- [ ] Tree remade without recursion. Use an `HashMap<PathBuf, Node>`
+- [x] Tree remade without recursion. Use an `HashMap<PathBuf, Node>`
- [x] FIX: folders are max depth hangs the app
- [x] FIX: rename renames the root path
- [x] FIX: scrolling to bottom of tree is bugged
@@ -625,6 +622,9 @@ 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