[PR #914] [CLOSED] Remove old update notification code for Electron #3402

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/914
Author: @j-f1
Created: 4/16/2023
Status: Closed

Base: masterHead: jed/close-budget


📝 Commits (4)

  • eab1b91 Correctly update updateInfo & showUpdateNotification state
  • 9be5b4d Rip out old update notification code
  • 09c57cc Rename upgrade-notifications to post-update-notifications for consistency
  • a125ab1 Add release note

📊 Changes

10 files changed (+19 additions, -120 deletions)

View changed files

📝 packages/desktop-client/src/components/App.js (+0 -2)
📝 packages/desktop-client/src/components/FinancesApp.js (+3 -3)
packages/desktop-client/src/components/UpdateNotification.js (+0 -96)
📝 packages/desktop-client/src/global-events.js (+2 -2)
📝 packages/desktop-client/src/index.js (+0 -2)
📝 packages/loot-core/src/client/actions/app.js (+0 -7)
📝 packages/loot-core/src/client/post-update-notifications.js (+6 -4)
📝 packages/loot-core/src/client/reducers/app.js (+0 -2)
📝 packages/loot-core/src/server/main.js (+2 -2)
upcoming-release-notes/914.md (+6 -0)

📄 Description

I’m not 100% confident this is correct but these properties do appear to be present on the app property and not the top level.


🔄 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/914 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 4/16/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jed/close-budget` --- ### 📝 Commits (4) - [`eab1b91`](https://github.com/actualbudget/actual/commit/eab1b9137e98c685c3ab62535a494c12bb94ce62) Correctly update updateInfo & showUpdateNotification state - [`9be5b4d`](https://github.com/actualbudget/actual/commit/9be5b4d39f6bd266f4e4501d7e883b04bb981cd9) Rip out old update notification code - [`09c57cc`](https://github.com/actualbudget/actual/commit/09c57cccb417076efa433ef33d678bc196b57e3e) Rename upgrade-notifications to post-update-notifications for consistency - [`a125ab1`](https://github.com/actualbudget/actual/commit/a125ab173a835273c02d267186c470498d24acd4) Add release note ### 📊 Changes **10 files changed** (+19 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/App.js` (+0 -2) 📝 `packages/desktop-client/src/components/FinancesApp.js` (+3 -3) ➖ `packages/desktop-client/src/components/UpdateNotification.js` (+0 -96) 📝 `packages/desktop-client/src/global-events.js` (+2 -2) 📝 `packages/desktop-client/src/index.js` (+0 -2) 📝 `packages/loot-core/src/client/actions/app.js` (+0 -7) 📝 `packages/loot-core/src/client/post-update-notifications.js` (+6 -4) 📝 `packages/loot-core/src/client/reducers/app.js` (+0 -2) 📝 `packages/loot-core/src/server/main.js` (+2 -2) ➕ `upcoming-release-notes/914.md` (+6 -0) </details> ### 📄 Description I’m not 100% confident this is correct but these properties do appear to be present on the `app` property and not the top level. --- <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:07 -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#3402