[PR #3900] [MERGED] Add loading indicator when loading more transactions in mobile transaction list #39547

Closed
opened 2026-04-23 12:28:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3900
Author: @joel-jeremy
Created: 11/26/2024
Status: Merged
Merged: 12/10/2024
Merged by: @joel-jeremy

Base: masterHead: useTransactions-isLoadingMore


📝 Commits (3)

  • ea2eced Add isLoadingMore property to useTransactions hook
  • ec507a2 Release notes
  • 5d04092 Start loading more earlier

📊 Changes

6 files changed (+78 additions, -24 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+3 -1)
📝 packages/desktop-client/src/components/mobile/budget/CategoryTransactions.jsx (+3 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.jsx (+36 -16)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx (+2 -0)
📝 packages/loot-core/src/client/data-hooks/transactions.ts (+28 -6)
upcoming-release-notes/3900.md (+6 -0)

📄 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/3900 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 11/26/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `useTransactions-isLoadingMore` --- ### 📝 Commits (3) - [`ea2eced`](https://github.com/actualbudget/actual/commit/ea2eced80a96b21c38674e50bd2cb7a63c12218e) Add isLoadingMore property to useTransactions hook - [`ec507a2`](https://github.com/actualbudget/actual/commit/ec507a2a310a41cf491af96ee5a003dc1c14a0b4) Release notes - [`5d04092`](https://github.com/actualbudget/actual/commit/5d04092eccdbac57a771d1d05ecabd6bc5bbb446) Start loading more earlier ### 📊 Changes **6 files changed** (+78 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryTransactions.jsx` (+3 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.jsx` (+36 -16) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx` (+2 -0) 📝 `packages/loot-core/src/client/data-hooks/transactions.ts` (+28 -6) ➕ `upcoming-release-notes/3900.md` (+6 -0) </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 --> --- <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-04-23 12:28:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#39547