[PR #3380] [MERGED] Spending Report: Header update #4822

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3380
Author: @carkom
Created: 9/6/2024
Status: Merged
Merged: 9/11/2024
Merged by: @carkom

Base: masterHead: SpendingHeader


📝 Commits (10+)

📊 Changes

8 files changed (+335 additions, -250 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/DateRange.tsx (+14 -3)
📝 packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx (+29 -64)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+156 -101)
📝 packages/desktop-client/src/components/reports/reports/SpendingCard.tsx (+31 -13)
📝 packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts (+91 -54)
📝 packages/loot-core/src/types/models/reports.d.ts (+4 -12)
📝 packages/loot-core/src/types/prefs.d.ts (+4 -3)
upcoming-release-notes/3380.md (+6 -0)

📄 Description

Fixing header so that any month can be compared to any other month. Also adds budget as an optional comparison.


🔄 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/3380 **Author:** [@carkom](https://github.com/carkom) **Created:** 9/6/2024 **Status:** ✅ Merged **Merged:** 9/11/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `SpendingHeader` --- ### 📝 Commits (10+) - [`aecc196`](https://github.com/actualbudget/actual/commit/aecc196aaa274aa0e310a40ce24576410641a099) adjust header - [`82ee20d`](https://github.com/actualbudget/actual/commit/82ee20d8b151a3dfaaceb72263b23e328f791415) notes - [`de071f6`](https://github.com/actualbudget/actual/commit/de071f6223cfcfc74e6059de700a395cd5f3e167) typecheck fixes - [`844629b`](https://github.com/actualbudget/actual/commit/844629b8b2680c6efad11acd17a13fb699a3cbbc) fix bugs and UI changes - [`377a1d6`](https://github.com/actualbudget/actual/commit/377a1d6e1e3940cab0b914f30b8926188cd9c581) Merge branch 'master' into SpendingHeader - [`ee4216b`](https://github.com/actualbudget/actual/commit/ee4216b7b40495df8501fac7d1b19314cb5fd239) fix error for invalid time - [`09efa0b`](https://github.com/actualbudget/actual/commit/09efa0b0d1738e1b06af3002dbdcaf148841126c) Merge branch 'master' into SpendingHeader - [`dbea103`](https://github.com/actualbudget/actual/commit/dbea103538fcad261fcf9adf59fc29341d1c4e7f) change budget button wording - [`412d4f2`](https://github.com/actualbudget/actual/commit/412d4f2cba7e1d33646d325b03054d94a1ce6580) Merge branch 'master' into SpendingHeader - [`a999e13`](https://github.com/actualbudget/actual/commit/a999e13aef1c4a30923b065445bc331652024395) fix some visual issues ### 📊 Changes **8 files changed** (+335 additions, -250 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/DateRange.tsx` (+14 -3) 📝 `packages/desktop-client/src/components/reports/graphs/SpendingGraph.tsx` (+29 -64) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+156 -101) 📝 `packages/desktop-client/src/components/reports/reports/SpendingCard.tsx` (+31 -13) 📝 `packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts` (+91 -54) 📝 `packages/loot-core/src/types/models/reports.d.ts` (+4 -12) 📝 `packages/loot-core/src/types/prefs.d.ts` (+4 -3) ➕ `upcoming-release-notes/3380.md` (+6 -0) </details> ### 📄 Description Fixing header so that any month can be compared to any other month. Also adds budget as an optional comparison. --- <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:01:47 -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#4822