[PR #1182] [MERGED] Fix navigating to the per-category per-month page #10628

Closed
opened 2026-04-10 20:38:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1182
Author: @j-f1
Created: 6/24/2023
Status: Merged
Merged: 6/26/2023
Merged by: @j-f1

Base: masterHead: jed/navigate-state


📝 Commits (6)

  • 1b8fb8f Fix navigating to the per-category per-month page
  • 1354a2a Add release note
  • fe88a42 Add e2e test for clicking on the spent value
  • 450eed8 Revert "Fix navigating to the per-category per-month page"
  • 31c25b4 Revert "Revert "Fix navigating to the per-category per-month page""
  • ee058f6 Escape the parens

📊 Changes

6 files changed (+37 additions, -5 deletions)

View changed files

📝 packages/desktop-client/e2e/budget.test.js (+10 -0)
📝 packages/desktop-client/e2e/page-models/budget-page.js (+18 -3)
📝 packages/desktop-client/src/components/budget/index.js (+1 -2)
📝 packages/desktop-client/src/components/budget/report/components.tsx (+1 -0)
📝 packages/desktop-client/src/components/budget/rollover/rollover-components.tsx (+1 -0)
upcoming-release-notes/1182.md (+6 -0)

📄 Description

I checked through the other references to navigate and none of them appeared to be affected.


🔄 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/1182 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 6/24/2023 **Status:** ✅ Merged **Merged:** 6/26/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/navigate-state` --- ### 📝 Commits (6) - [`1b8fb8f`](https://github.com/actualbudget/actual/commit/1b8fb8f4b1757f6cd6c8871eab406aefe86f8073) Fix navigating to the per-category per-month page - [`1354a2a`](https://github.com/actualbudget/actual/commit/1354a2ad08c2f788f5c7c661729eec302d14a46f) Add release note - [`fe88a42`](https://github.com/actualbudget/actual/commit/fe88a42c1e74c6ea5237c6ae0e10b78010f2af19) Add e2e test for clicking on the spent value - [`450eed8`](https://github.com/actualbudget/actual/commit/450eed845cbd84da9a459e046b588426ef49068c) Revert "Fix navigating to the per-category per-month page" - [`31c25b4`](https://github.com/actualbudget/actual/commit/31c25b415185e119e4013048e772824f8538fdcd) Revert "Revert "Fix navigating to the per-category per-month page"" - [`ee058f6`](https://github.com/actualbudget/actual/commit/ee058f6254962308008db532ae40fc9519d04602) Escape the parens ### 📊 Changes **6 files changed** (+37 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/budget.test.js` (+10 -0) 📝 `packages/desktop-client/e2e/page-models/budget-page.js` (+18 -3) 📝 `packages/desktop-client/src/components/budget/index.js` (+1 -2) 📝 `packages/desktop-client/src/components/budget/report/components.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/budget/rollover/rollover-components.tsx` (+1 -0) ➕ `upcoming-release-notes/1182.md` (+6 -0) </details> ### 📄 Description I checked through the other references to `navigate` and none of them appeared to be affected. --- <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-10 20:38:56 -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#10628