[PR #427] [CLOSED] Disable outdated notifications, remove unneeded “Repair split transactions” tool #17489

Closed
opened 2026-04-14 20:17:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/427
Author: @j-f1
Created: 1/2/2023
Status: Closed

Base: masterHead: remove-fix-splits


📝 Commits (3)

  • a95f4a1 Remove outdated notifications
  • 80b0b41 Remove unneeded “Repair split transactions” tool
  • 6790ca5 Remove broken import

📊 Changes

6 files changed (+65 additions, -166 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.js (+0 -2)
packages/desktop-client/src/components/tools/FixSplitsTool.js (+0 -88)
📝 packages/desktop-electron/menu.js (+0 -9)
📝 packages/loot-core/src/client/upgrade-notifications.js (+59 -56)
📝 packages/loot-core/src/server/prefs.js (+2 -0)
📝 packages/loot-design/src/components/sidebar.js (+4 -11)

📄 Description

As far as I can tell, neither the notifications nor the broken split transactions are relevant to the OSS version of the app. Leaving the notifications code commented out so that people making future notifications have a code sample for how it should work. Also leaving the keys in the default budget config so that they’re not accidentally reused in the future.

Extracted from #422. Pairing these 2 changes together since one of the notifications links to the tool.


🔄 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/427 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 1/2/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `remove-fix-splits` --- ### 📝 Commits (3) - [`a95f4a1`](https://github.com/actualbudget/actual/commit/a95f4a15df97244fb48f562e7bc622759cd66c5f) Remove outdated notifications - [`80b0b41`](https://github.com/actualbudget/actual/commit/80b0b41796b7e7eed737647db3ebea203a936d09) Remove unneeded “Repair split transactions” tool - [`6790ca5`](https://github.com/actualbudget/actual/commit/6790ca5a2320cdfe79e181571c8b18b53116ad5d) Remove broken import ### 📊 Changes **6 files changed** (+65 additions, -166 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.js` (+0 -2) ➖ `packages/desktop-client/src/components/tools/FixSplitsTool.js` (+0 -88) 📝 `packages/desktop-electron/menu.js` (+0 -9) 📝 `packages/loot-core/src/client/upgrade-notifications.js` (+59 -56) 📝 `packages/loot-core/src/server/prefs.js` (+2 -0) 📝 `packages/loot-design/src/components/sidebar.js` (+4 -11) </details> ### 📄 Description As far as I can tell, neither the notifications nor the broken split transactions are relevant to the OSS version of the app. Leaving the notifications code commented out so that people making future notifications have a code sample for how it should work. Also leaving the keys in the default budget config so that they’re not accidentally reused in the future. Extracted from #422. Pairing these 2 changes together since one of the notifications links to the tool. --- <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-14 20:17:51 -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#17489