[PR #5245] [MERGED] Patch mobile issues - hold for next month, transfer #5840

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5245
Author: @MatissJanis
Created: 6/27/2025
Status: Merged
Merged: 6/28/2025
Merged by: @MatissJanis

Base: masterHead: matiss/fix-5149


📝 Commits (4)

  • fb403cd Enhance HoldBufferModal and TransferModal to initialize amount state using useEffect. This ensures the amount reflects the available budget and initial amount respectively, improving user experience.
  • 317302b Refactor TransferModal to initialize amount state directly with initialAmount, removing unnecessary useEffect. This simplifies the component and improves clarity.
  • 49b4ac8 Add release notes for PR #5245
  • e07cc4b Merge branch 'master' into matiss/fix-5149

📊 Changes

3 files changed (+13 additions, -2 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/HoldBufferModal.tsx (+5 -1)
📝 packages/desktop-client/src/components/modals/TransferModal.tsx (+1 -1)
upcoming-release-notes/5245.md (+7 -0)

📄 Description

Enhance HoldBufferModal and TransferModal to initialize amount state using useEffect. This ensures the amount reflects the available budget and initial amount respectively, improving user experience.

Fixes #5149


🔄 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/5245 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/27/2025 **Status:** ✅ Merged **Merged:** 6/28/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-5149` --- ### 📝 Commits (4) - [`fb403cd`](https://github.com/actualbudget/actual/commit/fb403cd6ced4a11564b229e821c4326e2b691781) Enhance HoldBufferModal and TransferModal to initialize amount state using useEffect. This ensures the amount reflects the available budget and initial amount respectively, improving user experience. - [`317302b`](https://github.com/actualbudget/actual/commit/317302b4735c49408529138531c84257953682ef) Refactor TransferModal to initialize amount state directly with initialAmount, removing unnecessary useEffect. This simplifies the component and improves clarity. - [`49b4ac8`](https://github.com/actualbudget/actual/commit/49b4ac8f3a3328af97832b6c652c54741ac20654) Add release notes for PR #5245 - [`e07cc4b`](https://github.com/actualbudget/actual/commit/e07cc4bcd89c6acf4d98056802525a3092e60b9f) Merge branch 'master' into matiss/fix-5149 ### 📊 Changes **3 files changed** (+13 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/HoldBufferModal.tsx` (+5 -1) 📝 `packages/desktop-client/src/components/modals/TransferModal.tsx` (+1 -1) ➕ `upcoming-release-notes/5245.md` (+7 -0) </details> ### 📄 Description Enhance HoldBufferModal and TransferModal to initialize amount state using useEffect. This ensures the amount reflects the available budget and initial amount respectively, improving user experience. Fixes #5149 --- <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:36 -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#5840