[PR #5219] [MERGED] Mobile running balance #5829

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5219
Author: @youngcw
Created: 6/21/2025
Status: Merged
Merged: 7/3/2025
Merged by: @youngcw

Base: masterHead: youngcw/mobile-running-balance


📝 Commits (10+)

📊 Changes

12 files changed (+214 additions, -132 deletions)

View changed files

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

📄 Description

Always generate the running balance for simplicity, but only show it if the pref is set.

Compared to the previous PR, this fixes the calculations to be correct for long account histories, and show all values properly.


🔄 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/5219 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 6/21/2025 **Status:** ✅ Merged **Merged:** 7/3/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/mobile-running-balance` --- ### 📝 Commits (10+) - [`c4498a9`](https://github.com/actualbudget/actual/commit/c4498a9bf53e06960068b358d240ea07811607f2) start - [`9f1d815`](https://github.com/actualbudget/actual/commit/9f1d815fe8a457bab30cabad3313f08d99bb596a) small fix - [`150280c`](https://github.com/actualbudget/actual/commit/150280c5560c95e68ed97dd212d696eb8a390fae) clean - [`40a3ea6`](https://github.com/actualbudget/actual/commit/40a3ea6cbc7af052276a1184ab48d756fd68d200) working for regular transactions - [`99491af`](https://github.com/actualbudget/actual/commit/99491aff35c5cda15e78f8829186971b3a9cbbc0) working for schedules - [`ad76770`](https://github.com/actualbudget/actual/commit/ad76770a55164105a852a6c913f5a0956a092101) cleanup - [`b949acb`](https://github.com/actualbudget/actual/commit/b949acb0dd81d571008082df45a7dfcfdaf3174c) typing - [`dec7d05`](https://github.com/actualbudget/actual/commit/dec7d05b619b6a0a29365567a43b15895218850e) cleanup - [`02e067d`](https://github.com/actualbudget/actual/commit/02e067d0e5498e7d14d3d033199382a9a7ebffb3) cleanup - [`13a99f9`](https://github.com/actualbudget/actual/commit/13a99f9cadb7703b2a1d1e4fff3a2603e4bea5a2) vrt ### 📊 Changes **12 files changed** (+214 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+66 -19) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+12 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+21 -3) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+7 -0) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+17 -1) 📝 `packages/desktop-client/src/components/reports/reports/Calendar.tsx` (+1 -0) 📝 `packages/desktop-client/src/hooks/useAccountPreviewTransactions.ts` (+55 -10) 📝 `packages/desktop-client/src/hooks/useCategoryPreviewTransactions.ts` (+7 -6) 📝 `packages/desktop-client/src/hooks/usePreviewTransactions.ts` (+20 -92) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+1 -0) ➕ `upcoming-release-notes/5219.md` (+6 -0) </details> ### 📄 Description Always generate the running balance for simplicity, but only show it if the pref is set. Compared to the previous PR, this fixes the calculations to be correct for long account histories, and show all values properly. --- <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:19:23 -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#5829