[PR #5624] [MERGED] Add tools to migrate/un-migrate to/from UI automations #6038

Closed
opened 2026-02-28 21:22:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5624
Author: @jfdoming
Created: 8/25/2025
Status: Merged
Merged: 9/5/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/ui-automations-migration


📝 Commits (6)

  • 4579ff7 Add helper to render automations to template notes
  • 58368f2 Add modal to un-migrate from the automations UI
  • 6e3c3f9 Add import warning to automations modal
  • ec60a3d Add release notes
  • ccbac16 Use CSSProperties type from React directly
  • 7a3cced Merge branch 'master' into jfdoming/ui-automations-migration

📊 Changes

10 files changed (+548 additions, -15 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+6 -0)
📝 packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx (+115 -14)
packages/desktop-client/src/components/modals/UnmigrateBudgetAutomationsModal.tsx (+187 -0)
📝 packages/desktop-client/src/hooks/useBudgetAutomations.ts (+4 -0)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+8 -0)
📝 packages/loot-core/src/server/budget/app.ts (+8 -0)
📝 packages/loot-core/src/server/budget/template-notes.test.ts (+58 -1)
📝 packages/loot-core/src/server/budget/template-notes.ts (+152 -0)
📝 packages/loot-core/src/server/notes/app.ts (+4 -0)
upcoming-release-notes/5624.md (+6 -0)

📄 Description


🔄 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/5624 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/ui-automations-migration` --- ### 📝 Commits (6) - [`4579ff7`](https://github.com/actualbudget/actual/commit/4579ff7950166428222345e18b6780999d36baaa) Add helper to render automations to template notes - [`58368f2`](https://github.com/actualbudget/actual/commit/58368f2939a05c0da52b44c7c78c50f5a7beb7c2) Add modal to un-migrate from the automations UI - [`6e3c3f9`](https://github.com/actualbudget/actual/commit/6e3c3f994b71ad711ee93df950155ed19e063b4c) Add import warning to automations modal - [`ec60a3d`](https://github.com/actualbudget/actual/commit/ec60a3dc235ce2d4d0d1bfaefe8a5e63bd7fcdbd) Add release notes - [`ccbac16`](https://github.com/actualbudget/actual/commit/ccbac16479cf5a004259102387a32a5624613b52) Use CSSProperties type from React directly - [`7a3cced`](https://github.com/actualbudget/actual/commit/7a3ccedca072d369d3625202c020b5313bc12cea) Merge branch 'master' into jfdoming/ui-automations-migration ### 📊 Changes **10 files changed** (+548 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+6 -0) 📝 `packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx` (+115 -14) ➕ `packages/desktop-client/src/components/modals/UnmigrateBudgetAutomationsModal.tsx` (+187 -0) 📝 `packages/desktop-client/src/hooks/useBudgetAutomations.ts` (+4 -0) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+8 -0) 📝 `packages/loot-core/src/server/budget/app.ts` (+8 -0) 📝 `packages/loot-core/src/server/budget/template-notes.test.ts` (+58 -1) 📝 `packages/loot-core/src/server/budget/template-notes.ts` (+152 -0) 📝 `packages/loot-core/src/server/notes/app.ts` (+4 -0) ➕ `upcoming-release-notes/5624.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. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> --- <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 21:22:57 -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#6038