wip: filters movie results, adds options to filter input

This commit is contained in:
2025-07-06 15:37:29 -05:00
parent 402d513147
commit e54bcd44d8
8 changed files with 85 additions and 80 deletions

View File

@@ -55,6 +55,17 @@
>
</select>
</label>
<label for="quality">
Quality
<select id="quality"
data-result-filter-target="quality"
class="px-1 py-0.5 bg-stone-100 text-gray-800 rounded-md"
{% if this.userPreferences['quality'] != null %}
data-preferred="{{ this.userPreferences['quality'] }}"
{% endif %}
>
</select>
</label>
{% if results.media.mediaType == "tvshows" %}
<label for="season">
Season