[PR #5775] [MERGED] add limit template type #32033

Closed
opened 2026-04-18 08:09:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5775
Author: @youngcw
Created: 9/22/2025
Status: Merged
Merged: 9/23/2025
Merged by: @youngcw

Base: masterHead: youngcw/limit-template-type


📝 Commits (9)

📊 Changes

5 files changed (+56 additions, -21 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/goals/reducer.ts (+2 -0)
📝 packages/loot-core/src/server/budget/category-template-context.test.ts (+1 -1)
📝 packages/loot-core/src/server/budget/category-template-context.ts (+33 -17)
📝 packages/loot-core/src/types/models/templates.ts (+14 -3)
upcoming-release-notes/5775.md (+6 -0)

📄 Description

For use in the upcoming template gui


🔄 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/5775 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/limit-template-type` --- ### 📝 Commits (9) - [`e0a6143`](https://github.com/actualbudget/actual/commit/e0a614378add1edaa6f3207986d7358ebe49e837) add limit template - [`9dfae63`](https://github.com/actualbudget/actual/commit/9dfae63fa2f9e17fee6602fe78fb10a0f471fc5d) use null to match other tempaltes - [`54b2f7f`](https://github.com/actualbudget/actual/commit/54b2f7f3a08325ac59561c8c8201f3c3cd3bdd30) add in directive - [`1d03b56`](https://github.com/actualbudget/actual/commit/1d03b56284454aa98d2fbbb40e12bd610b727b2b) handle no limit preset - [`00a4796`](https://github.com/actualbudget/actual/commit/00a47969844965da7d11fa23de9c3b116231dcef) limit periods aren't optional - [`6c396cb`](https://github.com/actualbudget/actual/commit/6c396cbff28fe4c75c7c3e957e36ac0f9efdf2ce) make start field the right type - [`677876e`](https://github.com/actualbudget/actual/commit/677876e4fd05e6d22eb8e4ce9b74b5e75288dc32) fix test - [`60d3b97`](https://github.com/actualbudget/actual/commit/60d3b97b67ff326e0fd05decec32639afb0957d0) fix looping - [`6c535a7`](https://github.com/actualbudget/actual/commit/6c535a78bda371e2bd95b6182ed1785d44c1a83f) remove unneeded comment ### 📊 Changes **5 files changed** (+56 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/goals/reducer.ts` (+2 -0) 📝 `packages/loot-core/src/server/budget/category-template-context.test.ts` (+1 -1) 📝 `packages/loot-core/src/server/budget/category-template-context.ts` (+33 -17) 📝 `packages/loot-core/src/types/models/templates.ts` (+14 -3) ➕ `upcoming-release-notes/5775.md` (+6 -0) </details> ### 📄 Description For use in the upcoming template gui --- <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-18 08:09:37 -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#32033