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
+2
View File
@@ -118,6 +118,7 @@
{% if completed_goals %}
<div class="pcard">
<div class="pcard-title mb-3">Completed Goals 🎉</div>
<div class="table-wrap">
<table class="pfm-table">
<thead><tr><th>Goal</th><th>Target</th><th>Completed</th></tr></thead>
<tbody>
@@ -137,6 +138,7 @@
{% endfor %}
</tbody>
</table>
</div>
</div>
{% endif %}
{% endblock %}