feat(insights): new month by month insight

This commit is contained in:
Herculino Trotta
2025-12-28 22:57:29 -03:00
parent 92cf526b76
commit 39f66b620a
5 changed files with 623 additions and 0 deletions
+5
View File
@@ -126,6 +126,11 @@
hx-get="{% url 'insights_year_by_year' %}">
{% trans 'Year by Year' %}
</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_month_by_month' %}">
{% trans 'Month by Month' %}
</button>
</div>
</div>
</div>