[PR #1099] [MERGED] More Electron fixes #3515

Closed
opened 2026-02-28 20:42:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1099
Author: @Shazib
Created: 6/3/2023
Status: Merged
Merged: 6/4/2023
Merged by: @MatissJanis

Base: masterHead: master


📝 Commits (10+)

📊 Changes

8 files changed (+64 additions, -15 deletions)

View changed files

📝 packages/desktop-electron/index.js (+23 -0)
📝 packages/desktop-electron/menu.js (+0 -9)
📝 packages/loot-core/src/platform/client/fetch/__mocks__/index.web.ts (+1 -1)
📝 packages/loot-core/src/platform/client/fetch/index.browser.ts (+4 -0)
📝 packages/loot-core/src/platform/client/fetch/index.d.ts (+1 -1)
📝 packages/loot-core/src/platform/client/fetch/index.web.ts (+16 -4)
📝 packages/loot-core/src/platform/server/connection/index.electron.ts (+13 -0)
upcoming-release-notes/1099.md (+6 -0)

📄 Description

  • Fix socket connection issues when reloading
  • Fix external url clicking & middle clicking internal links
  • Remove broken menu option. Easier for now than refactoring the settings panel it now lives in. We can add it back later if 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/1099 **Author:** [@Shazib](https://github.com/Shazib) **Created:** 6/3/2023 **Status:** ✅ Merged **Merged:** 6/4/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`5883451`](https://github.com/actualbudget/actual/commit/58834518a47a7de7e39f3a05366159b353ccf8cf) set line ending for ts and sh files to unix - [`231faba`](https://github.com/actualbudget/actual/commit/231fabaab4faa911f28faffccf42108ff962b24d) Merge remote-tracking branch 'github/master' - [`92c75b1`](https://github.com/actualbudget/actual/commit/92c75b13df6a4c33dfc41c63c57af05eade5258f) Merge branch 'master' of https://github.com/Shazib/actual - [`2ed948e`](https://github.com/actualbudget/actual/commit/2ed948e0f0c795a3a65d22fde51020854a9e3691) Merge branch 'master' of https://github.com/Shazib/actual - [`d03479f`](https://github.com/actualbudget/actual/commit/d03479f7617dcb67e82cdc8c5ec9a8f68d450740) Fix url clicking in electron - [`ef1c3b1`](https://github.com/actualbudget/actual/commit/ef1c3b1ca71c7ac5f2af37ed15070de1cf4aee9f) Just remove this menu option... - [`82537e6`](https://github.com/actualbudget/actual/commit/82537e669cce0d225c5585366e09701bbcefece3) Client close existing socket connection before loading a new one - [`cc180c3`](https://github.com/actualbudget/actual/commit/cc180c3bfb3c6765556804a90e45cad223c3b470) Catch error on serverside to prevent uncaught exception - [`b62f245`](https://github.com/actualbudget/actual/commit/b62f24507873df16273f934a155d61c8a8fbb9c9) Cope with client closing connection midway through a response - [`950cd45`](https://github.com/actualbudget/actual/commit/950cd45b330119a6070340ab61e9a8f3189c5f19) Merge branch 'actualbudget:master' into master ### 📊 Changes **8 files changed** (+64 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/index.js` (+23 -0) 📝 `packages/desktop-electron/menu.js` (+0 -9) 📝 `packages/loot-core/src/platform/client/fetch/__mocks__/index.web.ts` (+1 -1) 📝 `packages/loot-core/src/platform/client/fetch/index.browser.ts` (+4 -0) 📝 `packages/loot-core/src/platform/client/fetch/index.d.ts` (+1 -1) 📝 `packages/loot-core/src/platform/client/fetch/index.web.ts` (+16 -4) 📝 `packages/loot-core/src/platform/server/connection/index.electron.ts` (+13 -0) ➕ `upcoming-release-notes/1099.md` (+6 -0) </details> ### 📄 Description - Fix socket connection issues when reloading - Fix external url clicking & middle clicking internal links - Remove broken menu option. Easier for now than refactoring the settings panel it now lives in. We can add it back later if 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-02-28 20:42:47 -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#3515