06/05 Optimize app

This commit is contained in:
2026-06-05 15:51:57 -04:00
parent 458044201e
commit 025f3f8823
14 changed files with 425 additions and 64 deletions
+11 -1
View File
@@ -189,7 +189,13 @@
.btn-label { display: none; }
.tb-right .btn { padding-left: 8px; padding-right: 8px; }
.stat-card .stat-value { font-size: 16px; }
/* AI chat: shorter on small screens so it doesn't eat the whole viewport */
#chatMessages { height: 300px !important; }
/* Projection / combo charts: cap height so they're not giant on phones */
.proj-chart-wrap { height: 200px !important; }
}
/* table-wrap inside a regular (padded) pcard also needs overflow-x */
.pcard .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
/* Keyboard shortcut cheatsheet modal */
#kbd-modal .kbd-row { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
#kbd-modal .kbd-row:last-child { border: none; }
@@ -304,7 +310,11 @@
class="sb-link {% if request.blueprint == 'transactions' %}active{% endif %}"
>
<i class="bi bi-arrow-left-right"></i
><span class="lt">Transactions</span>
><span class="lt">Transactions
{% if plaid_review_count > 0 %}
<span style="margin-left:6px;background:#7c3aed;color:#fff;font-size:10px;font-weight:700;padding:1px 5px;border-radius:10px;line-height:1.4;">{{ plaid_review_count }}</span>
{% endif %}
</span>
</a>
<a
href="{{ url_for('transactions.new', type='income') }}"