[PR #2167] [MERGED] Fix load more when scrolling to end of rules table #4151

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2167
Author: @jasonmichalski
Created: 1/3/2024
Status: Merged
Merged: 1/5/2024
Merged by: @MatissJanis

Base: matiss/fix-1502Head: 1502-load-more


📝 Commits (1)

  • 29236c1 Fix load more when scrolling to end of rules table

📊 Changes

2 files changed (+11 additions, -18 deletions)

View changed files

📝 packages/desktop-client/src/components/ManageRules.tsx (+0 -1)
📝 packages/desktop-client/src/components/rules/SimpleTable.tsx (+11 -17)

📄 Description

Builds on https://github.com/actualbudget/actual/pull/2141 to fix the load more rules functionality mentioned in #1502.

I've tested on my display with chrome and firefox, and this seems to do the trick and simplifies some extraneous useEffect. More testers would be welcome!

Note this PR is branched off matiss/fix-1502, so the request is to get merged into that branch and not master... If you want to handle it some other way, let me know and i can update.


🔄 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/2167 **Author:** [@jasonmichalski](https://github.com/jasonmichalski) **Created:** 1/3/2024 **Status:** ✅ Merged **Merged:** 1/5/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `matiss/fix-1502` ← **Head:** `1502-load-more` --- ### 📝 Commits (1) - [`29236c1`](https://github.com/actualbudget/actual/commit/29236c13873be4d0e873550e3f819d60a0d9b3af) Fix load more when scrolling to end of rules table ### 📊 Changes **2 files changed** (+11 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/rules/SimpleTable.tsx` (+11 -17) </details> ### 📄 Description Builds on https://github.com/actualbudget/actual/pull/2141 to fix the load more rules functionality mentioned in #1502. I've tested on my display with chrome and firefox, and this seems to do the trick and simplifies some extraneous useEffect. More testers would be welcome! Note this PR is branched off matiss/fix-1502, so the request is to get merged into that branch and not master... If you want to handle it some other way, let me know and i can update. --- <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:52:15 -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#4151