[PR #4308] [MERGED] Foundations for the budget automations UI #5312

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4308
Author: @jfdoming
Created: 2/6/2025
Status: Merged
Merged: 2/19/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/goal-templates-ui


📝 Commits (2)

  • 4d1b63f Foundations for the budget automations UI
  • 56a23a8 Coderabbit

📊 Changes

11 files changed (+102 additions, -17 deletions)

View changed files

📝 packages/component-library/src/styles.ts (+6 -0)
📝 packages/desktop-client/src/components/budget/SidebarCategory.tsx (+14 -0)
packages/desktop-client/src/components/budget/goals/CategoryAutomationButton.tsx (+54 -0)
📝 packages/desktop-client/src/components/modals/EditRuleModal.jsx (+3 -16)
📝 packages/desktop-client/src/components/settings/Experimental.tsx (+14 -0)
📝 packages/desktop-client/src/hooks/useFeatureFlag.ts (+1 -0)
📝 packages/loot-core/src/client/data-hooks/schedules.tsx (+1 -0)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+1 -0)
📝 packages/loot-core/src/server/budget/types/templates.d.ts (+1 -1)
📝 packages/loot-core/src/types/prefs.d.ts (+1 -0)
upcoming-release-notes/4308.md (+6 -0)

📄 Description

Round 2 of prototyping a goal template UI (the previous PR can't be reopened sadly). Addressed a bit of feedback from that PR.


🔄 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/4308 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 2/6/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/goal-templates-ui` --- ### 📝 Commits (2) - [`4d1b63f`](https://github.com/actualbudget/actual/commit/4d1b63f4883a3b76a39563a3d24e867746710fe3) Foundations for the budget automations UI - [`56a23a8`](https://github.com/actualbudget/actual/commit/56a23a83878a9e70e2dba612080cc803b215fe65) Coderabbit ### 📊 Changes **11 files changed** (+102 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/component-library/src/styles.ts` (+6 -0) 📝 `packages/desktop-client/src/components/budget/SidebarCategory.tsx` (+14 -0) ➕ `packages/desktop-client/src/components/budget/goals/CategoryAutomationButton.tsx` (+54 -0) 📝 `packages/desktop-client/src/components/modals/EditRuleModal.jsx` (+3 -16) 📝 `packages/desktop-client/src/components/settings/Experimental.tsx` (+14 -0) 📝 `packages/desktop-client/src/hooks/useFeatureFlag.ts` (+1 -0) 📝 `packages/loot-core/src/client/data-hooks/schedules.tsx` (+1 -0) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+1 -0) 📝 `packages/loot-core/src/server/budget/types/templates.d.ts` (+1 -1) 📝 `packages/loot-core/src/types/prefs.d.ts` (+1 -0) ➕ `upcoming-release-notes/4308.md` (+6 -0) </details> ### 📄 Description Round 2 of prototyping a goal template UI (the [previous PR](https://github.com/actualbudget/actual/pull/3918) can't be reopened sadly). Addressed a bit of feedback from that PR. --- <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:10:23 -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#5312