[PR #1941] [MERGED] ♻️ (typescript) ported gocardless auth file to TS #4033

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1941
Author: @MatissJanis
Created: 11/20/2023
Status: Merged
Merged: 11/22/2023
Merged by: @MatissJanis

Base: masterHead: matiss/gocardless-ts


📝 Commits (5)

  • 4f7eb69 ♻️ (typescript) ported gocardless auth file to TS
  • 135a154 Release notes
  • ec1257a Undo unneccessary change
  • 57cc93e Feedback: move GoCardlessResponse to type
  • f7a815a Another usage of GoCardlessToken

📊 Changes

9 files changed (+76 additions, -33 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/CreateAccount.tsx (+18 -12)
📝 packages/desktop-client/src/gocardless.ts (+20 -8)
📝 packages/desktop-client/src/hooks/useSyncServerStatus.ts (+1 -1)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+3 -3)
📝 packages/loot-core/src/server/main.ts (+1 -1)
packages/loot-core/src/types/models/gocardless.d.ts (+4 -0)
📝 packages/loot-core/src/types/models/index.d.ts (+1 -0)
📝 packages/loot-core/src/types/server-handlers.d.ts (+22 -8)
upcoming-release-notes/1941.md (+6 -0)

📄 Description

Just porting gocardless.js to typescript + some other files that broke after gocardless was ported to TS.


🔄 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/1941 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/22/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/gocardless-ts` --- ### 📝 Commits (5) - [`4f7eb69`](https://github.com/actualbudget/actual/commit/4f7eb690825831261fa4f72d22c935e4c7f940ae) :recycle: (typescript) ported gocardless auth file to TS - [`135a154`](https://github.com/actualbudget/actual/commit/135a1546c29ad51507130111ce3776f79f3fcf95) Release notes - [`ec1257a`](https://github.com/actualbudget/actual/commit/ec1257a7518c86fe5aa58c3fff5d78e97855eeca) Undo unneccessary change - [`57cc93e`](https://github.com/actualbudget/actual/commit/57cc93e40ebddb446b05480cf4fea7a066904a29) Feedback: move GoCardlessResponse to type - [`f7a815a`](https://github.com/actualbudget/actual/commit/f7a815a912cdfae380798122ec7db74352667626) Another usage of GoCardlessToken ### 📊 Changes **9 files changed** (+76 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/CreateAccount.tsx` (+18 -12) 📝 `packages/desktop-client/src/gocardless.ts` (+20 -8) 📝 `packages/desktop-client/src/hooks/useSyncServerStatus.ts` (+1 -1) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+3 -3) 📝 `packages/loot-core/src/server/main.ts` (+1 -1) ➕ `packages/loot-core/src/types/models/gocardless.d.ts` (+4 -0) 📝 `packages/loot-core/src/types/models/index.d.ts` (+1 -0) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+22 -8) ➕ `upcoming-release-notes/1941.md` (+6 -0) </details> ### 📄 Description Just porting `gocardless.js` to typescript + some other files that broke after `gocardless` was ported to TS. --- <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:50:34 -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#4033