mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 02:54:09 -05:00
Add goal info to the prewarm list (#3514)
* add goals to prewarm list * add to tracking * note * note * lint
This commit is contained in:
@@ -218,6 +218,8 @@ handlers['envelope-budget-month'] = async function ({ month }) {
|
||||
value(`sum-amount-${cat.id}`),
|
||||
value(`leftover-${cat.id}`),
|
||||
value(`carryover-${cat.id}`),
|
||||
value(`goal-${cat.id}`),
|
||||
value(`long-goal-${cat.id}`),
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -257,6 +259,8 @@ handlers['tracking-budget-month'] = async function ({ month }) {
|
||||
value(`budget-${cat.id}`),
|
||||
value(`sum-amount-${cat.id}`),
|
||||
value(`leftover-${cat.id}`),
|
||||
value(`goal-${cat.id}`),
|
||||
value(`long-goal-${cat.id}`),
|
||||
]);
|
||||
|
||||
if (!group.is_income) {
|
||||
|
||||
6
upcoming-release-notes/3514.md
Normal file
6
upcoming-release-notes/3514.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [youngcw]
|
||||
---
|
||||
|
||||
Add category goal info to the budget prewarm list for faster loading of indicator colors.
|
||||
Reference in New Issue
Block a user