Added the very basic foundations for a filter system

This commit is contained in:
Jan Böhmer 2022-08-15 01:01:27 +02:00
commit f9d945c4c7
15 changed files with 460 additions and 5 deletions

View file

@ -0,0 +1,8 @@
<div class="card mb-4">
<div class="card-header">Filter</div>
<div class="card-body">
{{ form_start(filterForm) }}
{{ form_end(filterForm) }}
</div>
</div>

View file

@ -6,6 +6,8 @@
{% block content %}
{% include "Parts/lists/_filter.html.twig" %}
{% include "Parts/lists/_action_bar.html.twig" with {'url_options': {}} %}
{% include "Parts/lists/_parts_list.html.twig" %}