[PR #2214] [MERGED] Proposal - Disable Save Button in Mobile Transaction View if field is edited #4184

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2214
Author: @HansiWursti
Created: 1/11/2024
Status: Merged
Merged: 1/12/2024
Merged by: @joel-jeremy

Base: masterHead: main


📝 Commits (3)

  • e456ad7 Disable SaveButton if field is edited
  • 11cfbdf Add Release Notes and fix VRT
  • e9a2c45 Merge branch 'master' into main

📊 Changes

8 files changed (+15 additions, -14 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-from-accounts-id-page-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-from-accounts-id-page-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/transactions/MobileTransaction.jsx (+9 -14)
upcoming-release-notes/2214.md (+6 -0)

📄 Description

Hi,

to adress the imho not really intuitive behaviour mentioned in #2203 i propose to disable the save button if a field is edited at the moment, so always the shown values are saved.

I also changed the color to be more clear whether the button is disabled or not.

Thank you!


🔄 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/2214 **Author:** [@HansiWursti](https://github.com/HansiWursti) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/12/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `main` --- ### 📝 Commits (3) - [`e456ad7`](https://github.com/actualbudget/actual/commit/e456ad709490a7cde13d3cbc509b7542dee372de) Disable SaveButton if field is edited - [`11cfbdf`](https://github.com/actualbudget/actual/commit/11cfbdf387abcb9b5209cba306aae9f914a169ee) Add Release Notes and fix VRT - [`e9a2c45`](https://github.com/actualbudget/actual/commit/e9a2c45e16847c0e515c01404a2a0fcd47248d29) Merge branch 'master' into main ### 📊 Changes **8 files changed** (+15 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-from-accounts-id-page-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-from-accounts-id-page-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/transactions/MobileTransaction.jsx` (+9 -14) ➕ `upcoming-release-notes/2214.md` (+6 -0) </details> ### 📄 Description Hi, to adress the imho not really intuitive behaviour mentioned in #2203 i propose to disable the save button if a field is edited at the moment, so always the shown values are saved. I also changed the color to be more clear whether the button is disabled or not. Thank you! --- <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:52:44 -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#4184