feat(insights): add tags and entities overview

This commit is contained in:
Herculino Trotta
2026-09-12 14:31:12 -03:00
parent 5404716a81
commit 3a5e688a90
8 changed files with 689 additions and 1104 deletions
+10
View File
@@ -93,6 +93,16 @@
hx-get="{% url 'category_overview' %}"
>{% trans 'Categories Overview' %}
</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 'tag_overview' %}"
>{% trans 'Tags Overview' %}
</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 'entity_overview' %}"
>{% trans 'Entities Overview' %}
</button>
</div>
</div>
</div>