[PR #6064] [CLOSED] [WIP] [Do not merge] [For feedback] New mobile transaction page (partial) #76289

Closed
opened 2026-05-16 17:54:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6064
Author: @joel-jeremy
Created: 11/3/2025
Status: Closed

Base: masterHead: TransactionFormPage


📝 Commits (5)

📊 Changes

8 files changed (+1071 additions, -31 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.tsx (+3 -1)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+4 -4)
packages/desktop-client/src/components/mobile/transactions/TransactionForm.tsx (+652 -0)
packages/desktop-client/src/components/mobile/transactions/TransactionFormPage.tsx (+315 -0)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+20 -15)
📝 packages/desktop-client/src/components/mobile/utils.ts (+3 -3)
📝 packages/desktop-client/src/hooks/useTransactionBatchActions.ts (+73 -7)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+1 -1)

📄 Description

Only works on existing transactions ATM


🔄 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/6064 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 11/3/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `TransactionFormPage` --- ### 📝 Commits (5) - [`b3c62fd`](https://github.com/actualbudget/actual/commit/b3c62fd69da395976bb832aea409b04913199fef) New mobile transaction page (partial) - [`b29a127`](https://github.com/actualbudget/actual/commit/b29a12799ce55685c092f2e9db88273f791ec928) Style updates - [`247b0d9`](https://github.com/actualbudget/actual/commit/247b0d970af3a974dc1dc7d4bd2ac1aa74574317) Smaller amount input - [`fbc6a42`](https://github.com/actualbudget/actual/commit/fbc6a42662450ba4db5e7aca373eab83d8e13e30) Change amount input type to number - [`2ededcd`](https://github.com/actualbudget/actual/commit/2ededcd854d2188e76e3103d07aeb50ca6d130fe) Implement saving ### 📊 Changes **8 files changed** (+1071 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+4 -4) ➕ `packages/desktop-client/src/components/mobile/transactions/TransactionForm.tsx` (+652 -0) ➕ `packages/desktop-client/src/components/mobile/transactions/TransactionFormPage.tsx` (+315 -0) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+20 -15) 📝 `packages/desktop-client/src/components/mobile/utils.ts` (+3 -3) 📝 `packages/desktop-client/src/hooks/useTransactionBatchActions.ts` (+73 -7) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+1 -1) </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. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Only works on existing transactions ATM --- <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-05-16 17:54:26 -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#76289