06/05 Optimize app
This commit is contained in:
@@ -9,6 +9,16 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if plaid_review_count > 0 %}
|
||||
<div class="alert d-flex align-items-center gap-2 mb-3" style="background:#f5f3ff;border:1px solid #ddd6fe;color:#5b21b6;font-size:13px;border-radius:8px;padding:10px 14px;">
|
||||
<i class="bi bi-cloud-download flex-shrink-0"></i>
|
||||
<div class="flex-grow-1">
|
||||
<strong>{{ plaid_review_count }} Plaid transaction{{ 's' if plaid_review_count != 1 else '' }}</strong>
|
||||
imported via webhook without a category.
|
||||
<a href="{{ url_for('transactions.index') }}" style="color:#7c3aed;font-weight:600;" class="ms-1">Review & categorize →</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<!-- Tabs -->
|
||||
<div class="d-flex gap-1 mb-3">
|
||||
<a href="{{ url_for('transactions.index', tab='expense', q=search, account_id=account_id, category_id=category_id, date_from=date_from, date_to=date_to) }}"
|
||||
|
||||
Reference in New Issue
Block a user