Skip to content

Small Player / Queue Improvements

rrrnld requested to merge rrrnld/funkwhale:feature/player-improvements into develop

While technically these are two unrelated changes I felt like they were small enough to group them together in one merge request:

  1. There currently is an underlined whitespace before the album name in the player and the queue which is removed by c2587e0a
  2. I found it to be quite confusing at first to find out how to close the queue. The ESC button is meaningful enough to just try it out, but this commit adds an explicit button (which is already present and now duplicated on mobile). A close button at this position is a common UI pattern, so I didn't open an issue at first. I also emphasized that the Clear button triggers a destructive action.

This is what the updated queue looks like:

Desktop: Screenshot_2021-01-03___Pop_Snot___Viktor_Vaughn_____Album___Funkwhale

Mobile: Screenshot_2021-01-03___Pop_Snot___Viktor_Vaughn_____Album___Funkwhale_1_:

Edited by rrrnld

Merge request reports