[PR #2859] [CLOSED] [WIP] Scroll to previous location on Budget #4554

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2859
Author: @Crazypkr1099
Created: 6/8/2024
Status: Closed

Base: masterHead: scrollToLocationBudget


📝 Commits (10+)

  • 2476e45 Delete packages/desktop-client/e2e directory
  • bbec585 Delete packages/desktop-client/e2e directory
  • 9d6b574 Add ability to scroll to current position in table when leaving budgetable
  • 129b2c3 Create 2859.md
  • ab12410 Revert "Delete packages/desktop-client/e2e directory"
  • 201e1da Revert "Delete packages/desktop-client/e2e directory"
  • 7ba3a37 Merge branch 'scrollToLocationBudget' of https://github.com/Crazypkr1099/actual into scrollToLocationBudget
  • 9e7ebb4 Merge branch 'master' into scrollToLocationBudget
  • 4c57596 linting fix
  • 9ec0bde fixing more issues

📊 Changes

7 files changed (+87 additions, -6 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/BudgetCategories.jsx (+2 -1)
📝 packages/desktop-client/src/components/budget/BudgetTable.jsx (+28 -1)
📝 packages/desktop-client/src/components/budget/ExpenseCategory.tsx (+3 -0)
📝 packages/desktop-client/src/components/budget/report/ReportComponents.tsx (+6 -1)
📝 packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx (+6 -1)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+36 -2)
upcoming-release-notes/2859.md (+6 -0)

📄 Description

As requested by #2811


🔄 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/2859 **Author:** [@Crazypkr1099](https://github.com/Crazypkr1099) **Created:** 6/8/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `scrollToLocationBudget` --- ### 📝 Commits (10+) - [`2476e45`](https://github.com/actualbudget/actual/commit/2476e45735ba21cd48079b009abada05d0b39898) Delete packages/desktop-client/e2e directory - [`bbec585`](https://github.com/actualbudget/actual/commit/bbec585305fb908aa2df980dcdfd74b9351d30db) Delete packages/desktop-client/e2e directory - [`9d6b574`](https://github.com/actualbudget/actual/commit/9d6b5747080b6778ac4c22216adc617ba45bfbc6) Add ability to scroll to current position in table when leaving budgetable - [`129b2c3`](https://github.com/actualbudget/actual/commit/129b2c30616d48b12387a2126405782e1a98aa84) Create 2859.md - [`ab12410`](https://github.com/actualbudget/actual/commit/ab124105c21763ab24ecd452af2a5cd440f10e9e) Revert "Delete packages/desktop-client/e2e directory" - [`201e1da`](https://github.com/actualbudget/actual/commit/201e1dab543cefe0df5c17fda85324db29191c80) Revert "Delete packages/desktop-client/e2e directory" - [`7ba3a37`](https://github.com/actualbudget/actual/commit/7ba3a37ead745d7909b58e04439586a850cebffc) Merge branch 'scrollToLocationBudget' of https://github.com/Crazypkr1099/actual into scrollToLocationBudget - [`9e7ebb4`](https://github.com/actualbudget/actual/commit/9e7ebb405fbeb748d54f1085533553ca93ff6c11) Merge branch 'master' into scrollToLocationBudget - [`4c57596`](https://github.com/actualbudget/actual/commit/4c5759611714c7db276178bf9be3db26196702e3) linting fix - [`9ec0bde`](https://github.com/actualbudget/actual/commit/9ec0bdec33eba744aecd14a1232f948dee91869c) fixing more issues ### 📊 Changes **7 files changed** (+87 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/BudgetCategories.jsx` (+2 -1) 📝 `packages/desktop-client/src/components/budget/BudgetTable.jsx` (+28 -1) 📝 `packages/desktop-client/src/components/budget/ExpenseCategory.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/budget/report/ReportComponents.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+36 -2) ➕ `upcoming-release-notes/2859.md` (+6 -0) </details> ### 📄 Description As requested by #2811 --- <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:57:33 -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#4554