mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-11 09:38:37 -05:00
Compare commits
3 Commits
MatissJani
...
claude/fix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
320d66444a | ||
|
|
17198863a4 | ||
|
|
a9f8ae0e21 |
@@ -590,6 +590,8 @@ export function useSyncAccountsMutation() {
|
||||
accountIdsToSync = accountIdsToSync.filter(
|
||||
id => !simpleFinAccounts.find(sfa => sfa.id === id),
|
||||
);
|
||||
|
||||
dispatch(setAccountsSyncing({ ids: accountIdsToSync }));
|
||||
}
|
||||
|
||||
// Loop through the accounts and perform sync operation.. one by one
|
||||
|
||||
@@ -466,6 +466,7 @@ const AccountList = forwardRef<HTMLDivElement, AccountListProps>(
|
||||
<ListBox
|
||||
aria-label={ariaLabel}
|
||||
items={accounts}
|
||||
dependencies={[syncingAccountIds, failedAccounts, updatedAccounts]}
|
||||
dragAndDropHooks={dragAndDropHooks}
|
||||
ref={ref}
|
||||
style={{
|
||||
|
||||
6
upcoming-release-notes/7784.md
Normal file
6
upcoming-release-notes/7784.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfixes
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Fix mobile bank sync indicators not updating live during sync.
|
||||
Reference in New Issue
Block a user