Removed the dedicated search view, as it is actually too limiting. Added a search field in the album/artists/tracks views. This makes search now work together with sort mode

This commit is contained in:
emeric
2024-05-01 15:21:48 +02:00
parent 971b6d9d08
commit dd5dfaa96e
29 changed files with 132 additions and 418 deletions
+5 -2
View File
@@ -4,8 +4,11 @@
<message id="Lms.Explore.Artists.template">
<div class="d-flex justify-content-between align-items-center mb-3">
${link-type}
${sort-mode}
${link-type class="me-1"}
<div class="d-flex">
${search class="form-control me-1" type="search"}
${sort-mode}
</div>
</div>
${artists}
</message>