[PR #1462] [MERGED] 🐛 (import) fix YNAB (and other) importers #33953

Closed
opened 2026-04-20 21:12:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1462
Author: @MatissJanis
Created: 8/4/2023
Status: Merged
Merged: 8/5/2023
Merged by: @MatissJanis

Base: masterHead: matiss/fix-ynab-import


📝 Commits (6)

📊 Changes

10 files changed (+1737 additions, -23 deletions)

View changed files

packages/desktop-client/e2e/data/ynab5-demo-budget.json (+1681 -0)
📝 packages/desktop-client/e2e/onboarding.test.js (+15 -2)
📝 packages/desktop-client/src/components/manager/ImportActual.tsx (+9 -5)
📝 packages/desktop-client/src/components/manager/ImportYNAB4.tsx (+9 -5)
📝 packages/desktop-client/src/components/manager/ImportYNAB5.tsx (+9 -5)
📝 packages/desktop-client/src/global-events.js (+0 -1)
📝 packages/loot-core/src/server/importers/ynab5-types.d.ts (+2 -1)
📝 packages/loot-core/src/server/importers/ynab5.ts (+4 -1)
📝 packages/loot-core/src/server/main.ts (+2 -3)
upcoming-release-notes/1462.md (+6 -0)

📄 Description

You can find demo import files here: a715ff1ac1/packages/desktop-client/e2e/data

--

Missing:

  • e2e test for YNAB5 with example file
  • for some reason errors do not appear in the modal if I try to import an invalid budget file

🔄 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/1462 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/4/2023 **Status:** ✅ Merged **Merged:** 8/5/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-ynab-import` --- ### 📝 Commits (6) - [`261b14e`](https://github.com/actualbudget/actual/commit/261b14e3e8fea7915ef1ce69d0840afa19881ca8) :bug: (import) fix YNAB (and other) importers - [`3ad943b`](https://github.com/actualbudget/actual/commit/3ad943b730dde2cb6942626d8be3a9ef17e2dd7f) Release notes - [`4e2a91e`](https://github.com/actualbudget/actual/commit/4e2a91e8c9d1cfd3188e94aeddd2073390a6be2c) Improved type safety - [`6c52577`](https://github.com/actualbudget/actual/commit/6c52577e035977585a06ed5e17906ebabca23838) Fix Actual import & port modal to TS - [`be80d12`](https://github.com/actualbudget/actual/commit/be80d12bfa486230f4505758a5331d335893b4a1) Add e2e test - [`a715ff1`](https://github.com/actualbudget/actual/commit/a715ff1ac1edc3f5e460d2f3b45f92c56a09243c) Remove loading text ### 📊 Changes **10 files changed** (+1737 additions, -23 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/e2e/data/ynab5-demo-budget.json` (+1681 -0) 📝 `packages/desktop-client/e2e/onboarding.test.js` (+15 -2) 📝 `packages/desktop-client/src/components/manager/ImportActual.tsx` (+9 -5) 📝 `packages/desktop-client/src/components/manager/ImportYNAB4.tsx` (+9 -5) 📝 `packages/desktop-client/src/components/manager/ImportYNAB5.tsx` (+9 -5) 📝 `packages/desktop-client/src/global-events.js` (+0 -1) 📝 `packages/loot-core/src/server/importers/ynab5-types.d.ts` (+2 -1) 📝 `packages/loot-core/src/server/importers/ynab5.ts` (+4 -1) 📝 `packages/loot-core/src/server/main.ts` (+2 -3) ➕ `upcoming-release-notes/1462.md` (+6 -0) </details> ### 📄 Description You can find demo import files here: https://github.com/actualbudget/actual/tree/a715ff1ac1edc3f5e460d2f3b45f92c56a09243c/packages/desktop-client/e2e/data -- Missing: - [x] e2e test for YNAB5 with example file - [x] for some reason errors do not appear in the modal if I try to import an invalid budget file --- <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-04-20 21:12:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#33953