« get me outta code hell

Clean up and debuggify "fake" listing elements - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-11-11 14:48:15 -0400
committerFlorrie <towerofnix@gmail.com>2018-11-11 14:48:15 -0400
commitfbebce4a7252fcbf93da3b19c55e22366885ccf2 (patch)
tree7719fdd05990505c39422397345b207b6b71ea02 /todo.txt
parentfd547d9879e3311a00afe30c611268ecd40b5685 (diff)
Clean up and debuggify "fake" listing elements
I.e, the "Up (to group)" button and the "(This group is empty)"
pseudo-playlist-item.
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 916ec66..dcd847f 100644
--- a/todo.txt
+++ b/todo.txt
@@ -136,4 +136,12 @@ TODO: Entering more than one key "at once" into a text input element will only
 TODO: Pressing space while an "Up (to <group>)" button is selected both
       activates the button and pauses music (because the app detects that the
       space key is pressed). This is definitely wrong (it should do one or the
-      other - I'm not too sure which, yet, but probably the latter).
+      other - I'm not too sure which, yet, but probably the latter). (Done!)
+
+TODO: If a track's file is a symlink, the "From:" label should show where it
+      links to.
+
+TODO: The "Up (to <group>)" and "(This group has no items)" elements are not
+      quite buttons nor grouplike items. They should be more consistent with
+      actual grouplike items (i.e. same behavior and appearance), and should
+      be less buggy. (Done!)