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

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

Original Pull Request: https://github.com/actualbudget/actual/pull/5980

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/5980 **State:** closed **Merged:** Yes --- 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.
GiteaMirror added the pull-request label 2026-02-28 21:25:48 -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#6250