[PR #1662] [MERGED] Editable mobile budget #3880

Closed
opened 2026-02-28 20:48:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1662
Author: @joel-jeremy
Created: 9/6/2023
Status: Merged
Merged: 10/4/2023
Merged by: @joel-jeremy

Base: masterHead: editable-mobile-budgets


📝 Commits (10+)

📊 Changes

6 files changed (+623 additions, -589 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+538 -537)
📝 packages/desktop-client/src/components/common/InputWithContent.tsx (+2 -1)
📝 packages/desktop-client/src/components/schedules/EditSchedule.js (+1 -1)
📝 packages/desktop-client/src/components/spreadsheet/CellValue.tsx (+22 -34)
📝 packages/desktop-client/src/components/util/AmountInput.js (+55 -16)
upcoming-release-notes/1662.md (+5 -0)

📄 Description


🔄 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/1662 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/6/2023 **Status:** ✅ Merged **Merged:** 10/4/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `editable-mobile-budgets` --- ### 📝 Commits (10+) - [`715fe9f`](https://github.com/actualbudget/actual/commit/715fe9f09ae81d34002e42404748c01ad2eec5ce) Editable mobile budget - [`32dae6e`](https://github.com/actualbudget/actual/commit/32dae6e84e884f3f3d4a0f9b69093afa304d6493) Fix error on empty amount - [`8aa5def`](https://github.com/actualbudget/actual/commit/8aa5def35b40f64c717c7998f346f9aab671b727) Fix typo - [`09f8f16`](https://github.com/actualbudget/actual/commit/09f8f162ab1a7bee338345d64dd90957bc031ecc) Decimal keyboard + select input on click - [`7fb97ad`](https://github.com/actualbudget/actual/commit/7fb97ad411cd16f6538dfc31092f3bef1dd26575) Remove scrollIntoView - [`c3ab337`](https://github.com/actualbudget/actual/commit/c3ab337300551c05e86a7e08e2c4f80e7b8d482c) Fix focus - [`493995f`](https://github.com/actualbudget/actual/commit/493995f6309d9e05bcee1e3d5ecbd10ee6ba3f61) Focus input on negative/positive - [`0cea6a0`](https://github.com/actualbudget/actual/commit/0cea6a049b35272e989dcee4531aefc646eb8dde) Use CellValue - [`bc2a56f`](https://github.com/actualbudget/actual/commit/bc2a56f9a097a6481cd1dffe32128c1ff145aae5) Functional mobile components - [`64be58d`](https://github.com/actualbudget/actual/commit/64be58dd6c396dbc0cdca22ac0499e185d98f938) Blur fix c/o dmlazaro ### 📊 Changes **6 files changed** (+623 additions, -589 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+538 -537) 📝 `packages/desktop-client/src/components/common/InputWithContent.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/schedules/EditSchedule.js` (+1 -1) 📝 `packages/desktop-client/src/components/spreadsheet/CellValue.tsx` (+22 -34) 📝 `packages/desktop-client/src/components/util/AmountInput.js` (+55 -16) ➕ `upcoming-release-notes/1662.md` (+5 -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 --> --- <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 20:48:13 -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#3880