[PR #3451] [MERGED] SpendingReport: Fixing some display issues #4859

Closed
opened 2026-02-28 21:02:21 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3451
Author: @carkom
Created: 9/16/2024
Status: Merged
Merged: 9/25/2024
Merged by: @carkom

Base: masterHead: SpendingFixes


📝 Commits (6)

📊 Changes

9 files changed (+111 additions, -50 deletions)

View changed files

packages/desktop-client/src/components/reports/LegendItem.tsx (+45 -0)
📝 packages/desktop-client/src/components/reports/ReportLegend.tsx (+5 -26)
📝 packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+49 -22)
📝 packages/desktop-client/src/style/themes/dark.ts (+1 -0)
📝 packages/desktop-client/src/style/themes/development.ts (+1 -0)
📝 packages/desktop-client/src/style/themes/light.ts (+1 -0)
📝 packages/desktop-client/src/style/themes/midnight.ts (+1 -0)
upcoming-release-notes/3451.md (+6 -0)

📄 Description

Fixing display issues in spending report and adding a legend.


🔄 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/3451 **Author:** [@carkom](https://github.com/carkom) **Created:** 9/16/2024 **Status:** ✅ Merged **Merged:** 9/25/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `SpendingFixes` --- ### 📝 Commits (6) - [`085c80b`](https://github.com/actualbudget/actual/commit/085c80befb658e8f1dff18a1838c399c44eff493) work - [`7477dc4`](https://github.com/actualbudget/actual/commit/7477dc4a1ce1c86a393711b5aad37339a68d4b3c) notes - [`bfaa0f5`](https://github.com/actualbudget/actual/commit/bfaa0f5729f1b2d6386f23c4801d2e87ca90262d) Merge branch 'master' into SpendingFixes - [`533274e`](https://github.com/actualbudget/actual/commit/533274e12afc1ad5d7e3afd9a328c2c314f288d3) merge fixes - [`1d670b4`](https://github.com/actualbudget/actual/commit/1d670b42e8551a67c68a90d95927b0328725e7dd) legenditem - [`6d105ec`](https://github.com/actualbudget/actual/commit/6d105ec2f589caa26e5764677210401d75c3e7ba) VRT fixes ### 📊 Changes **9 files changed** (+111 additions, -50 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/src/components/reports/LegendItem.tsx` (+45 -0) 📝 `packages/desktop-client/src/components/reports/ReportLegend.tsx` (+5 -26) 📝 `packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+49 -22) 📝 `packages/desktop-client/src/style/themes/dark.ts` (+1 -0) 📝 `packages/desktop-client/src/style/themes/development.ts` (+1 -0) 📝 `packages/desktop-client/src/style/themes/light.ts` (+1 -0) 📝 `packages/desktop-client/src/style/themes/midnight.ts` (+1 -0) ➕ `upcoming-release-notes/3451.md` (+6 -0) </details> ### 📄 Description Fixing display issues in spending report and adding a legend. --- <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 21:02:21 -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#4859