[PR #2570] [MERGED] [Bugfix] Remove menu from income group on mobile view #11430

Closed
opened 2026-04-10 21:00:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2570
Author: @shall0pass
Created: 4/8/2024
Status: Merged
Merged: 4/9/2024
Merged by: @shall0pass

Base: masterHead: income_menu_crash


📝 Commits (2)

📊 Changes

2 files changed (+63 additions, -53 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx (+57 -53)
upcoming-release-notes/2570.md (+6 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/2565

After looking at the menu options on the desktop view and comparing them to the mobile view, there is not currently a need to show a menu option in the mobile view. Selecting the option resulted in a crash. The desktop view has options to rename and create categories; however, the mobile view already uses a different method to accomplish those tasks. The remaining option of Show/Hide the Income group category has no effect on the desktop view and thus doesn't really need to be displayed in Mobile view to replicate the functionality. This PR simply hides the menu option if, and only if, the Income Group is selected. All other groups and categories are unaffected.


🔄 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/2570 **Author:** [@shall0pass](https://github.com/shall0pass) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@shall0pass](https://github.com/shall0pass) **Base:** `master` ← **Head:** `income_menu_crash` --- ### 📝 Commits (2) - [`c0c184b`](https://github.com/actualbudget/actual/commit/c0c184b2a4d50326819fe97b2f4df01c2137fead) remove menu option from Income group - [`c2a2bd0`](https://github.com/actualbudget/actual/commit/c2a2bd0062e05e0fb5ef2e5e111c3a56eeb0e015) note ### 📊 Changes **2 files changed** (+63 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx` (+57 -53) ➕ `upcoming-release-notes/2570.md` (+6 -0) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/2565 After looking at the menu options on the desktop view and comparing them to the mobile view, there is not currently a need to show a menu option in the mobile view. Selecting the option resulted in a crash. The desktop view has options to rename and create categories; however, the mobile view already uses a different method to accomplish those tasks. The remaining option of Show/Hide the Income group category has no effect on the desktop view and thus doesn't really need to be displayed in Mobile view to replicate the functionality. This PR simply hides the menu option if, and only if, the Income Group is selected. All other groups and categories are unaffected. --- <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 21:00:33 -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#11430