feat: keep natural date collapsible state

This commit is contained in:
Herculino Trotta
2024-10-30 23:53:25 -03:00
parent 0726350b45
commit 4bea55dc63
6 changed files with 30 additions and 31 deletions
@@ -131,8 +131,7 @@
<div id="transactions"
class="show-loading"
hx-get="{% url 'monthly_transactions_list' month=month year=year %}"
hx-trigger="load, updated from:window" hx-include="#filter, #order" hx-ext="alpine-morph" hx-swap="morph" hx-target="#transactions-list">
<div id="transactions-list"></div>
hx-trigger="load, updated from:window" hx-include="#filter, #order">
</div>
</div>
</div>