[PR #1592] [MERGED] Make reports more responsive #53140

Closed
opened 2026-04-30 21:35:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1592
Author: @OlegWock
Created: 8/25/2023
Status: Merged
Merged: 9/3/2023
Merged by: @MatissJanis

Base: masterHead: report-fixes


📝 Commits (2)

📊 Changes

7 files changed (+39 additions, -8 deletions)

View changed files

📝 packages/desktop-client/src/components/forms.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/CategorySelector.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/CategorySpending.js (+8 -1)
📝 packages/desktop-client/src/components/reports/NetWorth.js (+7 -1)
📝 packages/desktop-client/src/components/reports/graphs/CategorySpendingGraph.tsx (+10 -4)
📝 packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx (+6 -2)
upcoming-release-notes/1592.md (+6 -0)

📄 Description

This is work-in-progress. Creating PR so there will be public preview link

This PR makes reports (net worth and category spending) more responsive and makes them utilize all vertical space.

In plans: make all reports remember last used parameters (filters and date range)


🔄 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/1592 **Author:** [@OlegWock](https://github.com/OlegWock) **Created:** 8/25/2023 **Status:** ✅ Merged **Merged:** 9/3/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `report-fixes` --- ### 📝 Commits (2) - [`43faf55`](https://github.com/actualbudget/actual/commit/43faf556c96b4c0a90782b5639816053ef1a45f1) Make reports more responsive - [`0427d4d`](https://github.com/actualbudget/actual/commit/0427d4df82ce4f66ad95d15a7586c4b78ecaf652) Add release note ### 📊 Changes **7 files changed** (+39 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/forms.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/CategorySelector.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/CategorySpending.js` (+8 -1) 📝 `packages/desktop-client/src/components/reports/NetWorth.js` (+7 -1) 📝 `packages/desktop-client/src/components/reports/graphs/CategorySpendingGraph.tsx` (+10 -4) 📝 `packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx` (+6 -2) ➕ `upcoming-release-notes/1592.md` (+6 -0) </details> ### 📄 Description This is work-in-progress. Creating PR so there will be public preview link This PR makes reports (net worth and category spending) more responsive and makes them utilize all vertical space. In plans: make all reports remember last used parameters (filters and date range) --- <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 21:35:35 -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#53140