[PR #5821] [MERGED] move balance history graph to live queries #6145

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5821
Author: @matt-fidd
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @matt-fidd

Base: masterHead: live-balance-history-graph


📝 Commits (6)

  • df74e29 move balance history graph to live queries
  • fe4487e note
  • 6de4b39 [autofix.ci] apply automated fixes
  • 20e6060 coderabbit suggestion
  • 6df315c fix null starting balance
  • c1078cf [autofix.ci] apply automated fixes

📊 Changes

3 files changed (+143 additions, -95 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/BalanceHistoryGraph.tsx (+127 -93)
📝 packages/desktop-client/src/queries/liveQuery.ts (+10 -2)
upcoming-release-notes/5821.md (+6 -0)

📄 Description

Fixes https://discord.com/channels/937901803608096828/1389677350215618623/1422626668253810799


🔄 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/5821 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `live-balance-history-graph` --- ### 📝 Commits (6) - [`df74e29`](https://github.com/actualbudget/actual/commit/df74e2967b089746149aca4b16173c0da2d8f3fe) move balance history graph to live queries - [`fe4487e`](https://github.com/actualbudget/actual/commit/fe4487e7ab0c8625e635772efbb6f634ac4bdbd3) note - [`6de4b39`](https://github.com/actualbudget/actual/commit/6de4b392cd20521a908fcd6f66cba301209125b9) [autofix.ci] apply automated fixes - [`20e6060`](https://github.com/actualbudget/actual/commit/20e6060205221d3efcd77143fcfb672913d979a8) coderabbit suggestion - [`6df315c`](https://github.com/actualbudget/actual/commit/6df315ce8222d273529aa92826d0683adcfcb2ee) fix null starting balance - [`c1078cf`](https://github.com/actualbudget/actual/commit/c1078cfedc3cf0b6b2a6577c7d04bc6ce86d3afb) [autofix.ci] apply automated fixes ### 📊 Changes **3 files changed** (+143 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/BalanceHistoryGraph.tsx` (+127 -93) 📝 `packages/desktop-client/src/queries/liveQuery.ts` (+10 -2) ➕ `upcoming-release-notes/5821.md` (+6 -0) </details> ### 📄 Description Fixes https://discord.com/channels/937901803608096828/1389677350215618623/1422626668253810799 --- <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:24:35 -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#6145