[PR #3825] [MERGED] Fix back button behavior after adding tx on mobile #35272

Closed
opened 2026-04-20 22:15:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3825
Author: @JukeboxRhino
Created: 11/12/2024
Status: Merged
Merged: 11/12/2024
Merged by: @matt-fidd

Base: masterHead: fix/mobile-new-transaction-back


📝 Commits (1)

  • bb1518f fix back button behavior after adding tx on mobile

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+1 -1)
upcoming-release-notes/3825.md (+6 -0)

📄 Description

#3549 introduced a regression by removing { replace: true } on the call to navigate() when navigating to the account page after adding a new transaction. This PR fixes the behavior so the back button works as expected again.

Link to breaking change

Closes #3712


🔄 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/3825 **Author:** [@JukeboxRhino](https://github.com/JukeboxRhino) **Created:** 11/12/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `fix/mobile-new-transaction-back` --- ### 📝 Commits (1) - [`bb1518f`](https://github.com/actualbudget/actual/commit/bb1518fe64026430037e895fc4392e6675b6a5b9) fix back button behavior after adding tx on mobile ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+1 -1) ➕ `upcoming-release-notes/3825.md` (+6 -0) </details> ### 📄 Description #3549 introduced a regression by removing `{ replace: true }` on the call to `navigate()` when navigating to the account page after adding a new transaction. This PR fixes the behavior so the back button works as expected again. [Link to breaking change](https://github.com/actualbudget/actual/pull/3549/files#diff-2160422ad72c178aebbd20787701c79186591fd731cdadbd2671467c78e0470aL539) Closes #3712 --- <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-20 22:15:53 -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#35272