[PR #2410] [MERGED] Custom Reports disabled list #11345

Closed
opened 2026-04-10 20:58:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2410
Author: @carkom
Created: 3/1/2024
Status: Merged
Merged: 3/14/2024
Merged by: @carkom

Base: masterHead: disabledList


📝 Commits (10+)

📊 Changes

6 files changed (+219 additions, -84 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+11 -45)
📝 packages/desktop-client/src/components/reports/ReportTopbar.jsx (+19 -31)
packages/desktop-client/src/components/reports/disabledList.ts (+117 -0)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+65 -7)
upcoming-release-notes/2410.md (+6 -0)

📄 Description

Implementing an easy to read list that makes the graphs and settings available more consistent and easier to follow on the back end. For anything that needs to be disabled/enabled within any graph/split/type/etc. all you need to do is adjust the "disabledList" file. It makes the functional code much cleaner and easier to follow.


🔄 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/2410 **Author:** [@carkom](https://github.com/carkom) **Created:** 3/1/2024 **Status:** ✅ Merged **Merged:** 3/14/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `disabledList` --- ### 📝 Commits (10+) - [`e1deb41`](https://github.com/actualbudget/actual/commit/e1deb41e53ddf7319a9ffffc1325b22525784d63) Add interval split and menu items - [`5d4cb66`](https://github.com/actualbudget/actual/commit/5d4cb66a3cb68fe979b50d6711fd9c3fb00d2d4a) notes - [`235a9a3`](https://github.com/actualbudget/actual/commit/235a9a389442a14f5a44f9705906bd9b23d3b425) disabledList work - [`f8fd11b`](https://github.com/actualbudget/actual/commit/f8fd11b8acb54a99bd4d2c632c681dcab70c483d) Merge remote-tracking branch 'upstream/master' into disabledList - [`1c26cf8`](https://github.com/actualbudget/actual/commit/1c26cf848fab754a43b5c5a8f66f6cc080fe04d9) notes - [`ae4e70d`](https://github.com/actualbudget/actual/commit/ae4e70d026051552768d25189a18198af10c26c6) fix - [`7966a7f`](https://github.com/actualbudget/actual/commit/7966a7fe196544ef19d39b512a10356ed4f5c845) Merge branch 'master' into disabledList - [`556e9d3`](https://github.com/actualbudget/actual/commit/556e9d3ceca77c077f2296cc7f06d623de81e4be) Merge branch 'master' into disabledList - [`b925d9b`](https://github.com/actualbudget/actual/commit/b925d9bb3fb5454b29c7a9c785c05c98167de14d) fix balanceType - [`d7f94c1`](https://github.com/actualbudget/actual/commit/d7f94c10a17a42ece93b6fa9d734b342d3479263) rework constants ### 📊 Changes **6 files changed** (+219 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+11 -45) 📝 `packages/desktop-client/src/components/reports/ReportTopbar.jsx` (+19 -31) ➕ `packages/desktop-client/src/components/reports/disabledList.ts` (+117 -0) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+65 -7) ➕ `upcoming-release-notes/2410.md` (+6 -0) </details> ### 📄 Description Implementing an easy to read list that makes the graphs and settings available more consistent and easier to follow on the back end. For anything that needs to be disabled/enabled within any graph/split/type/etc. all you need to do is adjust the "disabledList" file. It makes the functional code much cleaner and easier to follow. --- <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 20:58:32 -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#11345