feat: add plaid sync

This commit is contained in:
Max Koon
2025-12-15 12:53:35 -05:00
parent c6dd174376
commit 105b0c514f
9 changed files with 212 additions and 76 deletions

View File

@@ -40,9 +40,7 @@ export function Transactions() {
<Table.Provider
data={items}
columns={COLUMNS}
shortcuts={[
{ key: "r", handler: () => z.mutate.link.updateTransactions() },
]}
shortcuts={[{ key: "r", handler: () => z.mutate.link.sync() }]}
>
<View style={{ padding: 10, flex: 1 }}>
<View style={{ flexShrink: 0 }}>