[PR #2245] [MERGED] Custom Reports compact additions #4198

Closed
opened 2026-02-28 20:52:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2245
Author: @carkom
Created: 1/17/2024
Status: Merged
Merged: 1/19/2024
Merged by: @carkom

Base: masterHead: graphCards


📝 Commits (8)

📊 Changes

15 files changed (+107 additions, -56 deletions)

View changed files

📝 packages/desktop-client/src/components/common/MenuButton.tsx (+9 -3)
📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+25 -12)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+19 -21)
📝 packages/desktop-client/src/components/reports/graphs/BarLineGraph.tsx (+7 -3)
📝 packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx (+3 -1)
📝 packages/desktop-client/src/components/reports/graphs/LineGraph.tsx (+7 -3)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+14 -12)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx (+3 -0)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx (+2 -0)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx (+2 -0)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx (+2 -0)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+1 -0)
📝 packages/desktop-client/src/hooks/useFilters.ts (+4 -1)
📝 packages/desktop-client/src/style/styles.ts (+3 -0)
upcoming-release-notes/2245.md (+6 -0)

📄 Description

Adding compact identifier to all of the graphs and cleaning them up. Plus other staging bits for saving custom reports.


🔄 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/2245 **Author:** [@carkom](https://github.com/carkom) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/19/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `graphCards` --- ### 📝 Commits (8) - [`da84752`](https://github.com/actualbudget/actual/commit/da8475216f4358c740d75e24707e9c2bab18054a) compact additions - [`64725b0`](https://github.com/actualbudget/actual/commit/64725b07d48e4a2b4c4906257cf16e20c48f5940) notes - [`d2ea2e0`](https://github.com/actualbudget/actual/commit/d2ea2e0209bbbd246c5dcaa463e212ee405cffe4) Merge branch 'master' into graphCards - [`bc62517`](https://github.com/actualbudget/actual/commit/bc6251710db732cfb0acb7ecbfcb6d8ecf03ea35) vrt fix - [`a2d91cd`](https://github.com/actualbudget/actual/commit/a2d91cd1b8e991cf45f2117950a8c1a738e3b166) revert AnchorLink - [`8e7131b`](https://github.com/actualbudget/actual/commit/8e7131b15bd1c2cd28f104c320e88470c5ade25b) Update upcoming-release-notes/2245.md - [`95fc010`](https://github.com/actualbudget/actual/commit/95fc0107844925f01b5f64170ece130d6b6fff7b) Merge remote-tracking branch 'upstream/master' into graphCards - [`119b170`](https://github.com/actualbudget/actual/commit/119b17087315255cb63ad511a223620aa557e649) merge fixes ### 📊 Changes **15 files changed** (+107 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/MenuButton.tsx` (+9 -3) 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+25 -12) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+19 -21) 📝 `packages/desktop-client/src/components/reports/graphs/BarLineGraph.tsx` (+7 -3) 📝 `packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/reports/graphs/LineGraph.tsx` (+7 -3) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+14 -12) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx` (+2 -0) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx` (+2 -0) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx` (+2 -0) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+1 -0) 📝 `packages/desktop-client/src/hooks/useFilters.ts` (+4 -1) 📝 `packages/desktop-client/src/style/styles.ts` (+3 -0) ➕ `upcoming-release-notes/2245.md` (+6 -0) </details> ### 📄 Description Adding compact identifier to all of the graphs and cleaning them up. Plus other staging bits for saving custom reports. --- <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 20:52:56 -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#4198