[PR #2639] [MERGED] added loading descriptions and lazy-loaded module retries #23036

Closed
opened 2026-04-16 17:11:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2639
Author: @MatissJanis
Created: 4/19/2024
Status: Merged
Merged: 4/22/2024
Merged by: @MatissJanis

Base: masterHead: matiss/reliability


📝 Commits (3)

  • e4b755a added loading descriptions and lazy-loaded module retries
  • ffaf8ff Release notes
  • 614a169 Add @types/promise-retry and dedupe deps

📊 Changes

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

View changed files

📝 packages/desktop-client/package.json (+2 -0)
📝 packages/desktop-client/src/components/App.tsx (+10 -1)
📝 packages/desktop-client/src/components/AppBackground.tsx (+30 -19)
📝 packages/desktop-client/src/components/util/LoadComponent.tsx (+22 -4)
upcoming-release-notes/2639.md (+6 -0)
📝 yarn.lock (+18 -0)

📄 Description

Two small reliability/stability improvements.

  1. added loading texts so it's easier to understand at which stage the app failed (if the app loads forever and never finishes loading)
  2. added exponential backoff retries to the lazy-loaded modules - this is expecially useful for those hosting on free fly.io instances (where if sometimes you hit it without cache - the initial request errors out, so you need to reload the entire page for things to work)

🔄 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/2639 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 4/19/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/reliability` --- ### 📝 Commits (3) - [`e4b755a`](https://github.com/actualbudget/actual/commit/e4b755a9c74e99c6e7a9774ce310a832240430cc) :sparkles: added loading descriptions and lazy-loaded module retries - [`ffaf8ff`](https://github.com/actualbudget/actual/commit/ffaf8ffc05388b45bf5a9df5d7c1bff0d5f31306) Release notes - [`614a169`](https://github.com/actualbudget/actual/commit/614a169ce6d31ee759ef0fc8e8b80d7d890788f9) Add @types/promise-retry and dedupe deps ### 📊 Changes **6 files changed** (+88 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+2 -0) 📝 `packages/desktop-client/src/components/App.tsx` (+10 -1) 📝 `packages/desktop-client/src/components/AppBackground.tsx` (+30 -19) 📝 `packages/desktop-client/src/components/util/LoadComponent.tsx` (+22 -4) ➕ `upcoming-release-notes/2639.md` (+6 -0) 📝 `yarn.lock` (+18 -0) </details> ### 📄 Description Two small reliability/stability improvements. 1. added loading texts so it's easier to understand at which stage the app failed (if the app loads forever and never finishes loading) 2. added exponential backoff retries to the lazy-loaded modules - this is expecially useful for those hosting on free fly.io instances (where if sometimes you hit it without cache - the initial request errors out, so you need to reload the entire page for things to work) --- <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-16 17:11:17 -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#23036