06/03 Optimize codes, fix Schwab Account

This commit is contained in:
2026-06-03 13:45:16 -04:00
parent c18c936a11
commit 2735559ff5
4 changed files with 56 additions and 8 deletions
+8 -1
View File
@@ -57,7 +57,14 @@
<i class="bi bi-graph-up-arrow text-muted" style="font-size:3rem;"></i>
<h5 class="mt-3 mb-1">No investments yet</h5>
<p class="text-muted small mb-3">Track stocks, ETFs, crypto, real estate, and more.</p>
<a href="{{ url_for('investments.new') }}" class="btn btn-primary btn-sm">Add First Holding</a>
<div class="d-flex gap-2 justify-content-center flex-wrap">
<a href="{{ url_for('investments.new') }}" class="btn btn-primary btn-sm">
<i class="bi bi-plus-lg me-1"></i>Add Holding
</a>
<a href="{{ url_for('schwab.index') }}" class="btn btn-outline-secondary btn-sm">
<i class="bi bi-bank2 me-1"></i>Sync from Schwab
</a>
</div>
</div>
{% else %}