06/03 Optimize app

This commit is contained in:
2026-06-03 16:43:39 -04:00
parent 3990a01079
commit 3abd073437
9 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
{% if insights.pages > 1 %}
<div class="d-flex justify-content-between align-items-center px-4 py-3" style="border-top:1px solid var(--border);font-size:12px;color:var(--muted);">
<span>Page {{ insights.page }} of {{ insights.pages }}</span>
<span>Page {{ insights.page }} of {{ insights.pages }} &nbsp;·&nbsp; {{ insights.total }} entries</span>
<div class="d-flex gap-1">
{% if insights.has_prev %}
<a href="{{ url_for('ai.history', page=insights.prev_num) }}" class="btn btn-sm btn-outline-secondary" style="font-size:11px;">← Prev</a>