[PR #5650] [CLOSED] [WIP] fix: transaction flickering #6050

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5650
Author: @misu-dev
Created: 8/29/2025
Status: Closed

Base: masterHead: fix/5619


📝 Commits (6)

  • 9ac666d fix: use batching for fast transaction changes
  • 09367d8 Revert "fix: use batching for fast transaction changes"
  • 0f7fa6a feat: reduce livequery calls
  • a15644a fix some tests
  • ec07169 [autofix.ci] apply automated fixes
  • e4d0173 readd release notes

📊 Changes

6 files changed (+110 additions, -29 deletions)

View changed files

📝 packages/desktop-client/src/hooks/useDisplayPayee.ts (+14 -3)
📝 packages/desktop-client/src/queries/liveQuery.test.ts (+10 -6)
📝 packages/desktop-client/src/queries/liveQuery.ts (+41 -4)
📝 packages/desktop-client/src/queries/pagedQuery.test.ts (+16 -10)
📝 packages/loot-core/src/server/sync/index.ts (+23 -6)
upcoming-release-notes/5650.md (+6 -0)

📄 Description

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

Debounced batching system added:

  • Collects rapid changes for 500ms
  • Sends single backend request instead of N individual requests
  • Maintains immediate optimistic UI updates

🔄 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/5650 **Author:** [@misu-dev](https://github.com/misu-dev) **Created:** 8/29/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/5619` --- ### 📝 Commits (6) - [`9ac666d`](https://github.com/actualbudget/actual/commit/9ac666d16ae6bd9e5ea3362d8f37bd960782abd3) fix: use batching for fast transaction changes - [`09367d8`](https://github.com/actualbudget/actual/commit/09367d8a3263df2a2a8d057c16ffe794ff57840a) Revert "fix: use batching for fast transaction changes" - [`0f7fa6a`](https://github.com/actualbudget/actual/commit/0f7fa6ac4a80c5df187d0eb01a42c875536d302a) feat: reduce livequery calls - [`a15644a`](https://github.com/actualbudget/actual/commit/a15644ac8a8d14ed17f4f787c630bb1dbb9190d2) fix some tests - [`ec07169`](https://github.com/actualbudget/actual/commit/ec071699f9d9dc1ecdfa27e8d05f994ecdf5e7bd) [autofix.ci] apply automated fixes - [`e4d0173`](https://github.com/actualbudget/actual/commit/e4d0173ee8f9c7bb1db09879f5143c5db8dda5b5) readd release notes ### 📊 Changes **6 files changed** (+110 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/hooks/useDisplayPayee.ts` (+14 -3) 📝 `packages/desktop-client/src/queries/liveQuery.test.ts` (+10 -6) 📝 `packages/desktop-client/src/queries/liveQuery.ts` (+41 -4) 📝 `packages/desktop-client/src/queries/pagedQuery.test.ts` (+16 -10) 📝 `packages/loot-core/src/server/sync/index.ts` (+23 -6) ➕ `upcoming-release-notes/5650.md` (+6 -0) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/5619. Debounced batching system added: - Collects rapid changes for 500ms - Sends single backend request instead of N individual requests - Maintains immediate optimistic UI updates --- <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:23:08 -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#6050