[PR #4516] [CLOSED] [WIP] Added Make Transfer button to mobile. #47246

Closed
opened 2026-04-26 09:14:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4516
Author: @tempiz
Created: 3/3/2025
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • bc29314 Added Make Transfer button to mobile.
  • 73b27e8 Merge branch 'master' into master

📊 Changes

4 files changed (+95 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+1 -0)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+42 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx (+4 -0)
📝 packages/desktop-client/src/hooks/useTransactionBatchActions.ts (+48 -0)

📄 Description

  • Added the Make Transfer button to the mobile client.

This was the only functionality missing in the mobile client for my day to day budgeting. With this change, many users including myself should no longer need to regularly open the desktop client.

Most of this code is reused from the desktop client.


🔄 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/4516 **Author:** [@tempiz](https://github.com/tempiz) **Created:** 3/3/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`bc29314`](https://github.com/actualbudget/actual/commit/bc293141d808f357827ebc1e7afe35fba929115e) Added Make Transfer button to mobile. - [`73b27e8`](https://github.com/actualbudget/actual/commit/73b27e845ec77b7fd417d04b0bc0c37fc756aedf) Merge branch 'master' into master ### 📊 Changes **4 files changed** (+95 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+42 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+4 -0) 📝 `packages/desktop-client/src/hooks/useTransactionBatchActions.ts` (+48 -0) </details> ### 📄 Description - Added the Make Transfer button to the mobile client. This was the only functionality missing in the mobile client for my day to day budgeting. With this change, many users including myself should no longer need to regularly open the desktop client. Most of this code is reused from the desktop client. --- <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-04-26 09:14:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#47246