feat(insights): new year by year insight

This commit is contained in:
Herculino Trotta
2025-12-28 22:55:58 -03:00
parent 700d35b5d5
commit 92cf526b76
5 changed files with 548 additions and 0 deletions
+5
View File
@@ -121,6 +121,11 @@
hx-get="{% url 'insights_emergency_fund' %}">
{% trans 'Emergency Fund' %}
</button>
<button class="btn btn-ghost btn-free justify-start text-start" data-bs-target="#v-pills-content"
type="button" role="tab" aria-controls="v-pills-content" aria-selected="false"
hx-get="{% url 'insights_year_by_year' %}">
{% trans 'Year by Year' %}
</button>
</div>
</div>
</div>