[PR #6418] [MERGED] fix(reports-table): ensure group row background spans full width #55813

Closed
opened 2026-05-01 03:07:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6418
Author: @KyeongJooni
Created: 12/15/2025
Status: Merged
Merged: 12/15/2025
Merged by: @youngcw

Base: masterHead: fix/custom-report-coloring-6374


📝 Commits (3)

  • 4d5acab fix(reports-table): ensure custom report group row background spans full table width
  • 59243f0 docs(release-notes): add entry for custom report group row coloring (#6418)
  • 43398d4 Merge branch 'master' into fix/custom-report-coloring-6374

📊 Changes

2 files changed (+13 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx (+7 -0)
upcoming-release-notes/6418.md (+6 -0)

📄 Description

fix(reports): keep custom report group row coloring across full table width (#6374)

Ensure category group rows in data table custom reports (time mode) keep their background color when scrolling horizontally.
Fixes #6374

before screenshot
화면 캡처 2025-12-15 223213

after screenshot
화면 캡처 2025-12-15 223313


🔄 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/6418 **Author:** [@KyeongJooni](https://github.com/KyeongJooni) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix/custom-report-coloring-6374` --- ### 📝 Commits (3) - [`4d5acab`](https://github.com/actualbudget/actual/commit/4d5acabb9040cddfe2ff3b6fafe513315d2ab0fb) fix(reports-table): ensure custom report group row background spans full table width - [`59243f0`](https://github.com/actualbudget/actual/commit/59243f0bae3c1d2ba46527f3335cb6bc1c3e6546) docs(release-notes): add entry for custom report group row coloring (#6418) - [`43398d4`](https://github.com/actualbudget/actual/commit/43398d4e553f77b3233f68275fcdb1417256aead) Merge branch 'master' into fix/custom-report-coloring-6374 ### 📊 Changes **2 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx` (+7 -0) ➕ `upcoming-release-notes/6418.md` (+6 -0) </details> ### 📄 Description fix(reports): keep custom report group row coloring across full table width (#6374) Ensure category group rows in data table custom reports (time mode) keep their background color when scrolling horizontally. Fixes #6374 before screenshot <img width="162" height="82" alt="화면 캡처 2025-12-15 223213" src="https://github.com/user-attachments/assets/254d80fd-b4cb-4a91-9454-2a84fbd852ba" /> after screenshot <img width="147" height="122" alt="화면 캡처 2025-12-15 223313" src="https://github.com/user-attachments/assets/f80a503e-071b-4ceb-b2f3-6d7fd2392fbc" /> --- <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-05-01 03:07:13 -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#55813