Refactored the search view. fixes #146

This commit is contained in:
emeric
2021-05-19 19:01:13 +02:00
parent 8929507586
commit d0fc045f63
25 changed files with 1168 additions and 703 deletions
+13 -9
View File
@@ -4,16 +4,11 @@
<!--FORMS message blocks-->
<message id="Lms.Explore.Tracks.template">
<div class="row">
<div class="col-lg-8">
<div class="Lms-header">
${mode class="nav nav-pills Lms-explore-mode-container"}
${play-btn class="Lms-explore-btn Lms-btn"}${more-btn class="Lms-explore-btn Lms-btn"}
</div>
${tracks}
${loading-indicator class="Lms-horizontal-center Lms-loading-indicator"}
</div>
<div class="Lms-header">
${mode class="nav nav-pills Lms-explore-mode-container"}
${play-btn class="Lms-explore-btn Lms-btn"}${more-btn class="Lms-explore-btn Lms-btn"}
</div>
${tracks}
</message>
<message id="Lms.Explore.Tracks.template.entry">
@@ -45,4 +40,13 @@
<small>${artist class="Lms-btn Lms-artistname text-muted"}</small>
</message>
<message id="Lms.Explore.Tracks.template.container">
<div class="row">
<div class="col-lg-8">
${elements}
${loading-indicator class="Lms-horizontal-center Lms-loading-indicator"}
</div>
</div>
</message>
</messages>