[PR #5980] [MERGED] fix slow performance in import csv modal #55554

Closed
opened 2026-05-01 02:33:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5980
Author: @matt-fidd
Created: 10/22/2025
Status: Merged
Merged: 10/22/2025
Merged by: @matt-fidd

Base: masterHead: import-csv-rerender


📝 Commits (4)

📊 Changes

3 files changed (+24 additions, -105 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.test.ts (+9 -4)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/ImportTransactionsModal.tsx (+9 -101)
upcoming-release-notes/5980.md (+6 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/5909

There were some conditions here that caused multiple rerenders when options were changed. This consolidates them and makes sure that previews aren't generated multiple times. The preservation was slowing things down a lot too, and it caused the linked bug so I've stripped it out.


🔄 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/5980 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `import-csv-rerender` --- ### 📝 Commits (4) - [`72cd747`](https://github.com/actualbudget/actual/commit/72cd747b535fc3f14106ea9600f5c2c057ec3891) fix rerendering in import transaction modal - [`7d21bfb`](https://github.com/actualbudget/actual/commit/7d21bfb6f6bed07a18a934776e93af68783ad310) note - [`5e39e8f`](https://github.com/actualbudget/actual/commit/5e39e8f8d3b347ae8b807a6413e47867bf1b7c7c) remove selection choice preservation - [`edff7ca`](https://github.com/actualbudget/actual/commit/edff7caa50e863fb07c6d4afe626f25acdd14691) fix VRT flakiness ### 📊 Changes **3 files changed** (+24 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.test.ts` (+9 -4) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/ImportTransactionsModal.tsx` (+9 -101) ➕ `upcoming-release-notes/5980.md` (+6 -0) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/5909 There were some conditions here that caused multiple rerenders when options were changed. This consolidates them and makes sure that previews aren't generated multiple times. The preservation was slowing things down a lot too, and it caused the linked bug so I've stripped it out. --- <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-05-01 02:33:58 -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#55554