[PR #5227] [CLOSED] Fix UI glitches when splitting existing transactions #59487

Closed
opened 2026-05-07 00:57:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5227
Author: @Ditti4
Created: 6/23/2025
Status: Closed

Base: masterHead: fix-ui-glitches-when-splitting-existing-transaction


📝 Commits (1)

  • ee87071 Fix UI glitches when splitting existing transactions

📊 Changes

3 files changed (+44 additions, -11 deletions)

View changed files

📝 packages/desktop-client/src/components/table.tsx (+8 -0)
📝 packages/desktop-client/src/components/transactions/TransactionList.tsx (+30 -11)
upcoming-release-notes/5227.md (+6 -0)

📄 Description

When splitting an existing transaction, we apply the changes to the UI
immediately, then synchronize with the server and apply the
server-approved changes again. This causes split transactions to
disappear and reappear while trying to split an existing transaction.

To fix this, we can simply avoid applying the server-provided changes
while we're actively editing a transaction.

Fixes #5217.


🔄 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/5227 **Author:** [@Ditti4](https://github.com/Ditti4) **Created:** 6/23/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-ui-glitches-when-splitting-existing-transaction` --- ### 📝 Commits (1) - [`ee87071`](https://github.com/actualbudget/actual/commit/ee87071d890e684ce07da02e9f34ddb67a319f4e) Fix UI glitches when splitting existing transactions ### 📊 Changes **3 files changed** (+44 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/table.tsx` (+8 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionList.tsx` (+30 -11) ➕ `upcoming-release-notes/5227.md` (+6 -0) </details> ### 📄 Description When splitting an existing transaction, we apply the changes to the UI immediately, then synchronize with the server and apply the server-approved changes again. This causes split transactions to disappear and reappear while trying to split an existing transaction. To fix this, we can simply avoid applying the server-provided changes while we're actively editing a transaction. Fixes #5217. --- <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-07 00:57:31 -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#59487