summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2023-12-20 12:26:08 +0100
committerqkzk <qu3nt1n@gmail.com>2023-12-20 12:26:08 +0100
commit9f01f6f1ddd9b6c6c84a94067cb4ace2f8f8be47 (patch)
tree9fe8c6d5a8c289747c7449896ce8500992327f30
parent872eef2cf8b8d1de29c2ecaf79b883bc7e981b86 (diff)
dev
-rw-r--r--development.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/development.md b/development.md
index cf0b0fd..0665fa1 100644
--- a/development.md
+++ b/development.md
@@ -747,6 +747,11 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
- [ ] nohup, nix, setsid ???
- [x] replace nohup by setsid
- [x] cli info is configurable
+- [ ] refactor menus.
+ - use a single index holded in menu doesn't work: too much change in internal structs
+ - use a closure doesn't work: impl selectable content requires a generic type which is different per menu
+ - refactor each navigate associate struct will require a ton of change (and why ?)
+ - is the actual solution the simplest ? yes. But A LOT of duplication
## TODO