[PR #5080] [MERGED] 🐛 (mobile) fix - show loading indicator if schedules not yet loaded #5744

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5080
Author: @MatissJanis
Created: 6/2/2025
Status: Merged
Merged: 6/2/2025
Merged by: @MatissJanis

Base: masterHead: matiss/fix-schedules-mobile


📝 Commits (2)

  • 65c1fde 🐛 (mobile) fix - show loading indicator if schedules not yet loaded
  • 9272398 Patch

📊 Changes

3 files changed (+15 additions, -5 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+8 -5)
📝 packages/desktop-client/src/hooks/usePreviewTransactions.ts (+1 -0)
upcoming-release-notes/5080.md (+6 -0)

📄 Description

Sometimes loading schedules takes a bit of time. Having schedules fully loaded is a pre-requisite for bank-sync to work. So if a user is quick to perform the pull-to-refresh operation - it is just ignored.

Updated the logic to show a loading indicator if schedules are not yet fully loaded.

Should fix #5005


🔄 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/5080 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/2/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-schedules-mobile` --- ### 📝 Commits (2) - [`65c1fde`](https://github.com/actualbudget/actual/commit/65c1fdeba8b9d1fded1a98fb887d4f078aa73435) :bug: (mobile) fix - show loading indicator if schedules not yet loaded - [`9272398`](https://github.com/actualbudget/actual/commit/927239872a73531221eb5280241ad045ec26582a) Patch ### 📊 Changes **3 files changed** (+15 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+8 -5) 📝 `packages/desktop-client/src/hooks/usePreviewTransactions.ts` (+1 -0) ➕ `upcoming-release-notes/5080.md` (+6 -0) </details> ### 📄 Description Sometimes loading schedules takes a bit of time. Having schedules fully loaded is a pre-requisite for bank-sync to work. So if a user is quick to perform the pull-to-refresh operation - it is just ignored. Updated the logic to show a loading indicator if schedules are not yet fully loaded. Should fix #5005 --- <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:17:46 -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#5744