Add per-account historical bank imports without resetting sync cursors

This commit is contained in:
Lars Nolden
2026-09-10 17:02:17 +02:00
parent f4c7d54575
commit 2259db3e85
7 changed files with 561 additions and 8 deletions
+1 -2
View File
@@ -162,7 +162,7 @@ function App() {
</span>
<span>
finance<span className="brand-light">duck</span>
<small>YOUR MONEY, CLEARLY</small>
<small>YOUR MONEY</small>
</span>
</a>
<span className="nav-label">WORKSPACE</span>
@@ -355,7 +355,6 @@ function App() {
)}
{page === "accounts" && (
<Accounts
key={state.revision}
state={state}
mutate={mutate}
acceptState={acceptState}