[PR #2753] [MERGED] [Mobile] Require account in mobile transaction entry + confirm transaction delete #4491

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2753
Author: @joel-jeremy
Created: 5/14/2024
Status: Merged
Merged: 5/16/2024
Merged by: @joel-jeremy

Base: masterHead: require-account-in-mobile-transaction-entry


📝 Commits (4)

📊 Changes

13 files changed (+153 additions, -49 deletions)

View changed files

📝 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/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/Modals.tsx (+10 -0)
📝 packages/desktop-client/src/components/Notifications.tsx (+2 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+67 -47)
packages/desktop-client/src/components/modals/ConfirmTransactionDelete.tsx (+60 -0)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+7 -0)
📝 packages/loot-core/src/client/state-types/notifications.d.ts (+1 -1)
upcoming-release-notes/2753.md (+6 -0)

📄 Description

Require account in mobile transaction entry + confirm transaction delete

Right now, when there is no account selected, no errors are presented. This change will replace the Add / Save button with a "Select account" to let users know that they still need to select an account.


🔄 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/2753 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `require-account-in-mobile-transaction-entry` --- ### 📝 Commits (4) - [`acff13c`](https://github.com/actualbudget/actual/commit/acff13cc66b959f619727bc0578b5d9b7219a4a2) Require account in mobile transaction entry + confirm transaction delete - [`6df2aa3`](https://github.com/actualbudget/actual/commit/6df2aa3aa5e485ef4d1be11f54283dd6685dac53) Release notes - [`da1f20e`](https://github.com/actualbudget/actual/commit/da1f20ec2dbb269eeb8888fd67c9ca137b03f9ee) VRT - [`a75a0e0`](https://github.com/actualbudget/actual/commit/a75a0e01cb6666be952ed2f103d527c386fa121d) VRT ### 📊 Changes **13 files changed** (+153 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `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/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/Modals.tsx` (+10 -0) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+67 -47) ➕ `packages/desktop-client/src/components/modals/ConfirmTransactionDelete.tsx` (+60 -0) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+7 -0) 📝 `packages/loot-core/src/client/state-types/notifications.d.ts` (+1 -1) ➕ `upcoming-release-notes/2753.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 --> Require account in mobile transaction entry + confirm transaction delete Right now, when there is no account selected, no errors are presented. This change will replace the Add / Save button with a "Select account" to let users know that they still need to select an account. --- <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:56:30 -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#4491