[PR #1808] [MERGED] Custom useNavigate which tracks previous location #22579

Closed
opened 2026-04-16 16:52:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1808
Author: @joel-jeremy
Created: 10/16/2023
Status: Merged
Merged: 10/22/2023
Merged by: @joel-jeremy

Base: masterHead: custom-usenavigate-which-tracks-previous-location


📝 Commits (3)

  • 3b78fa4 Custom useNavigate which tracks previous location
  • aa5e93e Release notes
  • 03982ae Fix lint errors

📊 Changes

21 files changed (+86 additions, -19 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.tsx (+1 -1)
📝 packages/desktop-client/src/components/GlobalKeys.tsx (+2 -1)
📝 packages/desktop-client/src/components/Titlebar.tsx (+2 -1)
📝 packages/desktop-client/src/components/accounts/MobileAccount.js (+2 -1)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.js (+1 -1)
📝 packages/desktop-client/src/components/budget/index.js (+2 -1)
📝 packages/desktop-client/src/components/common/ButtonLink.tsx (+2 -1)
📝 packages/desktop-client/src/components/common/Link.tsx (+2 -1)
📝 packages/desktop-client/src/components/manager/ConfigServer.tsx (+1 -1)
📝 packages/desktop-client/src/components/manager/subscribe/ChangePassword.tsx (+1 -1)
📝 packages/desktop-client/src/components/manager/subscribe/Error.tsx (+2 -1)
📝 packages/desktop-client/src/components/manager/subscribe/common.tsx (+2 -1)
📝 packages/desktop-client/src/components/modals/CreateLocalAccount.tsx (+1 -1)
📝 packages/desktop-client/src/components/payees/ManagePayeesPage.js (+1 -1)
📝 packages/desktop-client/src/components/settings/UI.tsx (+1 -1)
📝 packages/desktop-client/src/components/sidebar/SidebarWithData.tsx (+1 -1)
📝 packages/desktop-client/src/components/sidebar/Tools.tsx (+1 -1)
📝 packages/desktop-client/src/components/transactions/MobileTransaction.js (+2 -1)
packages/desktop-client/src/hooks/useNavigate.ts (+51 -0)
📝 packages/desktop-client/src/util/router-tools.tsx (+2 -1)

...and 1 more files

📄 Description

Fixes https://github.com/actualbudget/actual/issues/1735


🔄 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/1808 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 10/16/2023 **Status:** ✅ Merged **Merged:** 10/22/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `custom-usenavigate-which-tracks-previous-location` --- ### 📝 Commits (3) - [`3b78fa4`](https://github.com/actualbudget/actual/commit/3b78fa4b7fe3292504e828284a0d788b571bf360) Custom useNavigate which tracks previous location - [`aa5e93e`](https://github.com/actualbudget/actual/commit/aa5e93ef47b51366264f900b5cb926aecfe78f03) Release notes - [`03982ae`](https://github.com/actualbudget/actual/commit/03982ae66611b5db76b1fa063c521362ba3a5e28) Fix lint errors ### 📊 Changes **21 files changed** (+86 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/GlobalKeys.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.js` (+2 -1) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/index.js` (+2 -1) 📝 `packages/desktop-client/src/components/common/ButtonLink.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/common/Link.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/manager/ConfigServer.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/manager/subscribe/ChangePassword.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/manager/subscribe/Error.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/manager/subscribe/common.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccount.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/payees/ManagePayeesPage.js` (+1 -1) 📝 `packages/desktop-client/src/components/settings/UI.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/sidebar/SidebarWithData.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/sidebar/Tools.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/transactions/MobileTransaction.js` (+2 -1) ➕ `packages/desktop-client/src/hooks/useNavigate.ts` (+51 -0) 📝 `packages/desktop-client/src/util/router-tools.tsx` (+2 -1) _...and 1 more files_ </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 --> Fixes https://github.com/actualbudget/actual/issues/1735 --- <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-16 16:52:13 -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#22579