[PR #1082] [MERGED] Goals: Use shared 'months' functions for time #10563

Closed
opened 2026-04-10 20:37:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1082
Author: @shall0pass
Created: 5/31/2023
Status: Merged
Merged: 6/25/2023
Merged by: @j-f1

Base: masterHead: goalsStandardizeTime


📝 Commits (6)

📊 Changes

3 files changed (+57 additions, -46 deletions)

View changed files

📝 packages/loot-core/src/server/budget/goaltemplates.ts (+42 -45)
📝 packages/loot-core/src/shared/months.ts (+9 -1)
upcoming-release-notes/1082.md (+6 -0)

📄 Description

Based on Tom's comment (https://github.com/actualbudget/actual/pull/1058#issuecomment-1568030881) I've eliminated all direct use of date-fns and only use the functions in months.ts.


🔄 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/1082 **Author:** [@shall0pass](https://github.com/shall0pass) **Created:** 5/31/2023 **Status:** ✅ Merged **Merged:** 6/25/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `goalsStandardizeTime` --- ### 📝 Commits (6) - [`17b9003`](https://github.com/actualbudget/actual/commit/17b9003b35365def891e27c8f65509c87183475a) initial - [`f61fc43`](https://github.com/actualbudget/actual/commit/f61fc434ea74f2f331dd266f528b7e2b803d9ecd) lint/comments - [`ceafff5`](https://github.com/actualbudget/actual/commit/ceafff5a6c8766bad4f06eb9f58e0437bda51ea9) fixup - [`554d872`](https://github.com/actualbudget/actual/commit/554d872dfad6204590a85fc4e756f2a324cec29a) Merge branch 'actualbudget:master' into goalsStandardizeTime - [`f305a90`](https://github.com/actualbudget/actual/commit/f305a90b9b8b1a6b77caf87067b2bf0f9e28c6f5) release notes - [`70cfcf4`](https://github.com/actualbudget/actual/commit/70cfcf440b82fcf30e893e4b35dda8c9faa752f5) Merge branch 'master' into goalsStandardizeTime ### 📊 Changes **3 files changed** (+57 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+42 -45) 📝 `packages/loot-core/src/shared/months.ts` (+9 -1) ➕ `upcoming-release-notes/1082.md` (+6 -0) </details> ### 📄 Description Based on Tom's comment (https://github.com/actualbudget/actual/pull/1058#issuecomment-1568030881) I've eliminated all direct use of date-fns and only use the functions in months.ts. --- <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-10 20:37:07 -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#10563