[PR #2192] [MERGED] Custom Reports: fix table rendering #4171

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2192
Author: @carkom
Created: 1/7/2024
Status: Merged
Merged: 1/16/2024
Merged by: @carkom

Base: masterHead: reportsTableRender


📝 Commits (10+)

📊 Changes

10 files changed (+301 additions, -264 deletions)

View changed files

📝 packages/desktop-client/src/components/common/Block.tsx (+3 -0)
📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+12 -11)
📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+3 -3)
📝 packages/desktop-client/src/components/reports/entities.d.ts (+4 -4)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx (+61 -17)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx (+3 -3)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx (+72 -226)
packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx (+135 -0)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx (+2 -0)
upcoming-release-notes/2192.md (+6 -0)

📄 Description

In certain situations the table graph will not render properly and as a result columns will stop lining up properly. This PR should fix that issue.


🔄 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/2192 **Author:** [@carkom](https://github.com/carkom) **Created:** 1/7/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `reportsTableRender` --- ### 📝 Commits (10+) - [`baa002e`](https://github.com/actualbudget/actual/commit/baa002e95394a0df71ccf3d82e1d25f5a72ef7ac) reorg - [`4543243`](https://github.com/actualbudget/actual/commit/4543243e00dc6606c7679fa89da0e001fa95f833) notes - [`4b3e06f`](https://github.com/actualbudget/actual/commit/4b3e06f997b032ba0cfdc29d288eeefbfcfce69d) Add render - [`55979c0`](https://github.com/actualbudget/actual/commit/55979c05aec9b827ff159a375231d7caacd37d0c) privacy Filter additions - [`a4fd9f0`](https://github.com/actualbudget/actual/commit/a4fd9f0f01c7605015cbb25616ce6981d1e2dea5) Merge remote-tracking branch 'upstream/master' into reportsTableRender - [`3e05089`](https://github.com/actualbudget/actual/commit/3e050893619cc08811028fbef6c421ab7aca733f) merge fixes - [`ad4851a`](https://github.com/actualbudget/actual/commit/ad4851aacd6b53fbddaab7b092183206038e56cc) notes - [`0f9683d`](https://github.com/actualbudget/actual/commit/0f9683d8306a4b82496d5ae7cd89331101f2be77) Merge branch 'master' into reportsTableRender - [`6e4e805`](https://github.com/actualbudget/actual/commit/6e4e805a63a9d9d77cde7a76516f41a40fbf1d55) Merge branch 'master' into reportsTableRender - [`e07985a`](https://github.com/actualbudget/actual/commit/e07985acd98bd7a71814448f44ea7d012211ca38) merge fixes ### 📊 Changes **10 files changed** (+301 additions, -264 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/Block.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+12 -11) 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+3 -3) 📝 `packages/desktop-client/src/components/reports/entities.d.ts` (+4 -4) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx` (+61 -17) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx` (+72 -226) ➕ `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx` (+135 -0) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx` (+2 -0) ➕ `upcoming-release-notes/2192.md` (+6 -0) </details> ### 📄 Description In certain situations the table graph will not render properly and as a result columns will stop lining up properly. This PR should fix that issue. --- <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:33 -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#4171