Platform-agnostic curated playlists (WIP)

This commit is contained in:
James Barnsley
2022-05-21 18:12:07 +12:00
parent 520645d948
commit b60e2ee67e
30 changed files with 1701 additions and 343 deletions

View File

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext
__version__ = "3.62.0"
__version__ = "3.63.0"
logger = logging.getLogger(__name__)

View File

@ -7456,10 +7456,10 @@ h4 .loader {
-webkit-transform: scale(0.98);
transform: scale(0.98);
}
.grid--tiles .grid__item {
.grid--tile .grid__item {
position: relative;
}
.grid--tiles .grid__item__name {
.grid--tile .grid__item__name {
position: absolute;
bottom: 15%;
left: 0;
@ -7470,8 +7470,18 @@ h4 .loader {
color: #FFFFFF;
z-index: 2;
}
.grid--tile .grid__item .source {
position: absolute;
top: 10px;
right: 10px;
padding: 0;
font-size: 1.5rem;
}
.grid--tile .grid__item .source img {
max-width: 1em;
}
@media (min-width: 1001px) {
.grid--tiles .grid__item__name {
.grid--tile .grid__item__name {
font-size: 16px;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -140,8 +140,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1652000473";
var version = "3.62.0";
var build = "1653096655";
var version = "3.63.0";
// Construct the script tag
var js = document.createElement("script");

View File

@ -1,5 +1,5 @@
{
"manifest_version": "3.62.0",
"manifest_version": "3.63.0",
"short_name": "Iris",
"name": "Iris",
"icons": [