[PR #3691] [MERGED] Adding a help modal for quick reference to goal template syntax #5005

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3691
Author: @deathblade666
Created: 10/19/2024
Status: Merged
Merged: 10/21/2024
Merged by: @MikesGlitch

Base: masterHead: Goal-Template-Help-Modal


📝 Commits (10+)

  • df137c5 Adding a help modal for qucik reference to goal template syntax
  • 5c75194 added release notes
  • 089d551 fixed misspelling of Enhancements
  • 867b835 fix lint errors
  • 5a9a436 Only show when Goal Template Flag is enabled
  • cc647b2 fix lint
  • c074d94 Only show on Budget page
  • 7319dbe fix lint
  • 5e462fa Merge branch 'master' into Goal-Template-Help-Modal
  • 45bf31d Added Translation, change text formating to table (styling wip), change headers to use react-aria-component headings

📊 Changes

5 files changed (+200 additions, -2 deletions)

View changed files

📝 packages/desktop-client/src/components/HelpMenu.tsx (+10 -2)
📝 packages/desktop-client/src/components/Modals.tsx (+4 -0)
packages/desktop-client/src/components/modals/GoalTemplateModal.tsx (+179 -0)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+1 -0)
upcoming-release-notes/3691.md (+6 -0)

📄 Description

This adds a new help menu item to serve as a quick reference for goal template syntax. It includes a few examples for the official docs that should cover a fair number of use cases as well as a link to the official docs.


🔄 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/3691 **Author:** [@deathblade666](https://github.com/deathblade666) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/21/2024 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `Goal-Template-Help-Modal` --- ### 📝 Commits (10+) - [`df137c5`](https://github.com/actualbudget/actual/commit/df137c5dfc1fa56baa70b7d68ef279c4cb64bdac) Adding a help modal for qucik reference to goal template syntax - [`5c75194`](https://github.com/actualbudget/actual/commit/5c75194d3d95581cf9257a45c7f1854284b224c6) added release notes - [`089d551`](https://github.com/actualbudget/actual/commit/089d551155a94900e2b64f4e3ad46609ce21ff19) fixed misspelling of Enhancements - [`867b835`](https://github.com/actualbudget/actual/commit/867b835bbb50b605311f70c2692b4c3ec99d75cd) fix lint errors - [`5a9a436`](https://github.com/actualbudget/actual/commit/5a9a436a3713d07932c2d19f4eaba424abc34aee) Only show when Goal Template Flag is enabled - [`cc647b2`](https://github.com/actualbudget/actual/commit/cc647b2ee81eaace299fa01371b425d8df8d65ed) fix lint - [`c074d94`](https://github.com/actualbudget/actual/commit/c074d942367762143ffb5164fa61575c59ed98b3) Only show on Budget page - [`7319dbe`](https://github.com/actualbudget/actual/commit/7319dbe1498f247c3b2110841ad2be41b7384663) fix lint - [`5e462fa`](https://github.com/actualbudget/actual/commit/5e462fa48ad74e2c89997bad10abad2e2f8bdfd4) Merge branch 'master' into Goal-Template-Help-Modal - [`45bf31d`](https://github.com/actualbudget/actual/commit/45bf31df6f4a19a7de3057a7f91fd37c8549c167) Added Translation, change text formating to table (styling wip), change headers to use react-aria-component headings ### 📊 Changes **5 files changed** (+200 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/HelpMenu.tsx` (+10 -2) 📝 `packages/desktop-client/src/components/Modals.tsx` (+4 -0) ➕ `packages/desktop-client/src/components/modals/GoalTemplateModal.tsx` (+179 -0) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+1 -0) ➕ `upcoming-release-notes/3691.md` (+6 -0) </details> ### 📄 Description This adds a new help menu item to serve as a quick reference for goal template syntax. It includes a few examples for the official docs that should cover a fair number of use cases as well as a link to the official docs. --- <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:04:33 -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#5005