[PR #2263] [MERGED] [Cleanup] useSingleActiveEditForm hook on mobile budget table #4214

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2263
Author: @joel-jeremy
Created: 1/21/2024
Status: Merged
Merged: 1/30/2024
Merged by: @joel-jeremy

Base: masterHead: single-active-form-mobile-budgets-page


📝 Commits (3)

  • 5147b4c useSingleActiveEditForm on mobile budget table
  • e8f7822 Release notes
  • f798133 Remove unused variables

📊 Changes

3 files changed (+91 additions, -136 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/MobileBudget.tsx (+0 -32)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.jsx (+85 -104)
upcoming-release-notes/2263.md (+6 -0)

📄 Description

No functional changes. This is just to re-use the same useSingleActiveEditForm hook that is currently being used in mobile transaction page. The hook prevents editing any other field when another one is currently being edited/active.


🔄 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/2263 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/21/2024 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `single-active-form-mobile-budgets-page` --- ### 📝 Commits (3) - [`5147b4c`](https://github.com/actualbudget/actual/commit/5147b4ca43295877ebc81521551970c6aca3bc83) useSingleActiveEditForm on mobile budget table - [`e8f7822`](https://github.com/actualbudget/actual/commit/e8f782212a3f6e4805ec3d345a6cb6eb9c5f51ef) Release notes - [`f798133`](https://github.com/actualbudget/actual/commit/f7981331225d9d294656f07aa22d2c82216c3d64) Remove unused variables ### 📊 Changes **3 files changed** (+91 additions, -136 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/MobileBudget.tsx` (+0 -32) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.jsx` (+85 -104) ➕ `upcoming-release-notes/2263.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 --> No functional changes. This is just to re-use the same `useSingleActiveEditForm` hook that is currently being used in mobile transaction page. The hook prevents editing any other field when another one is currently being edited/active. --- <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:53:09 -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#4214