Of course! Here are few of my ideas.
I'd like for the thumbnails to be larger on certain devices. Zooming in on the browser helps, but it also increases the font size, etc.
My proposal is a a new setting for the
settings cookie (4 values in total) to fine tune the ratios:
*
sm: choices 6/4/3/2
*
md: "
*
lg: "
*
xl: "
At the root level, for ease of navigation, it would be helpful to have text labels on the choices, in addition to the icon. For example:
The vertical scroll position is not retained when navigating between views. For example:
- Scroll down a long list of albums
- Click back
- Observe that you're back at the top
My proposal would be to add the
translate-y value to the URL/router state. This way the "Back" icon and the browser's own buttons would work the same.
I'd like for the search results to be groupable by artist, album, etc. rather than only tracks.
There are a couple ways forward I can see on this one:
- The Search?Action=Serialize endpoint does not provide sufficient context to allow for grouping. It could be modified to do so.
- The Search?Action=mpl endpoint does, however. Panel could be modified to use it instead.