[PR #3411] [MERGED] Undoable auto transfer notes + auto notes for cover #46660

Closed
opened 2026-04-26 08:41:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3411
Author: @joel-jeremy
Created: 9/9/2024
Status: Merged
Merged: 9/19/2024
Merged by: @joel-jeremy

Base: masterHead: undoable-auto-transfer-notes


📝 Commits (8)

📊 Changes

13 files changed (+252 additions, -200 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+2 -1)
📝 packages/desktop-client/src/components/budget/rollover/BalanceMovementMenu.tsx (+3 -65)
📝 packages/desktop-client/src/components/budget/rollover/CoverMenu.tsx (+19 -36)
📝 packages/desktop-client/src/components/budget/rollover/TransferMenu.tsx (+24 -16)
📝 packages/desktop-client/src/components/budget/util.ts (+21 -1)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+2 -1)
📝 packages/desktop-client/src/components/modals/CoverModal.tsx (+21 -39)
📝 packages/desktop-client/src/components/modals/TransferModal.tsx (+20 -10)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+2 -0)
📝 packages/loot-core/src/server/budget/actions.ts (+91 -10)
📝 packages/loot-core/src/server/db/index.ts (+36 -19)
📝 packages/loot-core/src/server/notes/app.ts (+5 -2)
upcoming-release-notes/3411.md (+6 -0)

📄 Description

Resolves https://github.com/actualbudget/actual/issues/3404


🔄 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/3411 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `undoable-auto-transfer-notes` --- ### 📝 Commits (8) - [`fe6a838`](https://github.com/actualbudget/actual/commit/fe6a8387f9c5355a83a9ed0f2b064eea81c00d05) Undo auto transfer notes + auto notes for cover - [`7177e81`](https://github.com/actualbudget/actual/commit/7177e81b006b1d38a5a17e34d84d9b8c9c1855d8) Release notes - [`c663473`](https://github.com/actualbudget/actual/commit/c663473cb7e3442786618ac6f889ab211dc8cab4) Fix notes - [`d91ded7`](https://github.com/actualbudget/actual/commit/d91ded79784f3449364c495a510a7511eb51016b) Fix notes undo - [`11bfb66`](https://github.com/actualbudget/actual/commit/11bfb66006525aaa31bc445157a827fef0d6f769) Do not show clicked category on transfer or cover menus - [`ac254d6`](https://github.com/actualbudget/actual/commit/ac254d68a0d55c6601a4f8e0013f28b89d524044) Fix typecheck error - [`a716e3e`](https://github.com/actualbudget/actual/commit/a716e3ea88cc4d995113a3eda2280728f4426c27) typecheck - [`7a7c74a`](https://github.com/actualbudget/actual/commit/7a7c74a9354ef551d09b3eef8381031100f2bba7) Fix removeCategoriesFromGroups ### 📊 Changes **13 files changed** (+252 additions, -200 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/budget/rollover/BalanceMovementMenu.tsx` (+3 -65) 📝 `packages/desktop-client/src/components/budget/rollover/CoverMenu.tsx` (+19 -36) 📝 `packages/desktop-client/src/components/budget/rollover/TransferMenu.tsx` (+24 -16) 📝 `packages/desktop-client/src/components/budget/util.ts` (+21 -1) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+2 -1) 📝 `packages/desktop-client/src/components/modals/CoverModal.tsx` (+21 -39) 📝 `packages/desktop-client/src/components/modals/TransferModal.tsx` (+20 -10) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+2 -0) 📝 `packages/loot-core/src/server/budget/actions.ts` (+91 -10) 📝 `packages/loot-core/src/server/db/index.ts` (+36 -19) 📝 `packages/loot-core/src/server/notes/app.ts` (+5 -2) ➕ `upcoming-release-notes/3411.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Resolves https://github.com/actualbudget/actual/issues/3404 --- <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-26 08:41:49 -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#46660