[PR #5513] [MERGED] Add in mobile running balance #5972

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5513
Author: @youngcw
Created: 8/7/2025
Status: Merged
Merged: 11/11/2025
Merged by: @youngcw

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


📝 Commits (10+)

  • 8eff0d7 Revert "Revert "Mobile running balance" because its causing extreme slowness …"
  • 986a5aa Fix rebase error
  • 83b00d5 Release notes
  • 7d4b8d1 [autofix.ci] apply automated fixes
  • 15b7ead Cleanup
  • 9c7c45e Rename some props
  • 18a9344 Delete upcoming-release-notes/5219.md
  • 1ad0620 Do not calculate running balance if searching or non-account
  • cf99a0e Temporarily increase timeout
  • 8f3aa9b Do not show running balance on non-account views

📊 Changes

9 files changed (+131 additions, -21 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/AccountPage.tsx (+15 -0)
📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+41 -15)
📝 packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx (+3 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+19 -2)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+23 -3)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx (+7 -0)
📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+16 -0)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+1 -0)
upcoming-release-notes/5513.md (+6 -0)

📄 Description

@joel-jeremy This adds back the mobile running balance stuff.

Resolves #1700


🔄 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/5513 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `revert-5405-revert-5219-youngcw/mobile-running-balance` --- ### 📝 Commits (10+) - [`8eff0d7`](https://github.com/actualbudget/actual/commit/8eff0d728928faae2a3c8d9bcb8d67697c05b4e0) Revert "Revert "Mobile running balance" because its causing extreme slowness …" - [`986a5aa`](https://github.com/actualbudget/actual/commit/986a5aa2dc077733bd7435211d8fb275a6ceec6b) Fix rebase error - [`83b00d5`](https://github.com/actualbudget/actual/commit/83b00d54cf8a8853f9fcd8436ba7c25a0a04ad5d) Release notes - [`7d4b8d1`](https://github.com/actualbudget/actual/commit/7d4b8d1343e2cec42c47e0c2cbe3c6a37f276aac) [autofix.ci] apply automated fixes - [`15b7ead`](https://github.com/actualbudget/actual/commit/15b7ead91de3e65c15b3bc14503515ecb62abc4c) Cleanup - [`9c7c45e`](https://github.com/actualbudget/actual/commit/9c7c45e4ea59e335b919e480862110bb3422b67d) Rename some props - [`18a9344`](https://github.com/actualbudget/actual/commit/18a934440c071050692be364c27c66f521d00d50) Delete upcoming-release-notes/5219.md - [`1ad0620`](https://github.com/actualbudget/actual/commit/1ad0620bfd6eb5327292ce271acb93f1e7ba0be3) Do not calculate running balance if searching or non-account - [`cf99a0e`](https://github.com/actualbudget/actual/commit/cf99a0eba0ebf334508718b7855f2a90e2affd74) Temporarily increase timeout - [`8f3aa9b`](https://github.com/actualbudget/actual/commit/8f3aa9b89db07d7b268d2992fd675e0f533442b5) Do not show running balance on non-account views ### 📊 Changes **9 files changed** (+131 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/AccountPage.tsx` (+15 -0) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+41 -15) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+19 -2) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+23 -3) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+7 -0) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+16 -0) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+1 -0) ➕ `upcoming-release-notes/5513.md` (+6 -0) </details> ### 📄 Description @joel-jeremy This adds back the mobile running balance stuff. Resolves #1700 --- <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:21:51 -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#5972