Collapse history sections to latest+modal; add charts and dashboard stats
This commit is contained in:
@@ -37,6 +37,13 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if total_charges %}
|
||||
<div style="display:flex;gap:0.75rem;flex-wrap:wrap;margin-bottom:1rem;">
|
||||
<span class="badge" style="font-size:0.875rem;padding:0.35rem 0.75rem;">Charged <strong>{{ total_charges }}</strong>× total</span>
|
||||
<span class="badge" style="font-size:0.875rem;padding:0.35rem 0.75rem;"><strong>{{ charges_last_year }}</strong>× in last year</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="card">
|
||||
<div style="display:flex;justify-content:flex-end;margin-bottom:0.5rem;">
|
||||
<div style="position:relative;">
|
||||
|
||||
Reference in New Issue
Block a user