fix: properly filter by date range, improve filter handlers

This commit is contained in:
Björn Fromme
2025-03-21 12:38:55 +01:00
parent 06c32fd597
commit f2b60570a9
11 changed files with 98 additions and 66 deletions
@@ -104,6 +104,10 @@
{% endfor %}
</tr>
{% endfor %}
{% else %}
<td colspan="{{ filterDto.period | length }}">
Keine Ergebnisse
</td>
{% endfor %}
</table>
</div>