[PR #4610] [MERGED] ♻️ (loot-core) unify some electron/web/api logic #19845

Closed
opened 2026-04-14 21:19:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4610
Author: @MatissJanis
Created: 3/12/2025
Status: Merged
Merged: 3/14/2025
Merged by: @MatissJanis

Base: masterHead: matiss/simplify-loot-core


📝 Commits (3)

  • a6ca2d4 ♻️ (loot-core) unify some electron/web/api logic
  • e97c2e1 Add missing mock
  • bc8bcd0 Merge branch 'master' into matiss/simplify-loot-core

📊 Changes

16 files changed (+45 additions, -104 deletions)

View changed files

📝 packages/loot-core/src/mocks/setup.ts (+1 -0)
packages/loot-core/src/platform/client/undo/index.d.ts (+0 -30)
📝 packages/loot-core/src/platform/client/undo/index.ts (+21 -7)
packages/loot-core/src/platform/exceptions/__mocks__/index.ts (+3 -0)
packages/loot-core/src/platform/exceptions/index.browser.ts (+0 -7)
packages/loot-core/src/platform/exceptions/index.d.ts (+0 -5)
packages/loot-core/src/platform/exceptions/index.electron.ts (+0 -7)
packages/loot-core/src/platform/exceptions/index.testing.ts (+0 -5)
packages/loot-core/src/platform/exceptions/index.ts (+6 -0)
packages/loot-core/src/platform/exceptions/index.web.ts (+0 -7)
packages/loot-core/src/platform/server/log/index.api.ts (+0 -10)
packages/loot-core/src/platform/server/log/index.d.ts (+0 -6)
packages/loot-core/src/platform/server/log/index.electron.ts (+0 -10)
packages/loot-core/src/platform/server/log/index.ts (+8 -0)
packages/loot-core/src/platform/server/log/index.web.ts (+0 -10)
upcoming-release-notes/4610.md (+6 -0)

📄 Description

Unifying some common logic across web/electron/api versions.

Split off from https://github.com/actualbudget/actual/pull/4592


🔄 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/4610 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/simplify-loot-core` --- ### 📝 Commits (3) - [`a6ca2d4`](https://github.com/actualbudget/actual/commit/a6ca2d433a687691e9892dcfb72c779141687de2) :recycle: (loot-core) unify some electron/web/api logic - [`e97c2e1`](https://github.com/actualbudget/actual/commit/e97c2e19430e00da716d31510b63452917fe122f) Add missing mock - [`bc8bcd0`](https://github.com/actualbudget/actual/commit/bc8bcd0fc17ed295f2193c139a4624fd33f92936) Merge branch 'master' into matiss/simplify-loot-core ### 📊 Changes **16 files changed** (+45 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/mocks/setup.ts` (+1 -0) ➖ `packages/loot-core/src/platform/client/undo/index.d.ts` (+0 -30) 📝 `packages/loot-core/src/platform/client/undo/index.ts` (+21 -7) ➕ `packages/loot-core/src/platform/exceptions/__mocks__/index.ts` (+3 -0) ➖ `packages/loot-core/src/platform/exceptions/index.browser.ts` (+0 -7) ➖ `packages/loot-core/src/platform/exceptions/index.d.ts` (+0 -5) ➖ `packages/loot-core/src/platform/exceptions/index.electron.ts` (+0 -7) ➖ `packages/loot-core/src/platform/exceptions/index.testing.ts` (+0 -5) ➕ `packages/loot-core/src/platform/exceptions/index.ts` (+6 -0) ➖ `packages/loot-core/src/platform/exceptions/index.web.ts` (+0 -7) ➖ `packages/loot-core/src/platform/server/log/index.api.ts` (+0 -10) ➖ `packages/loot-core/src/platform/server/log/index.d.ts` (+0 -6) ➖ `packages/loot-core/src/platform/server/log/index.electron.ts` (+0 -10) ➕ `packages/loot-core/src/platform/server/log/index.ts` (+8 -0) ➖ `packages/loot-core/src/platform/server/log/index.web.ts` (+0 -10) ➕ `upcoming-release-notes/4610.md` (+6 -0) </details> ### 📄 Description Unifying some common logic across web/electron/api versions. Split off from https://github.com/actualbudget/actual/pull/4592 --- <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 21:19:16 -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#19845