[PR #2831] [MERGED] [Mobile] Add loading indicator on mobile transactions list #4536

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2831
Author: @joel-jeremy
Created: 6/4/2024
Status: Merged
Merged: 6/7/2024
Merged by: @joel-jeremy

Base: masterHead: mobile-transactions-list-loading-indicator


📝 Commits (2)

  • b7de25a Add loading indicator on mobile transactions list
  • 4e76dc4 Release notes

📊 Changes

5 files changed (+44 additions, -7 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx (+8 -2)
📝 packages/desktop-client/src/components/mobile/budget/CategoryTransactions.jsx (+8 -2)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.jsx (+19 -2)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx (+3 -1)
upcoming-release-notes/2831.md (+6 -0)

📄 Description

A loading indication will show up instead of displaying "No transactions" initially and then rendering the fetched transactions.

Also changed the number of transactions page count to 50 from 10 to load more transactions at a time.


🔄 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/2831 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 6/4/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mobile-transactions-list-loading-indicator` --- ### 📝 Commits (2) - [`b7de25a`](https://github.com/actualbudget/actual/commit/b7de25af3500b0f9fcb9fb0bf6b0ed88b66cc427) Add loading indicator on mobile transactions list - [`4e76dc4`](https://github.com/actualbudget/actual/commit/4e76dc4be1010702a53b59cb59023713efa22bd0) Release notes ### 📊 Changes **5 files changed** (+44 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx` (+8 -2) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryTransactions.jsx` (+8 -2) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.jsx` (+19 -2) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx` (+3 -1) ➕ `upcoming-release-notes/2831.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 --> A loading indication will show up instead of displaying "No transactions" initially and then rendering the fetched transactions. Also changed the number of transactions page count to 50 from 10 to load more transactions at a time. --- <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:57:16 -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#4536