[PR #2085] [MERGED] Custom reports header fix #11164

Closed
opened 2026-04-10 20:53:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2085
Author: @carkom
Created: 12/14/2023
Status: Merged
Merged: 12/26/2023
Merged by: @carkom

Base: masterHead: fixReportHeaders


📝 Commits (7)

📊 Changes

7 files changed (+105 additions, -59 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+17 -5)
📝 packages/desktop-client/src/components/reports/ReportTable.tsx (+10 -2)
📝 packages/desktop-client/src/components/reports/ReportTableHeader.tsx (+30 -25)
📝 packages/desktop-client/src/components/reports/ReportTableList.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/ReportTableTotals.tsx (+37 -19)
📝 packages/desktop-client/src/components/reports/entities.d.ts (+3 -6)
upcoming-release-notes/2085.md (+6 -0)

📄 Description

Realign and fix header/totals row from table graph in 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/2085 **Author:** [@carkom](https://github.com/carkom) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/26/2023 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `fixReportHeaders` --- ### 📝 Commits (7) - [`8e614f1`](https://github.com/actualbudget/actual/commit/8e614f1fe647343b8059f2e5ed687c9942979e18) tablechanges - [`f697ca3`](https://github.com/actualbudget/actual/commit/f697ca315ab9d7a8965a4d05e8f7f8d38142b584) notes - [`01717e1`](https://github.com/actualbudget/actual/commit/01717e1842141d0b35c4537607b20ae87d45a984) trigger rerun - [`c4380a2`](https://github.com/actualbudget/actual/commit/c4380a2bc64c469c65d5bc4118a320dff59288d8) Merge branch 'master' into fixReportHeaders - [`babe594`](https://github.com/actualbudget/actual/commit/babe594b2e5426083d23f028e986c707a28143c8) Merge remote-tracking branch 'upstream/master' into fixReportHeaders - [`4255a44`](https://github.com/actualbudget/actual/commit/4255a44114c9e88384f8e3f81910e3ca37366ff8) fixes - [`c9fda45`](https://github.com/actualbudget/actual/commit/c9fda451245f11493fdc97aa088f9c152d856315) lint fixes ### 📊 Changes **7 files changed** (+105 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+17 -5) 📝 `packages/desktop-client/src/components/reports/ReportTable.tsx` (+10 -2) 📝 `packages/desktop-client/src/components/reports/ReportTableHeader.tsx` (+30 -25) 📝 `packages/desktop-client/src/components/reports/ReportTableList.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/ReportTableTotals.tsx` (+37 -19) 📝 `packages/desktop-client/src/components/reports/entities.d.ts` (+3 -6) ➕ `upcoming-release-notes/2085.md` (+6 -0) </details> ### 📄 Description Realign and fix header/totals row from table graph in 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-04-10 20:53:01 -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#11164