[PR #5293] [MERGED] add action button to trigger applyBudgetTemplatesInGroup to mobile #5863

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5293
Author: @Dreptschar
Created: 7/5/2025
Status: Merged
Merged: 7/16/2025
Merged by: @youngcw

Base: masterHead: apply-group-templates-mobile


📝 Commits (9)

📊 Changes

5 files changed (+151 additions, -7 deletions)

View changed files

packages/desktop-client/src/components/mobile/budget/CategoryGroupActionMenu.tsx (+43 -0)
📝 packages/desktop-client/src/components/mobile/budget/index.tsx (+17 -0)
📝 packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx (+82 -7)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+3 -0)
upcoming-release-notes/5293.md (+6 -0)

📄 Description

No description provided


🔄 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/5293 **Author:** [@Dreptschar](https://github.com/Dreptschar) **Created:** 7/5/2025 **Status:** ✅ Merged **Merged:** 7/16/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `apply-group-templates-mobile` --- ### 📝 Commits (9) - [`64926e9`](https://github.com/actualbudget/actual/commit/64926e98de7609e85744b2c3b9b93e091c373653) add action button to trigger applyBudgetTemplatesInGroup - [`ddd81a6`](https://github.com/actualbudget/actual/commit/ddd81a68946dcecfb2a1e35fe5baae3ff22dd008) add release note - [`23c4d5e`](https://github.com/actualbudget/actual/commit/23c4d5e7f4fca76d95a83a8afc1b8a0eee3c81eb) fix typos - [`0b0f0d8`](https://github.com/actualbudget/actual/commit/0b0f0d84937822f95644479272b31e0d4c6f2b6c) fix lint and typecheck findings - [`36bb2e1`](https://github.com/actualbudget/actual/commit/36bb2e157a3d79834e29a9f065bffb931fe976ee) [autofix.ci] apply automated fixes - [`ec08486`](https://github.com/actualbudget/actual/commit/ec08486cdc51fa2b71963f25bff842604a26108e) fix typecheck - [`5a8278b`](https://github.com/actualbudget/actual/commit/5a8278bbf79ffcd839259fd946f6bbc668aa1c2a) Merge branch 'apply-group-templates-mobile' of https://github.com/Dreptschar/actual into apply-group-templates-mobile - [`388f739`](https://github.com/actualbudget/actual/commit/388f739dc4bf054df24e3040b7831dece0e844e9) Merge branch 'master' into apply-group-templates-mobile - [`49df98c`](https://github.com/actualbudget/actual/commit/49df98c69e34a1c4345b744ce2b9e396f72027a0) Merge branch 'master' into apply-group-templates-mobile ### 📊 Changes **5 files changed** (+151 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/src/components/mobile/budget/CategoryGroupActionMenu.tsx` (+43 -0) 📝 `packages/desktop-client/src/components/mobile/budget/index.tsx` (+17 -0) 📝 `packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx` (+82 -7) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+3 -0) ➕ `upcoming-release-notes/5293.md` (+6 -0) </details> ### 📄 Description _No description provided_ --- <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:20:03 -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#5863