[PR #5405] [MERGED] Revert "Mobile running balance" because its causing extreme slowness in large accounts. #5917

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5405
Author: @youngcw
Created: 7/27/2025
Status: Merged
Merged: 7/30/2025
Merged by: @youngcw

Base: masterHead: revert-5219-youngcw/mobile-running-balance


📝 Commits (3)

📊 Changes

13 files changed (+138 additions, -213 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+19 -66)
📝 packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx (+0 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+1 -12)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+3 -21)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx (+0 -7)
📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+0 -16)
📝 packages/desktop-client/src/components/reports/reports/Calendar.tsx (+0 -1)
📝 packages/desktop-client/src/hooks/useAccountPreviewTransactions.ts (+10 -55)
📝 packages/desktop-client/src/hooks/useCategoryPreviewTransactions.ts (+6 -7)
📝 packages/desktop-client/src/hooks/usePreviewTransactions.ts (+92 -20)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+0 -1)
upcoming-release-notes/5219.md (+0 -6)
upcoming-release-notes/5405.md (+7 -0)

📄 Description

resolves #5308


🔄 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/5405 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 7/27/2025 **Status:** ✅ Merged **Merged:** 7/30/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `revert-5219-youngcw/mobile-running-balance` --- ### 📝 Commits (3) - [`896de80`](https://github.com/actualbudget/actual/commit/896de8022189e7332c1138f56ea8f8dde755b3b7) Revert "Mobile running balance (#5219)" - [`9708566`](https://github.com/actualbudget/actual/commit/9708566b382c6939c385192df2adb4b195a71398) Add release notes for PR #5405 - [`c88b7b3`](https://github.com/actualbudget/actual/commit/c88b7b36e91a552792d77512639e111041f4df8e) retain added translation ### 📊 Changes **13 files changed** (+138 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+19 -66) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+1 -12) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+3 -21) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+0 -7) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+0 -16) 📝 `packages/desktop-client/src/components/reports/reports/Calendar.tsx` (+0 -1) 📝 `packages/desktop-client/src/hooks/useAccountPreviewTransactions.ts` (+10 -55) 📝 `packages/desktop-client/src/hooks/useCategoryPreviewTransactions.ts` (+6 -7) 📝 `packages/desktop-client/src/hooks/usePreviewTransactions.ts` (+92 -20) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+0 -1) ➖ `upcoming-release-notes/5219.md` (+0 -6) ➕ `upcoming-release-notes/5405.md` (+7 -0) </details> ### 📄 Description resolves #5308 --- <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:20:53 -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#5917