Split dashboard into home page and battery list page

This commit is contained in:
2026-06-19 21:43:10 -05:00
parent 1980453cab
commit 0b893ffcbb
9 changed files with 817 additions and 49 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
</tbody>
</table>
<div style="margin-top:1.25rem;display:flex;gap:0.75rem;flex-wrap:wrap;">
<a href="{{ url_for('dashboard') }}" class="btn btn-primary">Go to Dashboard</a>
<a href="{{ url_for('home') }}" class="btn btn-primary">Go to Home</a>
<a href="{{ url_for('import_page') }}" class="btn btn-secondary">Import Another File</a>
</div>
</div>