[PR #988] [CLOSED] [WIP] fix electron #3450

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/988
Author: @MatissJanis
Created: 5/2/2023
Status: Closed

Base: masterHead: matiss/electron


📝 Commits (1)

📊 Changes

5 files changed (+572 additions, -1184 deletions)

View changed files

📝 packages/desktop-electron/afterSignHook.js (+1 -1)
📝 packages/desktop-electron/index.js (+3 -1)
📝 packages/desktop-electron/package.json (+7 -6)
📝 packages/loot-core/src/server/budget/goaltemplates.ts (+4 -1)
📝 yarn.lock (+557 -1175)

📄 Description

I am not actively working on this. Just showcasing how the electron app can be used. Maybe this will inspire someone to fix it so everyone could use it. 🤞

--

How to run:

  1. clone the changes
  2. yarn install
  3. yarn rebuild-electron
  4. yarn start:desktop
  5. the app should now start and work as expected (albeit with many bugs)

🔄 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/988 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 5/2/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `matiss/electron` --- ### 📝 Commits (1) - [`73a4c55`](https://github.com/actualbudget/actual/commit/73a4c55c6ecddc37bd7d98f34b193448cc99e4af) [WIP] fix electron ### 📊 Changes **5 files changed** (+572 additions, -1184 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/afterSignHook.js` (+1 -1) 📝 `packages/desktop-electron/index.js` (+3 -1) 📝 `packages/desktop-electron/package.json` (+7 -6) 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+4 -1) 📝 `yarn.lock` (+557 -1175) </details> ### 📄 Description **I am not actively working on this.** Just showcasing how the electron app can be used. Maybe this will inspire someone to fix it so everyone could use it. 🤞 -- How to run: 1. clone the changes 2. `yarn install` 3. `yarn rebuild-electron` 4. `yarn start:desktop` 5. the app should now start and work as expected (albeit with many bugs) --- <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:41:50 -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#3450