feat: hide past assignments by default, include via filtersetting

This commit is contained in:
Björn Fromme
2024-07-15 14:37:15 +02:00
parent dcaf338da8
commit 5a0c998d2b
5 changed files with 30 additions and 0 deletions
@@ -13,6 +13,7 @@
{{ form_row(filterForm.jobProfile) }}
{{ form_row(filterForm.hotel) }}
{{ form_row(filterForm.duration) }}
{{ form_row(filterForm.includePast) }}
</div>
<div class="flex items-center space-x-2">
{{ form_widget(filterForm.apply, { 'attr': { 'class': 'btn' } }) }}