diff options
-rw-r--r-- | todo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 680f5e9..5cc064f 100644 --- a/todo.txt +++ b/todo.txt @@ -61,11 +61,13 @@ TODO: "Open in new tab" in the Open prompt. TODO: Inspect the inevitable memory issues that are absolutely 100% sure to become a problem with opening playlists on the fly. -TODO: Canceling the "enter a playlist source" dialog also stops the current song. +TODO: Cancelling the "enter a playlist source" dialog shouldn't also stop the + current song. TODO: Move TabberElement to tui-lib, at some point. TODO: Make PathElements selectable (again). + (Done!) TODO: Make the tabber UI show handy information, like what tab you've got selected, how many tabs there are, the usual (same way a browser tabber @@ -84,6 +86,7 @@ TODO: Fix crashes related to the window resizing while a download is occurring (i.e. the braille "download spinner" is showing). Very weird! TODO: Investigate performance issues with very very long ListScrollForms. + (Done!) TODO: At some point, putting mtui downloads in ~/.mtui - but preferrably with a more humanish structure - would be quite nice..! |