[PR #3570] [MERGED] ♻️ (typescript) migrate parts of ImportTransactionModal to TS #4926

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3570
Author: @MatissJanis
Created: 10/4/2024
Status: Merged
Merged: 10/9/2024
Merged by: @MatissJanis

Base: masterHead: matiss/typescript-import-modal


📝 Commits (2)

  • 7bb8c17 ♻️ (typescript) migrate parts of ImportTransactionModal to TS
  • 38073f9 Merge branch 'master' into matiss/typescript-import-modal

📊 Changes

15 files changed (+260 additions, -87 deletions)

View changed files

📝 packages/desktop-client/src/components/forms.tsx (+3 -1)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/CheckboxOption.tsx (+13 -4)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/DateFormatSelect.tsx (+13 -2)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/FieldMappings.tsx (+25 -4)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/InOutOption.tsx (+9 -1)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/MultiplierOption.tsx (+9 -2)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/ParsedDate.tsx (+11 -1)
packages/desktop-client/src/components/modals/ImportTransactionsModal/SelectField.jsx (+0 -29)
packages/desktop-client/src/components/modals/ImportTransactionsModal/SelectField.tsx (+42 -0)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/SubLabel.tsx (+5 -1)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/Transaction.tsx (+52 -14)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/utils.test.ts (+10 -4)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/utils.ts (+61 -23)
upcoming-release-notes/3570.md (+6 -0)
📝 upcoming-release-notes/3603.md (+1 -1)

📄 Description

No description provided


🔄 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/3570 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 10/4/2024 **Status:** ✅ Merged **Merged:** 10/9/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/typescript-import-modal` --- ### 📝 Commits (2) - [`7bb8c17`](https://github.com/actualbudget/actual/commit/7bb8c178974d0dc002530f4133358711494f6173) :recycle: (typescript) migrate parts of ImportTransactionModal to TS - [`38073f9`](https://github.com/actualbudget/actual/commit/38073f9e3daa8b3c82d4aee9952f0713bb98c533) Merge branch 'master' into matiss/typescript-import-modal ### 📊 Changes **15 files changed** (+260 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/forms.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/CheckboxOption.tsx` (+13 -4) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/DateFormatSelect.tsx` (+13 -2) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/FieldMappings.tsx` (+25 -4) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/InOutOption.tsx` (+9 -1) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/MultiplierOption.tsx` (+9 -2) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/ParsedDate.tsx` (+11 -1) ➖ `packages/desktop-client/src/components/modals/ImportTransactionsModal/SelectField.jsx` (+0 -29) ➕ `packages/desktop-client/src/components/modals/ImportTransactionsModal/SelectField.tsx` (+42 -0) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/SubLabel.tsx` (+5 -1) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/Transaction.tsx` (+52 -14) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/utils.test.ts` (+10 -4) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/utils.ts` (+61 -23) ➕ `upcoming-release-notes/3570.md` (+6 -0) 📝 `upcoming-release-notes/3603.md` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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 21:03: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#4926