[PR #3112] [MERGED] Spending Report: add save button #4687

Closed
opened 2026-02-28 20:59:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3112
Author: @carkom
Created: 7/21/2024
Status: Merged
Merged: 7/25/2024
Merged by: @carkom

Base: masterHead: saveSpending


📝 Commits (10+)

📊 Changes

5 files changed (+86 additions, -5 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportSidebar.tsx (+14 -1)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+56 -2)
📝 packages/desktop-client/src/components/reports/reports/SpendingCard.tsx (+8 -2)
📝 packages/loot-core/src/types/prefs.d.ts (+2 -0)
upcoming-release-notes/3112.md (+6 -0)

📄 Description

Saved as a LocalPref. Let me know your thoughts!


🔄 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/3112 **Author:** [@carkom](https://github.com/carkom) **Created:** 7/21/2024 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `saveSpending` --- ### 📝 Commits (10+) - [`32e9963`](https://github.com/actualbudget/actual/commit/32e996374dd39406486ce3d277be0c22f9341fd8) add save button - [`0c6ec95`](https://github.com/actualbudget/actual/commit/0c6ec95a3461ec08d231b3f13ccc3b00379111c9) notes - [`a1d6af9`](https://github.com/actualbudget/actual/commit/a1d6af93d8ad840c1c94bfd044ca85d416d88dd1) Merge branch 'master' into saveSpending - [`5474706`](https://github.com/actualbudget/actual/commit/5474706a1f55312e6db0c07268006e981b6917f7) rerun checks - [`0216a25`](https://github.com/actualbudget/actual/commit/0216a25fbb0eff0dfd94f7826f3d66f40b3c9e4b) add time - [`713f060`](https://github.com/actualbudget/actual/commit/713f060f3c9366a191da67de75fd6a33c815ef17) Merge branch 'master' into saveSpending - [`63586d4`](https://github.com/actualbudget/actual/commit/63586d44c253761e2765d911d1580e6e1af1a871) Merge branch 'master' into saveSpending - [`36396c2`](https://github.com/actualbudget/actual/commit/36396c2ba3a581390d9380c6b2ac8c6e6321b89a) tooltips - [`dca208f`](https://github.com/actualbudget/actual/commit/dca208fc012fbaf3b0b01b2fd360f6aae1cf330c) Merge branch 'master' into saveSpending - [`8157d65`](https://github.com/actualbudget/actual/commit/8157d65dfa325894009bc1e118c7409f659badaa) change entity to string ### 📊 Changes **5 files changed** (+86 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportSidebar.tsx` (+14 -1) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+56 -2) 📝 `packages/desktop-client/src/components/reports/reports/SpendingCard.tsx` (+8 -2) 📝 `packages/loot-core/src/types/prefs.d.ts` (+2 -0) ➕ `upcoming-release-notes/3112.md` (+6 -0) </details> ### 📄 Description Saved as a LocalPref. Let me know your thoughts! --- <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 20:59:41 -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#4687