[PR #5750] [MERGED] Optimize scroll provider and replace usage of debounce package with lodash's debounce #6093

Closed
opened 2026-02-28 21:23:48 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5750
Author: @joel-jeremy
Created: 9/19/2025
Status: Merged
Merged: 9/23/2025
Merged by: @joel-jeremy

Base: masterHead: optimize-ScrollProvider


📝 Commits (2)

  • 156bb7f Optimize scroll provider and replace usage of debounce package with lodash's debounce
  • 4049071 Coderabbit suggestions

📊 Changes

9 files changed (+55 additions, -54 deletions)

View changed files

📝 packages/desktop-client/package.json (+0 -2)
📝 packages/desktop-client/src/components/ScrollProvider.tsx (+42 -30)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/SummaryNumber.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/reports/CalendarCard.tsx (+3 -2)
📝 packages/desktop-client/src/hooks/useTransactionsSearch.ts (+1 -1)
upcoming-release-notes/5750.md (+6 -0)
📝 yarn.lock (+0 -16)

📄 Description


🔄 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/5750 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `optimize-ScrollProvider` --- ### 📝 Commits (2) - [`156bb7f`](https://github.com/actualbudget/actual/commit/156bb7f48ce998282d7f117e32cbb968457e1803) Optimize scroll provider and replace usage of debounce package with lodash's debounce - [`4049071`](https://github.com/actualbudget/actual/commit/40490718ef6c8a991c3e0a92fac8c49b41be2bf2) Coderabbit suggestions ### 📊 Changes **9 files changed** (+55 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+0 -2) 📝 `packages/desktop-client/src/components/ScrollProvider.tsx` (+42 -30) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/SummaryNumber.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/reports/CalendarCard.tsx` (+3 -2) 📝 `packages/desktop-client/src/hooks/useTransactionsSearch.ts` (+1 -1) ➕ `upcoming-release-notes/5750.md` (+6 -0) 📝 `yarn.lock` (+0 -16) </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. --> --- <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 21:23:48 -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#6093