From 44b8a8580b4371d99d6a82b212001b7990c7171e Mon Sep 17 00:00:00 2001 From: alexpasmantier Date: Tue, 15 Oct 2024 13:17:23 +0200 Subject: [PATCH] update todo --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index adcf172..4d24e10 100644 --- a/TODO.md +++ b/TODO.md @@ -20,6 +20,7 @@ - [x] I feel like the finder abstraction is a superfluous layer, maybe just use the channel directly? - [x] support for images is implemented but do we really want that in the core? it's quite heavy - [ ] use an icon for the prompt +- [ ] profile using dyn Traits instead of an enum for channels (might degrade performance by storing on the heap) ## feature ideas - [ ] some sort of iterative fuzzy file explorer (preview contents of folders on the right, enter to go in etc.) maybe