06/03 Optimize app
This commit is contained in:
@@ -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 }} · {{ 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>
|
||||
|
||||
Reference in New Issue
Block a user