[PR #727] [MERGED] (bank-sync) use full bank list + autocomplete #3285

Closed
opened 2026-02-28 20:39:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/727
Author: @MatissJanis
Created: 3/5/2023
Status: Merged
Merged: 3/6/2023
Merged by: @MatissJanis

Base: masterHead: matiss/banksync


📝 Commits (5)

  • 84aeb1d (bank-sync) use full bank list + autocomplete
  • 3b326ec fix: do not add country code if it is not available
  • fe40ec2 Address feedback
  • 48fb48d Fetch banks from the server
  • 95de227 Refactor to use country field

📊 Changes

3 files changed (+266 additions, -30 deletions)

View changed files

📝 packages/loot-core/src/server/main.js (+16 -0)
📝 packages/loot-design/src/components/modals/NordigenExternalMsg.js (+124 -30)
packages/loot-design/src/components/modals/countries.js (+126 -0)

📄 Description

Related to: https://github.com/actualbudget/actual-server/pull/144

See the above PR for more details.


Screenshot 2023-03-05 at 17 54 10

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/727 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/5/2023 **Status:** ✅ Merged **Merged:** 3/6/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/banksync` --- ### 📝 Commits (5) - [`84aeb1d`](https://github.com/actualbudget/actual/commit/84aeb1d84919199852badb67b6f0a6171b77a114) :sparkles: (bank-sync) use full bank list + autocomplete - [`3b326ec`](https://github.com/actualbudget/actual/commit/3b326ec94a06d662c088f8cd8f617b3e274e86ef) fix: do not add country code if it is not available - [`fe40ec2`](https://github.com/actualbudget/actual/commit/fe40ec256f47589f8d22aaf561f45a39123dab82) Address feedback - [`48fb48d`](https://github.com/actualbudget/actual/commit/48fb48de50a1b8261ed4f0ee69c9ebddd50b09be) Fetch banks from the server - [`95de227`](https://github.com/actualbudget/actual/commit/95de227f719a865aed057ed1d0166abe8fa13c7d) Refactor to use country field ### 📊 Changes **3 files changed** (+266 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/main.js` (+16 -0) 📝 `packages/loot-design/src/components/modals/NordigenExternalMsg.js` (+124 -30) ➕ `packages/loot-design/src/components/modals/countries.js` (+126 -0) </details> ### 📄 Description Related to: https://github.com/actualbudget/actual-server/pull/144 See the above PR for more details. --- <img width="577" alt="Screenshot 2023-03-05 at 17 54 10" src="https://user-images.githubusercontent.com/886567/222977363-605f8b1e-be7d-4594-93c7-dfaa6cb15ac3.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:39:20 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3285