diff options
author | qkzk <qu3nt1n@gmail.com> | 2024-10-26 19:44:33 +0200 |
---|---|---|
committer | qkzk <qu3nt1n@gmail.com> | 2024-10-26 19:44:33 +0200 |
commit | 55ae7508f2b0a49f91c0a31f73cc3dfa63a42b11 (patch) | |
tree | 7f02749090f7a11ccba757f8898cd59af1a7a904 | |
parent | c545ef298df30794fe8b83b34ca82e7c181c5284 (diff) |
dev
-rw-r--r-- | development.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/development.md b/development.md index 5c1e27e2..0454d290 100644 --- a/development.md +++ b/development.md @@ -1287,7 +1287,7 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally. ### Version 0.1.31 -- [ ] replace tuikit by ratatui + crossterm +- [x] replace tuikit by ratatui + crossterm - [x] [step by step migration](https://chatgpt.com/c/670cf276-9540-800f-94c8-eaa4ae1e05ea) - [x] NOT DISPLAY @@ -1296,7 +1296,7 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally. - [x] dispatch mouse wheel events - [x] dispatch menu key events - [x] preview - - [ ] DISPLAY + - [x] DISPLAY - [x] create windows - [x] draw trait of canvas ??? won't work, borrow checker... - [x] draw trait working @@ -1339,7 +1339,6 @@ New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally. - [x] FIX nucleo out of bounds - [x] refactor fuzzy navigation - [x] navigation. Moving below the last element should scroll, not wrap around. - - [ ] move nucleo interaction from status as much as possible: init, drop, whatever doesn't require status - [ ] testing: file, line, help - [x] FIX: save a name for previews, use it to display |