[PR #3007] [MERGED] Fix alignment of reports #11686

Closed
opened 2026-04-10 21:08:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3007
Author: @JukeboxRhino
Created: 7/8/2024
Status: Merged
Merged: 7/11/2024
Merged by: @youngcw

Base: masterHead: fix-report-alignment


📝 Commits (1)

  • c76410f Fix alignment of reports`

📊 Changes

10 files changed (+102 additions, -132 deletions)

View changed files

📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/reports/Overview.tsx (+11 -4)
📝 packages/desktop-client/src/components/reports/ReportCard.tsx (+7 -3)
📝 packages/desktop-client/src/components/reports/reports/CashFlowCard.jsx (+1 -1)
📝 packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx (+75 -122)
📝 packages/desktop-client/src/components/reports/reports/NetWorthCard.jsx (+1 -1)
📝 packages/desktop-client/src/components/reports/reports/SpendingCard.tsx (+1 -1)
upcoming-release-notes/3007.md (+6 -0)

📄 Description

Resolves #3002

Before:

image
image
image

After:

image
image
image


🔄 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/3007 **Author:** [@JukeboxRhino](https://github.com/JukeboxRhino) **Created:** 7/8/2024 **Status:** ✅ Merged **Merged:** 7/11/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix-report-alignment` --- ### 📝 Commits (1) - [`c76410f`](https://github.com/actualbudget/actual/commit/c76410f5a56d866bbbae7c04a6e884d221bf78b4) Fix alignment of reports` ### 📊 Changes **10 files changed** (+102 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/reports/Overview.tsx` (+11 -4) 📝 `packages/desktop-client/src/components/reports/ReportCard.tsx` (+7 -3) 📝 `packages/desktop-client/src/components/reports/reports/CashFlowCard.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx` (+75 -122) 📝 `packages/desktop-client/src/components/reports/reports/NetWorthCard.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/reports/SpendingCard.tsx` (+1 -1) ➕ `upcoming-release-notes/3007.md` (+6 -0) </details> ### 📄 Description Resolves #3002 ## Before: ![image](https://github.com/actualbudget/actual/assets/12942439/9e4d8333-d8a4-430a-8a4e-819906be8c9f) ![image](https://github.com/actualbudget/actual/assets/12942439/23293969-ab70-4239-8c89-146168c9e771) ![image](https://github.com/actualbudget/actual/assets/12942439/3b4f8b0c-20c4-463b-b583-e8eebffbefb3) ## After: ![image](https://github.com/actualbudget/actual/assets/12942439/948494d2-fd4a-49ea-af4b-82bd44478c02) ![image](https://github.com/actualbudget/actual/assets/12942439/570a967b-0050-482a-9503-62932e5599a5) ![image](https://github.com/actualbudget/actual/assets/12942439/68e27e18-cc47-403f-832e-1fcefe577d3e) --- <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 21:08:14 -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#11686