[PR #2725] [MERGED] 🐛 fix networth graph loading forever for empty budgets #53779

Closed
opened 2026-04-30 22:44:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2725
Author: @MatissJanis
Created: 5/7/2024
Status: Merged
Merged: 5/13/2024
Merged by: @MatissJanis

Base: masterHead: matiss/fix-2711


📝 Commits (4)

  • f0b0e73 🐛 fix networth graph loading forever for empty budgets
  • 9be5f23 Release notes
  • f4ec998 Patch release notes
  • 5be5f84 Merge branch 'master' into matiss/fix-2711

📊 Changes

6 files changed (+66 additions, -35 deletions)

View changed files

📝 packages/desktop-client/package.json (+2 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.ts (+46 -21)
📝 packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts (+3 -2)
📝 packages/desktop-client/src/components/reports/util.ts (+0 -12)
upcoming-release-notes/2725.md (+6 -0)
📝 yarn.lock (+9 -0)

📄 Description

Fix https://github.com/actualbudget/actual/issues/2711

Do not show the loading indicator forever in empty budget files.


🔄 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/2725 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 5/13/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-2711` --- ### 📝 Commits (4) - [`f0b0e73`](https://github.com/actualbudget/actual/commit/f0b0e734bdf2aaa6ea1efad996fa83eaad58ce05) :bug: fix networth graph loading forever for empty budgets - [`9be5f23`](https://github.com/actualbudget/actual/commit/9be5f23b10252a380252b6f10f28165ad3680ed7) Release notes - [`f4ec998`](https://github.com/actualbudget/actual/commit/f4ec998a287c9d37bd3b96f2dc6be415869d39ac) Patch release notes - [`5be5f84`](https://github.com/actualbudget/actual/commit/5be5f84cae829c61c2eba0e72840c9d7c636149d) Merge branch 'master' into matiss/fix-2711 ### 📊 Changes **6 files changed** (+66 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+2 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.ts` (+46 -21) 📝 `packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts` (+3 -2) 📝 `packages/desktop-client/src/components/reports/util.ts` (+0 -12) ➕ `upcoming-release-notes/2725.md` (+6 -0) 📝 `yarn.lock` (+9 -0) </details> ### 📄 Description Fix https://github.com/actualbudget/actual/issues/2711 Do not show the loading indicator forever in empty budget files. --- <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-30 22:44:57 -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#53779