[PR #1048] [MERGED] A few fixes for Electron #33681

Closed
opened 2026-04-20 20:59:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1048
Author: @j-f1
Created: 5/19/2023
Status: Merged
Merged: 5/20/2023
Merged by: @j-f1

Base: masterHead: jed/app-region


📝 Commits (4)

  • 3112329 Add start:electron script alias
  • e6a9f59 Mark titlebar controls as no-drag
  • 68aec83 Remove settings button in favor of menu
  • c0883f2 Add release note

📊 Changes

5 files changed (+11 additions, -42 deletions)

View changed files

📝 package.json (+1 -0)
📝 packages/desktop-client/src/components/budget/MonthCountSelector.js (+1 -0)
📝 packages/desktop-client/src/components/common/Button.tsx (+1 -0)
📝 packages/desktop-client/src/components/sidebar.js (+2 -42)
upcoming-release-notes/1048.md (+6 -0)

📄 Description

  • Fix clicking buttons in the toolbar on macOS (previously they were not clickable)
  • yarn start:electron now launches the Electron app
  • The sidebar is now identical to the web version

🔄 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/1048 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 5/19/2023 **Status:** ✅ Merged **Merged:** 5/20/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/app-region` --- ### 📝 Commits (4) - [`3112329`](https://github.com/actualbudget/actual/commit/31123299a757eb2f9d8cb627616317dc2aef0ed7) Add start:electron script alias - [`e6a9f59`](https://github.com/actualbudget/actual/commit/e6a9f596e87c74f737b129e2bf46daafda79a01d) Mark titlebar controls as no-drag - [`68aec83`](https://github.com/actualbudget/actual/commit/68aec8347247e03c056ec9358b07850360737212) Remove settings button in favor of menu - [`c0883f2`](https://github.com/actualbudget/actual/commit/c0883f203af841ec6782c37292738fbb69105888) Add release note ### 📊 Changes **5 files changed** (+11 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -0) 📝 `packages/desktop-client/src/components/budget/MonthCountSelector.js` (+1 -0) 📝 `packages/desktop-client/src/components/common/Button.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/sidebar.js` (+2 -42) ➕ `upcoming-release-notes/1048.md` (+6 -0) </details> ### 📄 Description - Fix clicking buttons in the toolbar on macOS (previously they were not clickable) - `yarn start:electron` now launches the Electron app - The sidebar is now identical to the web version --- <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-20 20:59:09 -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#33681