New playlist lists

Each DJ in Spinitron has a public page. My page in our pseudo-station TEST is

Every show has a page too, for example

Show and DJ pages both have a list of their playlists. In the past they were HTML tables with a pager–now they are lists with endless scroll that look like this

image

Also new: each row in the list has an expand triangle ► to display episode information, if there is any, like this

To show pages with only the expanded view, click me for an example, apply custom CSS such as

.playlist-list .expandable .row,
.playlist-list .toggle {
    display: none !important;
}
.playlist-list .expandable .details {
    display: block !important;
}

Custom CSS can be applied in a number of ways, see the web integration help page.