[PR #2327] [MERGED] Save name fields on unfocus #38684

Closed
opened 2026-04-23 11:43:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2327
Author: @jfdoming
Created: 2/3/2024
Status: Merged
Merged: 2/4/2024
Merged by: @MatissJanis

Base: masterHead: jfdoming/save-titles-on-blur


📝 Commits (4)

  • dbb17f4 Save changes to budget title on blur
  • 7df2c77 Save changes to account title on blur
  • e985d27 Add release notes
  • 4629575 Merge branch 'master' into jfdoming/save-titles-on-blur

📊 Changes

4 files changed (+28 additions, -12 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Header.jsx (+2 -1)
📝 packages/desktop-client/src/components/common/Input.tsx (+6 -0)
📝 packages/desktop-client/src/components/sidebar/SidebarWithData.tsx (+14 -11)
upcoming-release-notes/2327.md (+6 -0)

📄 Description

Resolves a confusing behaviour where clicking outside the field erased changes instead of saving them (this didn't match how transactions behave). This PR makes the title field consistent with how transactions behave.

In detail:

  1. Budget and account name fields will save their values on blur.
  2. Budget and account name fields can still be cleared by pressing "Escape".

🔄 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/2327 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 2/3/2024 **Status:** ✅ Merged **Merged:** 2/4/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `jfdoming/save-titles-on-blur` --- ### 📝 Commits (4) - [`dbb17f4`](https://github.com/actualbudget/actual/commit/dbb17f4b753cfd512ec19e17da08ac79cc51fc47) Save changes to budget title on blur - [`7df2c77`](https://github.com/actualbudget/actual/commit/7df2c77f2dff53f57d185eb828cb58d7f0d34ba7) Save changes to account title on blur - [`e985d27`](https://github.com/actualbudget/actual/commit/e985d2752358b1d7f941a607e6938d3026622c0d) Add release notes - [`4629575`](https://github.com/actualbudget/actual/commit/4629575f14aea9694821f75bb7375023087b0cb5) Merge branch 'master' into jfdoming/save-titles-on-blur ### 📊 Changes **4 files changed** (+28 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+2 -1) 📝 `packages/desktop-client/src/components/common/Input.tsx` (+6 -0) 📝 `packages/desktop-client/src/components/sidebar/SidebarWithData.tsx` (+14 -11) ➕ `upcoming-release-notes/2327.md` (+6 -0) </details> ### 📄 Description Resolves a confusing behaviour where clicking outside the field erased changes instead of saving them (this didn't match how transactions behave). This PR makes the title field consistent with how transactions behave. In detail: 1. Budget and account name fields will save their values on blur. 2. Budget and account name fields can still be cleared by pressing "Escape". --- <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-23 11:43:06 -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#38684