[PR #968] [MERGED] (nordigen): ability to set secrets via the UI #17800

Closed
opened 2026-04-14 20:26:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: matiss/nordigensecrets


📝 Commits (6)

📊 Changes

12 files changed (+657 additions, -374 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.js (+12 -0)
📝 packages/desktop-client/src/components/alerts.tsx (+33 -8)
📝 packages/desktop-client/src/components/common.js (+2 -338)
📝 packages/desktop-client/src/components/common/Button.tsx (+49 -1)
packages/desktop-client/src/components/common/Modal.tsx (+348 -0)
📝 packages/desktop-client/src/components/modals/CreateAccount.js (+29 -2)
📝 packages/desktop-client/src/components/modals/NordigenExternalMsg.js (+2 -24)
packages/desktop-client/src/components/modals/NordigenInitialise.tsx (+107 -0)
packages/desktop-client/src/hooks/useNordigenStatus.ts (+26 -0)
📝 packages/loot-core/src/server/main.ts (+39 -0)
📝 packages/loot-core/src/types/main.handlers.d.ts (+4 -1)
upcoming-release-notes/968.md (+6 -0)

📄 Description

Ability to set Nordigen secrets via the UI.

Plus moved a few components to TypeScript so they could be used in the new Modal (which is also written in TS).

https://user-images.githubusercontent.com/886567/235311955-b5413110-f2d7-4d74-b40f-d73fec059777.mov


🔄 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/968 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 4/29/2023 **Status:** ✅ Merged **Merged:** 5/1/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/nordigensecrets` --- ### 📝 Commits (6) - [`79bd3d7`](https://github.com/actualbudget/actual/commit/79bd3d7cbdbb2b787c380eac0cdae3cbf72568b7) :sparkles: (nordigen): ability to set secrets via the UI - [`3e1824e`](https://github.com/actualbudget/actual/commit/3e1824e08963e9a1dacdf589297d30ced8a93aea) Release notes - [`00058c3`](https://github.com/actualbudget/actual/commit/00058c33e99d28e365789c2d9e2ac7e6d45383bb) Merge branch 'master' into matiss/nordigensecrets - [`df2ebce`](https://github.com/actualbudget/actual/commit/df2ebce191ba349388c030a5db797fa086b8f3b7) Fix TS - [`60b05a5`](https://github.com/actualbudget/actual/commit/60b05a5d19922670b1972ba934b012adb93ee78e) Fix lint - [`8553082`](https://github.com/actualbudget/actual/commit/8553082d9d8e6a7048ed63ea04c4e1142242d975) Feedback ### 📊 Changes **12 files changed** (+657 additions, -374 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.js` (+12 -0) 📝 `packages/desktop-client/src/components/alerts.tsx` (+33 -8) 📝 `packages/desktop-client/src/components/common.js` (+2 -338) 📝 `packages/desktop-client/src/components/common/Button.tsx` (+49 -1) ➕ `packages/desktop-client/src/components/common/Modal.tsx` (+348 -0) 📝 `packages/desktop-client/src/components/modals/CreateAccount.js` (+29 -2) 📝 `packages/desktop-client/src/components/modals/NordigenExternalMsg.js` (+2 -24) ➕ `packages/desktop-client/src/components/modals/NordigenInitialise.tsx` (+107 -0) ➕ `packages/desktop-client/src/hooks/useNordigenStatus.ts` (+26 -0) 📝 `packages/loot-core/src/server/main.ts` (+39 -0) 📝 `packages/loot-core/src/types/main.handlers.d.ts` (+4 -1) ➕ `upcoming-release-notes/968.md` (+6 -0) </details> ### 📄 Description Ability to set Nordigen secrets via the UI. Plus moved a few components to TypeScript so they could be used in the new Modal (which is also written in TS). https://user-images.githubusercontent.com/886567/235311955-b5413110-f2d7-4d74-b40f-d73fec059777.mov --- <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-14 20:26:36 -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#17800