« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
AgeCommit message (Expand)Author
2021-03-24Merge commit 'fe603bc' into socket-mtui(quasar) nebula
2021-03-24[Looping] indicator when queue is looping(quasar) nebula
2021-03-15combining log messages (currently only seek!)(quasar) nebula
2021-03-15log 'status' commands as new "verbose" (dim) lines(quasar) nebula
2021-03-15Merge branch 'master' into socket-mtui(quasar) nebula
2021-03-15add (0) key for opening menu (for numpad use)(quasar) nebula
2021-03-15queue sorting fixes re: selected track(quasar) nebula
2021-03-15count only alphanumeric symbols in alphabetic sort(quasar) nebula
2021-02-25loop queue "when it ends" is unnecessary lol(quasar) nebula
2021-02-16loop queue(quasar) nebula
2020-09-16rework mark/selection system(quasar) nebula
2020-09-16multi-page menu support(quasar) nebula
2020-09-16fix jump-to cancel being very broken(quasar) nebula
2020-09-16cancel jump-to when selecting outside of listing(quasar) nebula
2020-09-15rename "song" terminology to "track"(quasar) nebula
2020-09-15"Before selected [track]" queue option(quasar) nebula
2020-09-15show child when opening group from path element(quasar) nebula
2020-09-15name reordered groups for queuing(quasar) nebula
2020-09-15better hiding track numbering in queue(quasar) nebula
2020-07-17only show log pane once first message is displayedFlorrie
2020-07-17socket log messages & misc npm updatesFlorrie
2020-07-15basic command log implementationFlorrie
2020-07-11synchronize playing new tracks across socketsFlorrie
2020-07-10basic working backend save/restore & socket serverFlorrie
2020-07-09don't show Reveal option if track has no parentFlorrie
2020-07-09don't show a divider as the first item in a menuFlorrie
2020-07-09don't show Reveal option if track has no parentFlorrie
2020-07-09don't show a divider as the first item in a menuFlorrie
2020-07-09replace existing empty tab when loading playlistFlorrie
2020-07-09replace existing empty tab when loading playlistFlorrie
2020-07-09rename handlePlaylistSource & let accept grouplikeFlorrie
2020-07-09rename handlePlaylistSource & let accept grouplikeFlorrie
2020-07-07make the mtui menu work again!Florrie
2020-07-07make the mtui menu work again!Florrie
2020-07-06update queue length as metadata is processedFlorrie
2020-07-03add a space for padding behind track duration textFlorrie
2020-07-03fix current track index being one too lowFlorrie
2020-05-06make the queue listing a little widerFlorrie
2020-05-06refactor to use 'select' instead of 'selected'Florrie
2020-05-04select child grouplike when loading parentFlorrie
2020-05-03show queue length in collapsed progress infoFlorrie
2020-05-03remember scroll position of each groupFlorrie
2020-05-03clean up some context menu logic to fix reveal bugFlorrie
2020-05-02comment out pane for text editorFlorrie
2020-04-30fix process-metadata pausing context menuFlorrie
2020-04-26further hackery to make the multi menu more usefulFlorrie
2020-04-23update tui-lib; change wheel mode in autoscrollFlorrie
2020-04-23new feature: autoscroll!Florrie
2020-04-18comment out notes and labels features... For Now™Florrie
2020-04-16draw when pressing select-allFlorrie