Made a first split for Artist view. ref #235
This commit is contained in:
+13
-9
@@ -4,7 +4,7 @@
|
||||
|
||||
<message id="Lms.Explore.Artist.template">
|
||||
<div class="mb-3">
|
||||
<h3>${name}</h3>
|
||||
<h2>${name}</h2>
|
||||
${clusters class="mb-2"}
|
||||
<div class="btn-group">
|
||||
${play-btn class="btn btn-primary"}
|
||||
@@ -20,17 +20,21 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
${<if-has-release>}
|
||||
${<if-has-releases>}
|
||||
${<if-section-titles>}<h3>${tr:Lms.Explore.releases}</h3>${</if-section-titles>}
|
||||
${releases class="mb-3"}
|
||||
${</if-has-release>}
|
||||
${<if-has-non-release-track>}
|
||||
${</if-has-releases>}
|
||||
${<if-has-appears-on-releases>}
|
||||
${<if-section-titles>}<h3>${tr:Lms.Explore.Artist.appears-on}</h3>${</if-section-titles>}
|
||||
${appears-on-releases class="mb-3"}
|
||||
${</if-has-appears-on-releases>}
|
||||
${<if-has-non-release-tracks>}
|
||||
${<if-section-titles>}<h3>${tr:Lms.Explore.tracks}</h3>${</if-section-titles>}
|
||||
${tracks class="mb-3"}
|
||||
${</if-has-non-release-track>}
|
||||
${</if-has-non-release-tracks>}
|
||||
${<if-has-similar-artists>}
|
||||
<div>
|
||||
<h3>${tr:Lms.Explore.Artist.similar-artists}</h3>
|
||||
${similar-artists class="d-grid gap-3"}
|
||||
</div>
|
||||
<h3>${tr:Lms.Explore.Artist.similar-artists}</h3>
|
||||
${similar-artists class="d-grid gap-3"}
|
||||
${</if-has-similar-artists>}
|
||||
</message>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user