[PR #1276] [CLOSED] chore: replace withUndo with undoable in handlers #3640

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1276
Author: @TomAFrench
Created: 7/4/2023
Status: Closed

Base: masterHead: undoable


📝 Commits (4)

  • 7e31b7e chore: replace withUndo with undoable in handlers
  • 1df6fd4 chore: add release note
  • 901558d chore: linter
  • 8f00bfc Merge branch 'master' into undoable

📊 Changes

2 files changed (+71 additions, -92 deletions)

View changed files

📝 packages/loot-core/src/server/main.ts (+65 -92)
upcoming-release-notes/1276.md (+6 -0)

📄 Description

This replaces much of the usage of withUndo with undoable. We do have a couple of places where we still use withUndo as undoable doesn't allow metadata.


🔄 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/1276 **Author:** [@TomAFrench](https://github.com/TomAFrench) **Created:** 7/4/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `undoable` --- ### 📝 Commits (4) - [`7e31b7e`](https://github.com/actualbudget/actual/commit/7e31b7e57f07b73d93dcc03e00eb922fbed7164d) chore: replace `withUndo` with `undoable` in handlers - [`1df6fd4`](https://github.com/actualbudget/actual/commit/1df6fd4e21b5399c59b1375d087d7cfdb86a1268) chore: add release note - [`901558d`](https://github.com/actualbudget/actual/commit/901558dac2af19eb22b54c9e2efe528c59a8e2b6) chore: linter - [`8f00bfc`](https://github.com/actualbudget/actual/commit/8f00bfc9b7358780db5c733171b76cbfb5dfdf9d) Merge branch 'master' into undoable ### 📊 Changes **2 files changed** (+71 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/main.ts` (+65 -92) ➕ `upcoming-release-notes/1276.md` (+6 -0) </details> ### 📄 Description This replaces much of the usage of `withUndo` with `undoable`. We do have a couple of places where we still use `withUndo` as `undoable` doesn't allow metadata. --- <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:44:36 -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#3640