[PR #3699] [MERGED] Update Electron help menu to reflect new in-app menu #5010

Closed
opened 2026-02-28 21:04:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3699
Author: @jfdoming
Created: 10/20/2024
Status: Merged
Merged: 10/23/2024
Merged by: @jfdoming

Base: masterHead: jfdoming/help-menu-electron


📝 Commits (4)

  • 4c5d700 Update Electron help menu to reflect new in-app menu
  • 7a43fee Add release notes
  • 4a671a2 Attempt to fix build issues
  • 6165879 Try 2 to fix IPC

📊 Changes

6 files changed (+49 additions, -47 deletions)

View changed files

📝 packages/desktop-client/src/components/HelpMenu.tsx (+2 -24)
📝 packages/desktop-client/src/components/Titlebar.tsx (+5 -2)
📝 packages/desktop-client/src/util/router-tools.ts (+0 -4)
📝 packages/desktop-electron/menu.ts (+10 -17)
📝 packages/loot-core/src/client/actions/app.ts (+26 -0)
upcoming-release-notes/3699.md (+6 -0)

📄 Description

Modifies the Electron menu items to match the web app


🔄 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/3699 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 10/20/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/help-menu-electron` --- ### 📝 Commits (4) - [`4c5d700`](https://github.com/actualbudget/actual/commit/4c5d700bcf3f8bac1f683ec7eb473233dddfb7f9) Update Electron help menu to reflect new in-app menu - [`7a43fee`](https://github.com/actualbudget/actual/commit/7a43fee4c4a5a85e6474171d0adeaf2578d7d36c) Add release notes - [`4a671a2`](https://github.com/actualbudget/actual/commit/4a671a2cc56685e141cd9234d012a7feb9e54e79) Attempt to fix build issues - [`6165879`](https://github.com/actualbudget/actual/commit/6165879a202ccb77a4a63cde2329673b0bd96128) Try 2 to fix IPC ### 📊 Changes **6 files changed** (+49 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/HelpMenu.tsx` (+2 -24) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+5 -2) 📝 `packages/desktop-client/src/util/router-tools.ts` (+0 -4) 📝 `packages/desktop-electron/menu.ts` (+10 -17) 📝 `packages/loot-core/src/client/actions/app.ts` (+26 -0) ➕ `upcoming-release-notes/3699.md` (+6 -0) </details> ### 📄 Description Modifies the Electron menu items to match the web app --- <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 21:04:37 -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#5010