[PR #4809] [MERGED] Mobile running balance #5591

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4809
Author: @youngcw
Created: 4/15/2025
Status: Merged
Merged: 6/20/2025
Merged by: @youngcw

Base: masterHead: youngcw/mobile-running-balance


📝 Commits (10+)

📊 Changes

10 files changed (+126 additions, -28 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+60 -19)
📝 packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx (+1 -0)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+8 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+19 -3)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx (+3 -0)
📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+20 -3)
📝 packages/desktop-client/src/components/reports/reports/Calendar.tsx (+1 -0)
📝 packages/desktop-client/src/hooks/useAccountPreviewTransactions.ts (+7 -2)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+1 -0)
upcoming-release-notes/4809.md (+6 -0)

📄 Description

This adds the processing to calculate and display the running balance on mobile accounts.


🔄 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/4809 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 4/15/2025 **Status:** ✅ Merged **Merged:** 6/20/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 **10 files changed** (+126 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+60 -19) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+8 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+19 -3) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+20 -3) 📝 `packages/desktop-client/src/components/reports/reports/Calendar.tsx` (+1 -0) 📝 `packages/desktop-client/src/hooks/useAccountPreviewTransactions.ts` (+7 -2) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+1 -0) ➕ `upcoming-release-notes/4809.md` (+6 -0) </details> ### 📄 Description This adds the processing to calculate and display the running balance on mobile accounts. --- <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:14:58 -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#5591