[PR #2174] [MERGED] Custom reports: hide "show ..." checkboxes in menu #132953

Closed
opened 2026-06-17 15:26:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2174
Author: @carkom
Created: 1/5/2024
Status: Merged
Merged: 1/24/2024
Merged by: @carkom

Base: masterHead: toggle


📝 Commits (10+)

📊 Changes

7 files changed (+186 additions, -80 deletions)

View changed files

📝 packages/desktop-client/src/components/common/Menu.tsx (+42 -14)
packages/desktop-client/src/components/common/Toggle.tsx (+75 -0)
📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+60 -65)
📝 packages/desktop-client/src/components/reports/graphs/adjustTextSize.ts (+1 -1)
📝 packages/desktop-client/src/style/themes/dark.ts (+1 -0)
📝 packages/desktop-client/src/style/themes/light.ts (+1 -0)
upcoming-release-notes/2174.md (+6 -0)

📄 Description

This also incorporates the use of toggle switches within menu items. Only applied to "options" menu in custom reports to begin with. We can add this menu type in future PRs to other menus as needed.


🔄 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/2174 **Author:** [@carkom](https://github.com/carkom) **Created:** 1/5/2024 **Status:** ✅ Merged **Merged:** 1/24/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `toggle` --- ### 📝 Commits (10+) - [`aed3fdd`](https://github.com/actualbudget/actual/commit/aed3fdd356968d79c81aac391595938339a0d9e5) Add Toggles - [`28975b7`](https://github.com/actualbudget/actual/commit/28975b76edb9b9705d67145a0e6e40a580518d0e) budget table - [`1c638f5`](https://github.com/actualbudget/actual/commit/1c638f5e0aa4c1d4bd2b64b7398f40040e260609) testing - [`bb043eb`](https://github.com/actualbudget/actual/commit/bb043eb3f3ba2a4d33deaa8e2fcafa2f9b21d613) updates - [`2f52f48`](https://github.com/actualbudget/actual/commit/2f52f4816ed08b97c921854b12003a52c55926ba) updates - [`4b31ab3`](https://github.com/actualbudget/actual/commit/4b31ab355270d16bc5bcda93f2d3437ec3343825) fixes - [`481a6c9`](https://github.com/actualbudget/actual/commit/481a6c9cef805217d45b53fe3496f5771cd832ca) updates - [`ea7ae68`](https://github.com/actualbudget/actual/commit/ea7ae68587c28cc7af66b2f0fafc5a4adc2b2440) Merge remote-tracking branch 'upstream/master' into toggle - [`29ba32c`](https://github.com/actualbudget/actual/commit/29ba32c01af8a630b0094cc9f44539f32a59fb77) fix Menu - [`25ef687`](https://github.com/actualbudget/actual/commit/25ef6874b4247599204900d04b71543f8240887c) lint fixes ### 📊 Changes **7 files changed** (+186 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/Menu.tsx` (+42 -14) ➕ `packages/desktop-client/src/components/common/Toggle.tsx` (+75 -0) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+60 -65) 📝 `packages/desktop-client/src/components/reports/graphs/adjustTextSize.ts` (+1 -1) 📝 `packages/desktop-client/src/style/themes/dark.ts` (+1 -0) 📝 `packages/desktop-client/src/style/themes/light.ts` (+1 -0) ➕ `upcoming-release-notes/2174.md` (+6 -0) </details> ### 📄 Description This also incorporates the use of toggle switches within menu items. Only applied to "options" menu in custom reports to begin with. We can add this menu type in future PRs to other menus as needed. --- <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-06-17 15:26:26 -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#132953