[PR #5533] [MERGED] Connect automations UI to backend #5986

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

📋 Pull Request Information

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

Base: masterHead: jfdoming/automations-ui-persistence


📝 Commits (7)

  • 71afe35 Connect automations UI to backend
  • a5c8128 Fix integer -> amount
  • 36acf92 Add release notes
  • 2f07a6e Fix length check
  • 42d18a4 No layout shift
  • cd51e5d Merge branch 'master' into jfdoming/automations-ui-persistence
  • 73ec239 Coderabbit: decimal places

📊 Changes

16 files changed (+365 additions, -113 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+3 -1)
📝 packages/desktop-client/src/components/NotesButton.tsx (+16 -7)
📝 packages/desktop-client/src/components/budget/SidebarCategory.tsx (+6 -20)
packages/desktop-client/src/components/budget/SidebarCategoryButtons.tsx (+53 -0)
📝 packages/desktop-client/src/components/budget/goals/BudgetAutomationEditor.tsx (+8 -3)
📝 packages/desktop-client/src/components/budget/goals/CategoryAutomationButton.tsx (+26 -12)
📝 packages/desktop-client/src/components/budget/goals/editor/SimpleAutomation.tsx (+10 -2)
📝 packages/desktop-client/src/components/budget/goals/editor/SimpleAutomationReadOnly.tsx (+12 -2)
📝 packages/desktop-client/src/components/budget/goals/editor/WeekAutomation.tsx (+10 -2)
📝 packages/desktop-client/src/components/budget/goals/editor/WeekAutomationReadOnly.tsx (+13 -2)
📝 packages/desktop-client/src/components/budget/goals/reducer.ts (+2 -2)
📝 packages/desktop-client/src/components/forms.tsx (+25 -3)
📝 packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx (+136 -57)
packages/desktop-client/src/hooks/useBudgetAutomations.ts (+36 -0)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+3 -0)
upcoming-release-notes/5533.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/5533 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 8/9/2025 **Status:** ✅ Merged **Merged:** 8/20/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/automations-ui-persistence` --- ### 📝 Commits (7) - [`71afe35`](https://github.com/actualbudget/actual/commit/71afe357296a29640995dc13c24efd0ec7c837f0) Connect automations UI to backend - [`a5c8128`](https://github.com/actualbudget/actual/commit/a5c8128673422f66afff362e089352463149eaf4) Fix integer -> amount - [`36acf92`](https://github.com/actualbudget/actual/commit/36acf921c03ca99be7d0ba29774b6e45ee2bdacb) Add release notes - [`2f07a6e`](https://github.com/actualbudget/actual/commit/2f07a6e774086c2b9647dd61a590c2c938ca09e6) Fix length check - [`42d18a4`](https://github.com/actualbudget/actual/commit/42d18a478c6dda600f024bac044461b3c57478a8) No layout shift - [`cd51e5d`](https://github.com/actualbudget/actual/commit/cd51e5d9aee36cd084e3d0a21295794343170a39) Merge branch 'master' into jfdoming/automations-ui-persistence - [`73ec239`](https://github.com/actualbudget/actual/commit/73ec239a3aa1e2f2ec4f934009a282deacbbb682) Coderabbit: decimal places ### 📊 Changes **16 files changed** (+365 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+16 -7) 📝 `packages/desktop-client/src/components/budget/SidebarCategory.tsx` (+6 -20) ➕ `packages/desktop-client/src/components/budget/SidebarCategoryButtons.tsx` (+53 -0) 📝 `packages/desktop-client/src/components/budget/goals/BudgetAutomationEditor.tsx` (+8 -3) 📝 `packages/desktop-client/src/components/budget/goals/CategoryAutomationButton.tsx` (+26 -12) 📝 `packages/desktop-client/src/components/budget/goals/editor/SimpleAutomation.tsx` (+10 -2) 📝 `packages/desktop-client/src/components/budget/goals/editor/SimpleAutomationReadOnly.tsx` (+12 -2) 📝 `packages/desktop-client/src/components/budget/goals/editor/WeekAutomation.tsx` (+10 -2) 📝 `packages/desktop-client/src/components/budget/goals/editor/WeekAutomationReadOnly.tsx` (+13 -2) 📝 `packages/desktop-client/src/components/budget/goals/reducer.ts` (+2 -2) 📝 `packages/desktop-client/src/components/forms.tsx` (+25 -3) 📝 `packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx` (+136 -57) ➕ `packages/desktop-client/src/hooks/useBudgetAutomations.ts` (+36 -0) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+3 -0) ➕ `upcoming-release-notes/5533.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:05 -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#5986