-
- Downloads

(nordigen) check server status before linking accs (#742)

Related to: https://github.com/actualbudget/actual/issues/724#issuecomment-1455160250 Depends on https://github.com/actualbudget/docs/pull/126 to be merged first. Two changes here: 1. show "link account" only if actual-server is used (user is "online"); 2. allow linking accounts only if Nordigen is configured (using new API to get the status for it); Also ported the `CreateAccount` modal to a functional component.
Showing
- packages/desktop-client/src/components/Modals.js 9 additions, 1 deletionpackages/desktop-client/src/components/Modals.js
- packages/desktop-client/src/components/accounts/Account.js 10 additions, 2 deletionspackages/desktop-client/src/components/accounts/Account.js
- packages/desktop-client/src/components/modals/CreateAccount.js 80 additions, 72 deletions...ges/desktop-client/src/components/modals/CreateAccount.js
- packages/desktop-client/src/hooks/useSyncServerStatus.js 14 additions, 0 deletionspackages/desktop-client/src/hooks/useSyncServerStatus.js
- packages/loot-core/src/server/main.js 16 additions, 0 deletionspackages/loot-core/src/server/main.js
- packages/loot-design/src/components/modals/NordigenExternalMsg.js 43 additions, 3 deletions.../loot-design/src/components/modals/NordigenExternalMsg.js
Loading
Please register or sign in to comment