[PR #5059] [MERGED] Convert SelectLinkedAccountsModal to TypeScript #35930

Closed
opened 2026-04-20 22:50:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5059
Author: @jfdoming
Created: 5/25/2025
Status: Merged
Merged: 7/21/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/select-linked-accounts-typescript


📝 Commits (5)

  • a4d3d1d Convert SelectLinkedAccountsModal to TypeScript
  • f141e94 Add release notes
  • ef926ba Fix typo caught by Rabbit
  • 9da4ff0 Merge branch 'master' into jfdoming/select-linked-accounts-typescript
  • 9a2435e Merge branch 'master' into jfdoming/select-linked-accounts-typescript

📊 Changes

7 files changed (+187 additions, -85 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+28 -24)
📝 packages/desktop-client/src/components/modals/SelectLinkedAccountsModal.tsx (+145 -51)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+2 -7)
📝 packages/loot-core/src/types/models/gocardless.ts (+3 -2)
📝 packages/loot-core/src/types/models/pluggyai.ts (+2 -1)
📝 packages/loot-core/src/types/models/simplefin.ts (+1 -0)
upcoming-release-notes/5059.md (+6 -0)

📄 Description

Help testing this with different providers is appreciated!


🔄 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/5059 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 5/25/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/select-linked-accounts-typescript` --- ### 📝 Commits (5) - [`a4d3d1d`](https://github.com/actualbudget/actual/commit/a4d3d1d3ac6de187d7f61798faa4c4155de6179b) Convert `SelectLinkedAccountsModal` to TypeScript - [`f141e94`](https://github.com/actualbudget/actual/commit/f141e940c6b9210708b6889f54d03a69af6074e3) Add release notes - [`ef926ba`](https://github.com/actualbudget/actual/commit/ef926ba1c202b61ae7d757b3d3d46078fd4e9ca1) Fix typo caught by Rabbit - [`9da4ff0`](https://github.com/actualbudget/actual/commit/9da4ff001f296f8bbb6a64f1408140f7269d91a1) Merge branch 'master' into jfdoming/select-linked-accounts-typescript - [`9a2435e`](https://github.com/actualbudget/actual/commit/9a2435e2fc377d57c67e9feee259bf8e097d23c7) Merge branch 'master' into jfdoming/select-linked-accounts-typescript ### 📊 Changes **7 files changed** (+187 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+28 -24) 📝 `packages/desktop-client/src/components/modals/SelectLinkedAccountsModal.tsx` (+145 -51) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+2 -7) 📝 `packages/loot-core/src/types/models/gocardless.ts` (+3 -2) 📝 `packages/loot-core/src/types/models/pluggyai.ts` (+2 -1) 📝 `packages/loot-core/src/types/models/simplefin.ts` (+1 -0) ➕ `upcoming-release-notes/5059.md` (+6 -0) </details> ### 📄 Description Help testing this with different providers is appreciated! --- <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 22:50:39 -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#35930