wip-feat: movie result filter

This commit is contained in:
2025-04-22 13:27:08 -05:00
parent d6328786ba
commit 5c3aa595bf
5 changed files with 115 additions and 16 deletions

View File

@@ -26,6 +26,9 @@
<div id="filter" class="w-full p-4 flex flex-row gap-4 bg-stone-500 text-md text-gray-500 dark:text-gray-50 rounded-lg"
{{ stimulus_controller('result_filter') }}
{{ stimulus_action('result_filter', 'filter', 'change') }}
data-result-filter-media-type-value="{{ results.media.mediaType }}"
data-result-filter-movie-results-outlet=".results"
>
<label for="resolution">
Resolution
@@ -100,7 +103,6 @@
{% endfor %}
{% endfor %}
{% endif %}
</twig:Card>
</div>
</div>