[PR #4578] [MERGED] ♻️ (components) rename SimpleTable to InfiniteScrollWrapper and cleanup #5464

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4578
Author: @MatissJanis
Created: 3/8/2025
Status: Merged
Merged: 3/8/2025
Merged by: @MatissJanis

Base: masterHead: matiss/infinite-scroll


📝 Commits (1)

  • ff5e426 ♻️ (components) rename SimpleTable to InfiniteScrollWrapper and cleanup

📊 Changes

5 files changed (+34 additions, -46 deletions)

View changed files

📝 packages/desktop-client/src/components/ManageRules.tsx (+4 -8)
📝 packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx (+6 -10)
📝 packages/desktop-client/src/components/admin/UserDirectory/UserDirectory.tsx (+4 -8)
📝 packages/desktop-client/src/components/common/InfiniteScrollWrapper.tsx (+14 -20)
upcoming-release-notes/4578.md (+6 -0)

📄 Description

  1. renamed SimpleTable to InfiniteScrollWrapper to better reflect what it actually does
  2. removed some unused functionality from the component

🔄 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/4578 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/8/2025 **Status:** ✅ Merged **Merged:** 3/8/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/infinite-scroll` --- ### 📝 Commits (1) - [`ff5e426`](https://github.com/actualbudget/actual/commit/ff5e4268a0eecce65f4c67d8c65e3f285b7e9f92) :recycle: (components) rename SimpleTable to InfiniteScrollWrapper and cleanup ### 📊 Changes **5 files changed** (+34 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+4 -8) 📝 `packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx` (+6 -10) 📝 `packages/desktop-client/src/components/admin/UserDirectory/UserDirectory.tsx` (+4 -8) 📝 `packages/desktop-client/src/components/common/InfiniteScrollWrapper.tsx` (+14 -20) ➕ `upcoming-release-notes/4578.md` (+6 -0) </details> ### 📄 Description 1. renamed `SimpleTable` to `InfiniteScrollWrapper` to better reflect what it actually does 2. removed some unused functionality from the component --- <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:12:54 -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#5464