[PR #1965] [MERGED] Fix budget amount not saved when clicking on another budget cell #45869

Closed
opened 2026-04-26 07:59:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1965
Author: @joel-jeremy
Created: 11/23/2023
Status: Merged
Merged: 11/26/2023
Merged by: @joel-jeremy

Base: masterHead: mobile-budget-amount-input-fix


📝 Commits (2)

  • 90cca68 Fix budget amount not saved when clicking on another budget cell
  • a302971 Release notes

📊 Changes

3 files changed (+50 additions, -36 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+33 -34)
📝 packages/desktop-client/src/components/util/AmountInput.tsx (+11 -2)
upcoming-release-notes/1965.md (+6 -0)

📄 Description

Fix mobile budget cell save issue.

Steps to reproduce:

  1. Edit a budget in mobile budget view
  2. Change the budget amount
  3. Click on another budget while the current one is still being edited
  4. Result: The edited budget will not be saved

🔄 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/1965 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 11/23/2023 **Status:** ✅ Merged **Merged:** 11/26/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mobile-budget-amount-input-fix` --- ### 📝 Commits (2) - [`90cca68`](https://github.com/actualbudget/actual/commit/90cca68e3689055d93e863457630a2b795dcf078) Fix budget amount not saved when clicking on another budget cell - [`a302971`](https://github.com/actualbudget/actual/commit/a3029714594fe10ba3074483c87a40cebdc54759) Release notes ### 📊 Changes **3 files changed** (+50 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+33 -34) 📝 `packages/desktop-client/src/components/util/AmountInput.tsx` (+11 -2) ➕ `upcoming-release-notes/1965.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Fix mobile budget cell save issue. Steps to reproduce: 1. Edit a budget in mobile budget view 2. Change the budget amount 3. Click on another budget while the current one is still being edited 4. Result: The edited budget will not be saved --- <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 07:59:15 -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#45869