[PR #2094] [MERGED] Custom reports: make views global #4113

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2094
Author: @carkom
Created: 12/17/2023
Status: Merged
Merged: 12/17/2023
Merged by: @carkom

Base: masterHead: reportsGlobalPrefs


📝 Commits (7)

📊 Changes

7 files changed (+72 additions, -47 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportLegend.tsx (+29 -28)
📝 packages/desktop-client/src/components/reports/ReportSidebar.js (+2 -2)
📝 packages/desktop-client/src/components/reports/ReportSummary.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/ReportTopbar.js (+6 -8)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.js (+25 -8)
📝 packages/loot-core/src/types/prefs.d.ts (+3 -0)
upcoming-release-notes/2094.md (+6 -0)

📄 Description

this is to convert the view options (legend/summary/labels) to global preferences that apply to all graphs.


🔄 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/2094 **Author:** [@carkom](https://github.com/carkom) **Created:** 12/17/2023 **Status:** ✅ Merged **Merged:** 12/17/2023 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `reportsGlobalPrefs` --- ### 📝 Commits (7) - [`a559ad2`](https://github.com/actualbudget/actual/commit/a559ad2b6fadff63390f4d93cafc1021d8e2fc87) make views global - [`a880b4b`](https://github.com/actualbudget/actual/commit/a880b4b3c8dc4a88f8de775e7cfb1585a026e061) Merge branch 'master' into reportsGlobalPrefs - [`c63602e`](https://github.com/actualbudget/actual/commit/c63602e306e17dffd474a1b6d7f63442253fc051) notes and lint fixes - [`cb87ff6`](https://github.com/actualbudget/actual/commit/cb87ff61b95133ef2507247ef1bc7d8fe4741ac0) fixes - [`0406e34`](https://github.com/actualbudget/actual/commit/0406e34a8c3d42c39df389718c1207e6995888a4) lint fix - [`89fd373`](https://github.com/actualbudget/actual/commit/89fd37322ec386a67f25a0d0be84b923b23f28f7) fix - [`5cd8402`](https://github.com/actualbudget/actual/commit/5cd840210ba9e4a998c514618c85401a6062c9f3) fix ### 📊 Changes **7 files changed** (+72 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportLegend.tsx` (+29 -28) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.js` (+2 -2) 📝 `packages/desktop-client/src/components/reports/ReportSummary.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/ReportTopbar.js` (+6 -8) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.js` (+25 -8) 📝 `packages/loot-core/src/types/prefs.d.ts` (+3 -0) ➕ `upcoming-release-notes/2094.md` (+6 -0) </details> ### 📄 Description this is to convert the view options (legend/summary/labels) to global preferences that apply to all graphs. --- <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:51:42 -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#4113