[PR #1545] [MERGED] (mobile) allow creating transactions via the footer #3808

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1545
Author: @MatissJanis
Created: 8/19/2023
Status: Merged
Merged: 8/20/2023
Merged by: @MatissJanis

Base: masterHead: matiss/mobile-trans-entr


📝 Commits (4)

  • a4ef793 (mobile) allow creating transactions from 'all accounts' page
  • e0f9db7 Release notes
  • 27e8399 Feedback: add transactions via footer
  • a9210aa Merge branch 'master' into matiss/mobile-trans-entr

📊 Changes

7 files changed (+63 additions, -4 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js (+28 -2)
📝 packages/desktop-client/e2e/page-models/mobile-navigation.js (+8 -0)
📝 packages/desktop-client/e2e/page-models/mobile-transaction-entry-page.js (+8 -0)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+10 -0)
📝 packages/desktop-client/src/components/accounts/MobileAccountDetails.js (+1 -1)
📝 packages/desktop-client/src/components/transactions/MobileTransaction.js (+2 -1)
upcoming-release-notes/1545.md (+6 -0)

📄 Description

Allow creating transactions directly from the footer on mobile.

Screenshot 2023-08-20 at 14 43 06

🔄 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/1545 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/19/2023 **Status:** ✅ Merged **Merged:** 8/20/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/mobile-trans-entr` --- ### 📝 Commits (4) - [`a4ef793`](https://github.com/actualbudget/actual/commit/a4ef793bdf17e958eb9fe22bde38eb6535bd0ac3) :sparkles: (mobile) allow creating transactions from 'all accounts' page - [`e0f9db7`](https://github.com/actualbudget/actual/commit/e0f9db7c706f424f381d16ea3416f80cb61d7eb5) Release notes - [`27e8399`](https://github.com/actualbudget/actual/commit/27e839976571d31d3b828d3e8e0e159842a33371) Feedback: add transactions via footer - [`a9210aa`](https://github.com/actualbudget/actual/commit/a9210aacfceb8b29ff7c12c826446314d286a538) Merge branch 'master' into matiss/mobile-trans-entr ### 📊 Changes **7 files changed** (+63 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js` (+28 -2) 📝 `packages/desktop-client/e2e/page-models/mobile-navigation.js` (+8 -0) 📝 `packages/desktop-client/e2e/page-models/mobile-transaction-entry-page.js` (+8 -0) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+10 -0) 📝 `packages/desktop-client/src/components/accounts/MobileAccountDetails.js` (+1 -1) 📝 `packages/desktop-client/src/components/transactions/MobileTransaction.js` (+2 -1) ➕ `upcoming-release-notes/1545.md` (+6 -0) </details> ### 📄 Description Allow creating transactions directly from the footer on mobile. <img width="351" alt="Screenshot 2023-08-20 at 14 43 06" src="https://github.com/actualbudget/actual/assets/886567/bc9da09f-596d-4454-a236-0b6fbbbd9afc"> --- <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:47:06 -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#3808