[PR #2141] [MERGED] 🐛 (rules) fix filtering in the rules page #4144

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2141
Author: @MatissJanis
Created: 12/30/2023
Status: Merged
Merged: 1/5/2024
Merged by: @MatissJanis

Base: masterHead: matiss/fix-1502


📝 Commits (4)

  • b85819a 🐛 (rules) fix filtering in the rules page
  • 13bf10a Release notes
  • 38a14d9 Fix load more when scrolling to end of rules table (#2167)
  • 3abef4a Add jasonmichalski to authors

📊 Changes

3 files changed (+41 additions, -54 deletions)

View changed files

📝 packages/desktop-client/src/components/ManageRules.tsx (+24 -37)
📝 packages/desktop-client/src/components/rules/SimpleTable.tsx (+11 -17)
upcoming-release-notes/2141.md (+6 -0)

📄 Description

Previously the filtering was applied only to the loaded data. Meaning if there are >1 pages of data - it would initially apply only to the first page. After this fix - the filters are applied to all the pages.


🔄 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/2141 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/30/2023 **Status:** ✅ Merged **Merged:** 1/5/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-1502` --- ### 📝 Commits (4) - [`b85819a`](https://github.com/actualbudget/actual/commit/b85819a19e1368a93d5b90cb2b3062a9b6805502) :bug: (rules) fix filtering in the rules page - [`13bf10a`](https://github.com/actualbudget/actual/commit/13bf10a5590a683556f1ef76593de4224992b163) Release notes - [`38a14d9`](https://github.com/actualbudget/actual/commit/38a14d9e550b75145e1725e9b313c73109f12b58) Fix load more when scrolling to end of rules table (#2167) - [`3abef4a`](https://github.com/actualbudget/actual/commit/3abef4a094f1b6972e58f0193be08e4c7a5d2273) Add jasonmichalski to authors ### 📊 Changes **3 files changed** (+41 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+24 -37) 📝 `packages/desktop-client/src/components/rules/SimpleTable.tsx` (+11 -17) ➕ `upcoming-release-notes/2141.md` (+6 -0) </details> ### 📄 Description Previously the filtering was applied only to the loaded data. Meaning if there are >1 pages of data - it would initially apply only to the first page. After this fix - the filters are applied to all the pages. --- <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:10 -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#4144