feat: integrate React Query for improved data fetching and state management across banking and transactions components

This commit is contained in:
Julien Froidefond
2025-12-06 09:36:06 +01:00
parent e26eb0f039
commit b1a8f9cd60
16 changed files with 3488 additions and 4713 deletions

View File

@@ -53,6 +53,8 @@ model Transaction {
@@index([accountId])
@@index([categoryId])
@@index([date])
@@index([accountId, date])
@@index([isReconciled])
}
model Folder {