[PR #7597] improve experimental budget automation UI #56583

Open
opened 2026-05-01 04:32:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7597
Author: @matt-fidd
Created: 4/22/2026
Status: 🔄 Open

Base: masterHead: claude/budget-template-ui


📝 Commits (10+)

  • 45c4995 [AI] initial
  • 7927d49 [AI] review pass 1
  • 1d1677d [AI] review pass 2
  • 2cceaab [AI] review pass 3
  • 8e3c4b3 [AI] review pass 4
  • 36cfe70 remove dev localstorage gate
  • 40b3aa2 [AI] block migration for #goal and #cleanup directives
  • f3cad2f note
  • 9629c78 [autofix.ci] apply automated fixes
  • 99c1f3e [AI] don't synthesise refill for monthly+limit simple templates

📊 Changes

54 files changed (+3764 additions, -739 deletions)

View changed files

📝 packages/desktop-client/package.json (+4 -0)
packages/desktop-client/src/components/budget/goals/ActiveEditor.tsx (+76 -0)
📝 packages/desktop-client/src/components/budget/goals/BudgetAutomationEditor.tsx (+34 -6)
📝 packages/desktop-client/src/components/budget/goals/BudgetAutomationReadOnly.tsx (+18 -3)
📝 packages/desktop-client/src/components/budget/goals/CategoryAutomationButton.tsx (+13 -2)
packages/desktop-client/src/components/budget/goals/TemplateSentence.tsx (+62 -0)
packages/desktop-client/src/components/budget/goals/automationExamples.ts (+84 -0)
packages/desktop-client/src/components/budget/goals/automationMessages.tsx (+178 -0)
📝 packages/desktop-client/src/components/budget/goals/constants.ts (+21 -9)
packages/desktop-client/src/components/budget/goals/displayTemplateMeta.ts (+91 -0)
packages/desktop-client/src/components/budget/goals/editor/BySaveAutomation.tsx (+116 -0)
packages/desktop-client/src/components/budget/goals/editor/BySaveAutomationReadOnly.tsx (+52 -0)
packages/desktop-client/src/components/budget/goals/editor/FixedAutomation.tsx (+124 -0)
packages/desktop-client/src/components/budget/goals/editor/FixedAutomationReadOnly.tsx (+61 -0)
📝 packages/desktop-client/src/components/budget/goals/editor/HistoricalAutomationReadOnly.tsx (+4 -4)
📝 packages/desktop-client/src/components/budget/goals/editor/LimitAutomation.tsx (+15 -20)
📝 packages/desktop-client/src/components/budget/goals/editor/PercentageAutomation.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/goals/editor/PercentageAutomationReadOnly.tsx (+2 -2)
packages/desktop-client/src/components/budget/goals/editor/RemainderAutomation.tsx (+62 -0)
packages/desktop-client/src/components/budget/goals/editor/RemainderAutomationReadOnly.tsx (+18 -0)

...and 34 more files

📄 Description

Description

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

AI disclaimer: this design was cooked up by Claude design, and implemented by claude code. All code has been checked over by me and has gone through many layers of review with different agents, at different effort levels (I even tried claude /ultrareview!)

Testing

Tested with all of my budget categories, made sure that the numbers before and after matched, and the UI showed representative rules.

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 34 13.88 MB → 13.95 MB (+63.34 kB) +0.45%
loot-core 1 5.27 MB → 5.27 MB (+5.39 kB) +0.10%
api 2 3.89 MB → 3.89 MB (+5.25 kB) +0.13%
cli 1 7.97 MB 0%
crdt 1 41.83 kB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
34 13.88 MB → 13.95 MB (+63.34 kB) +0.45%
Changeset
File Δ Size
src/components/modals/BudgetAutomationsModal/AutomationEditorPane.tsx 🆕 +9.76 kB 0 B → 9.76 kB
src/components/modals/BudgetAutomationsModal/BudgetAutomationsBody.tsx 🆕 +9.66 kB 0 B → 9.66 kB
src/components/budget/goals/automationMessages.tsx 🆕 +8.95 kB 0 B → 8.95 kB
src/components/budget/goals/editor/FixedAutomation.tsx 🆕 +7.61 kB 0 B → 7.61 kB
src/components/budget/goals/editor/BySaveAutomation.tsx 🆕 +7.35 kB 0 B → 7.35 kB
src/components/modals/BudgetAutomationsModal/AutomationListRow.tsx 🆕 +6.73 kB 0 B → 6.73 kB
src/components/modals/BudgetAutomationsModal/BudgetAutomationsModal.tsx 🆕 +4.9 kB 0 B → 4.9 kB
src/components/modals/BudgetAutomationsModal/EmptyState.tsx 🆕 +4.55 kB 0 B → 4.55 kB
src/components/modals/BudgetAutomationsModal/UnsupportedDirectivesNotice.tsx 🆕 +4.15 kB 0 B → 4.15 kB
src/components/budget/goals/editor/FixedAutomationReadOnly.tsx 🆕 +3.97 kB 0 B → 3.97 kB
src/components/budget/goals/editor/BySaveAutomationReadOnly.tsx 🆕 +3.24 kB 0 B → 3.24 kB
src/components/modals/BudgetAutomationsModal/TypePicker.tsx 🆕 +3.12 kB 0 B → 3.12 kB
src/components/budget/goals/ActiveEditor.tsx 🆕 +2.94 kB 0 B → 2.94 kB
src/components/budget/goals/editor/RemainderAutomation.tsx 🆕 +2.77 kB 0 B → 2.77 kB
src/components/budget/goals/TemplateSentence.tsx 🆕 +2.58 kB 0 B → 2.58 kB
src/components/modals/BudgetAutomationsModal/BudgetAutomationMigrationWarning.tsx 🆕 +2.29 kB 0 B → 2.29 kB
src/components/modals/BudgetAutomationsModal/migrateTemplatesToAutomations.ts 🆕 +1.74 kB 0 B → 1.74 kB
src/components/budget/goals/validateAutomation.ts 🆕 +1.61 kB 0 B → 1.61 kB
src/components/modals/BudgetAutomationsModal/ConflictBanner.tsx 🆕 +1.61 kB 0 B → 1.61 kB
src/components/budget/goals/displayTemplateMeta.ts 🆕 +1.44 kB 0 B → 1.44 kB
src/components/budget/goals/automationExamples.ts 🆕 +1012 B 0 B → 1012 B
src/components/budget/goals/editor/RemainderAutomationReadOnly.tsx 🆕 +483 B 0 B → 483 B
src/components/budget/goals/formatMonthLabel.ts 🆕 +239 B 0 B → 239 B
home/runner/work/actual/actual/packages/component-library/src/icons/v1/MoneyBag.tsx 🆕 +1.14 kB 0 B → 1.14 kB
home/runner/work/actual/actual/packages/component-library/src/icons/v1/Share.tsx 🆕 +540 B 0 B → 540 B
home/runner/work/actual/actual/packages/component-library/src/icons/v1/Time.tsx 🆕 +484 B 0 B → 484 B
src/components/budget/goals/reducer.ts 📈 +754 B (+16.38%) 4.5 kB → 5.23 kB
src/components/budget/goals/CategoryAutomationButton.tsx 📈 +300 B (+13.30%) 2.2 kB → 2.5 kB
src/components/budget/goals/editor/HistoricalAutomationReadOnly.tsx 📈 +75 B (+9.49%) 790 B → 865 B
package.json 📈 +410 B (+4.86%) 8.25 kB → 8.65 kB
src/components/budget/goals/editor/ScheduleAutomation.tsx 📈 +105 B (+4.64%) 2.21 kB → 2.31 kB
home/runner/work/actual/actual/packages/loot-core/src/shared/months.ts 📈 +223 B (+2.20%) 9.91 kB → 10.13 kB
src/components/budget/goals/useBudgetAutomationCategories.ts 📈 +11 B (+1.66%) 663 B → 674 B
src/components/budget/goals/editor/PercentageAutomationReadOnly.tsx 📈 +11 B (+0.49%) 2.19 kB → 2.2 kB
locale/es.json 📈 +399 B (+0.21%) 181.86 kB → 182.25 kB
src/components/budget/goals/editor/PercentageAutomation.tsx 📈 +12 B (+0.20%) 5.88 kB → 5.89 kB
locale/zh-Hans.json 📈 +11 B (+0.01%) 119.73 kB → 119.74 kB
src/components/modals/BudgetAutomationsModal/index.ts +0 B (0%) 0 B → 0 B
src/components/modals/SelectLinkedAccountsModal.tsx 📉 -4 B (-0.01%) 40.7 kB → 40.69 kB
src/components/budget/tracking/TrackingBudgetComponents.tsx 📉 -2 B (-0.01%) 18.98 kB → 18.98 kB
src/components/Notifications.tsx 📉 -2 B (-0.01%) 14.79 kB → 14.79 kB
src/components/banksync/index.tsx 📉 -2 B (-0.04%) 4.83 kB → 4.83 kB
src/components/modals/TransferOwnership.tsx 📉 -4 B (-0.05%) 7.27 kB → 7.26 kB
src/components/modals/EnvelopeIncomeBalanceMenuModal.tsx 📉 -2 B (-0.05%) 3.57 kB → 3.56 kB
src/components/modals/PayeeAutocompleteModal.tsx 📉 -2 B (-0.07%) 2.9 kB → 2.9 kB
src/components/settings/Experimental.tsx 📉 -253 B (-2.23%) 11.06 kB → 10.81 kB
src/components/budget/goals/editor/LimitAutomation.tsx 📉 -1.04 kB (-11.08%) 9.38 kB → 8.34 kB
src/components/modals/UnmigrateBudgetAutomationsModal.tsx 📉 -716 B (-11.24%) 6.22 kB → 5.52 kB
src/components/forms/index.tsx 📉 -676 B (-15.90%) 4.15 kB → 3.49 kB
src/components/budget/goals/actions.ts 📉 -65 B (-30.37%) 214 B → 149 B
src/components/budget/goals/constants.ts 📉 -100 B (-34.48%) 290 B → 190 B
src/components/modals/BudgetAutomationsModal.tsx 🔥 -13.3 kB (-100%) 13.3 kB → 0 B
src/components/budget/goals/BudgetAutomationEditor.tsx 🔥 -8.01 kB (-100%) 8.01 kB → 0 B
src/components/budget/goals/BudgetAutomationReadOnly.tsx 🔥 -5.48 kB (-100%) 5.48 kB → 0 B
src/components/budget/goals/BudgetAutomation.tsx 🔥 -1.61 kB (-100%) 1.61 kB → 0 B
src/components/budget/goals/editor/WeekAutomation.tsx 🔥 -1.29 kB (-100%) 1.29 kB → 0 B
src/components/budget/goals/editor/WeekAutomationReadOnly.tsx 🔥 -814 B (-100%) 814 B → 0 B
src/hooks/useEffectAfterMount.ts 🔥 -424 B (-100%) 424 B → 0 B
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/index.js 1.87 MB → 1.92 MB (+61.24 kB) +3.21%
static/js/Value.js 4.94 MB → 4.94 MB (+1.7 kB) +0.03%
static/js/es.js 181.86 kB → 182.25 kB (+399 B) +0.21%
static/js/zh-Hans.js 119.73 kB → 119.74 kB (+11 B) +0.01%

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
static/js/BackgroundImage.js 121.09 kB 0%
static/js/FormulaEditor.js 962.55 kB 0%
static/js/PayeeRuleCountLabel.js 52.52 kB 0%
static/js/ReportRouter.js 1.22 MB 0%
static/js/ScheduleEditForm.js 145.68 kB 0%
static/js/TransactionEdit.js 186.56 kB 0%
static/js/TransactionList.js 85.81 kB 0%
static/js/ca.js 191.46 kB 0%
static/js/chart-theme.js 796.5 kB 0%
static/js/client.js 451.37 kB 0%
static/js/da.js 104.22 kB 0%
static/js/de.js 173.88 kB 0%
static/js/en-GB.js 8.2 kB 0%
static/js/en.js 176.89 kB 0%
static/js/extends.js 518.66 kB 0%
static/js/fr.js 182.5 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/it.js 168.33 kB 0%
static/js/narrow.js 364.31 kB 0%
static/js/nb-NO.js 151.39 kB 0%
static/js/nl.js 108.46 kB 0%
static/js/pl.js 88.14 kB 0%
static/js/pt-BR.js 193.24 kB 0%
static/js/resize-observer.js 18.06 kB 0%
static/js/th.js 178.63 kB 0%
static/js/theme.js 31.67 kB 0%
static/js/uk.js 212.03 kB 0%
static/js/useFormatList.js 8.63 kB 0%
static/js/wide.js 453 B 0%
static/js/workbox-window.prod.es5.js 7.33 kB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.27 MB → 5.27 MB (+5.39 kB) +0.10%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/loot-core/src/server/budget/category-template-context.ts 📈 +3.65 kB (+21.38%) 17.08 kB → 20.73 kB
home/runner/work/actual/actual/packages/loot-core/src/server/budget/goal-template.ts 📈 +1.04 kB (+17.86%) 5.8 kB → 6.84 kB
home/runner/work/actual/actual/packages/loot-core/src/server/budget/schedule-template.ts 📈 +693 B (+8.88%) 7.62 kB → 8.3 kB
home/runner/work/actual/actual/packages/loot-core/src/server/budget/app.ts 📈 +76 B (+0.87%) 8.5 kB → 8.57 kB
home/runner/work/actual/actual/packages/loot-core/src/server/budget/template-notes.ts 📉 -45 B (-0.69%) 6.38 kB → 6.34 kB
View detailed bundle breakdown

Added

Asset File Size % Changed
kcab.worker.BF03FMba.js 0 B → 5.27 MB (+5.27 MB) -

Removed

Asset File Size % Changed
kcab.worker.tCyo0gRC.js 5.27 MB → 0 B (-5.27 MB) -100%

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged
No assets were unchanged


api

Total

Files count Total bundle size % Changed
2 3.89 MB → 3.89 MB (+5.25 kB) +0.13%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/loot-core/src/server/budget/category-template-context.ts 📈 +3.54 kB (+21.83%) 16.23 kB → 19.78 kB
home/runner/work/actual/actual/packages/loot-core/src/server/budget/goal-template.ts 📈 +1 kB (+17.70%) 5.68 kB → 6.68 kB
home/runner/work/actual/actual/packages/loot-core/src/server/budget/schedule-template.ts 📈 +686 B (+8.96%) 7.47 kB → 8.14 kB
home/runner/work/actual/actual/packages/loot-core/src/server/budget/app.ts 📈 +75 B (+0.88%) 8.35 kB → 8.42 kB
home/runner/work/actual/actual/packages/loot-core/src/server/budget/template-notes.ts 📉 -43 B (-0.68%) 6.22 kB → 6.18 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
index.js 3.89 MB → 3.89 MB (+5.25 kB) +0.13%

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
models.js 0 B 0%

cli

Total

Files count Total bundle size % Changed
1 7.97 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
cli.js 7.97 MB 0%

crdt

Total

Files count Total bundle size % Changed
1 41.83 kB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
index.js 41.83 kB 0%

🔄 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/7597 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 4/22/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `claude/budget-template-ui` --- ### 📝 Commits (10+) - [`45c4995`](https://github.com/actualbudget/actual/commit/45c4995a52548fad0ce8610d34416f82cd2d2047) [AI] initial - [`7927d49`](https://github.com/actualbudget/actual/commit/7927d4946b2d8b45bf393e66b723bcff74daa017) [AI] review pass 1 - [`1d1677d`](https://github.com/actualbudget/actual/commit/1d1677d15964cad6fad555563bf58e8919506594) [AI] review pass 2 - [`2cceaab`](https://github.com/actualbudget/actual/commit/2cceaabdef982164ee9ede02dc4a97bf70c96234) [AI] review pass 3 - [`8e3c4b3`](https://github.com/actualbudget/actual/commit/8e3c4b359a5ca2e7f8f0cd69ab4c1618ef22b653) [AI] review pass 4 - [`36cfe70`](https://github.com/actualbudget/actual/commit/36cfe7061408fdb1a0a747d01f6611729438ca7c) remove dev localstorage gate - [`40b3aa2`](https://github.com/actualbudget/actual/commit/40b3aa2a733678e5c2c07880e74c1497956d63c3) [AI] block migration for #goal and #cleanup directives - [`f3cad2f`](https://github.com/actualbudget/actual/commit/f3cad2f4957fb3a6abd51365f0e09bd6ebcec3b2) note - [`9629c78`](https://github.com/actualbudget/actual/commit/9629c782325667c06f2a47ae474a369fa5f7be58) [autofix.ci] apply automated fixes - [`99c1f3e`](https://github.com/actualbudget/actual/commit/99c1f3e4033414aa0d603e4f110f36db698dc42f) [AI] don't synthesise refill for monthly+limit simple templates ### 📊 Changes **54 files changed** (+3764 additions, -739 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+4 -0) ➕ `packages/desktop-client/src/components/budget/goals/ActiveEditor.tsx` (+76 -0) 📝 `packages/desktop-client/src/components/budget/goals/BudgetAutomationEditor.tsx` (+34 -6) 📝 `packages/desktop-client/src/components/budget/goals/BudgetAutomationReadOnly.tsx` (+18 -3) 📝 `packages/desktop-client/src/components/budget/goals/CategoryAutomationButton.tsx` (+13 -2) ➕ `packages/desktop-client/src/components/budget/goals/TemplateSentence.tsx` (+62 -0) ➕ `packages/desktop-client/src/components/budget/goals/automationExamples.ts` (+84 -0) ➕ `packages/desktop-client/src/components/budget/goals/automationMessages.tsx` (+178 -0) 📝 `packages/desktop-client/src/components/budget/goals/constants.ts` (+21 -9) ➕ `packages/desktop-client/src/components/budget/goals/displayTemplateMeta.ts` (+91 -0) ➕ `packages/desktop-client/src/components/budget/goals/editor/BySaveAutomation.tsx` (+116 -0) ➕ `packages/desktop-client/src/components/budget/goals/editor/BySaveAutomationReadOnly.tsx` (+52 -0) ➕ `packages/desktop-client/src/components/budget/goals/editor/FixedAutomation.tsx` (+124 -0) ➕ `packages/desktop-client/src/components/budget/goals/editor/FixedAutomationReadOnly.tsx` (+61 -0) 📝 `packages/desktop-client/src/components/budget/goals/editor/HistoricalAutomationReadOnly.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/budget/goals/editor/LimitAutomation.tsx` (+15 -20) 📝 `packages/desktop-client/src/components/budget/goals/editor/PercentageAutomation.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/goals/editor/PercentageAutomationReadOnly.tsx` (+2 -2) ➕ `packages/desktop-client/src/components/budget/goals/editor/RemainderAutomation.tsx` (+62 -0) ➕ `packages/desktop-client/src/components/budget/goals/editor/RemainderAutomationReadOnly.tsx` (+18 -0) _...and 34 more files_ </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> AI disclaimer: this design was cooked up by Claude design, and implemented by claude code. All code has been checked over by me and has gone through many layers of review with different agents, at different effort levels (I even tried claude /ultrareview!) ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> Tested with all of my budget categories, made sure that the numbers before and after matched, and the UI showed representative rules. ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 34 | 13.88 MB → 13.95 MB (+63.34 kB) | +0.45% loot-core | 1 | 5.27 MB → 5.27 MB (+5.39 kB) | +0.10% api | 2 | 3.89 MB → 3.89 MB (+5.25 kB) | +0.13% cli | 1 | 7.97 MB | 0% crdt | 1 | 41.83 kB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 34 | 13.88 MB → 13.95 MB (+63.34 kB) | +0.45% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/components/modals/BudgetAutomationsModal/AutomationEditorPane.tsx` | 🆕 +9.76 kB | 0 B → 9.76 kB `src/components/modals/BudgetAutomationsModal/BudgetAutomationsBody.tsx` | 🆕 +9.66 kB | 0 B → 9.66 kB `src/components/budget/goals/automationMessages.tsx` | 🆕 +8.95 kB | 0 B → 8.95 kB `src/components/budget/goals/editor/FixedAutomation.tsx` | 🆕 +7.61 kB | 0 B → 7.61 kB `src/components/budget/goals/editor/BySaveAutomation.tsx` | 🆕 +7.35 kB | 0 B → 7.35 kB `src/components/modals/BudgetAutomationsModal/AutomationListRow.tsx` | 🆕 +6.73 kB | 0 B → 6.73 kB `src/components/modals/BudgetAutomationsModal/BudgetAutomationsModal.tsx` | 🆕 +4.9 kB | 0 B → 4.9 kB `src/components/modals/BudgetAutomationsModal/EmptyState.tsx` | 🆕 +4.55 kB | 0 B → 4.55 kB `src/components/modals/BudgetAutomationsModal/UnsupportedDirectivesNotice.tsx` | 🆕 +4.15 kB | 0 B → 4.15 kB `src/components/budget/goals/editor/FixedAutomationReadOnly.tsx` | 🆕 +3.97 kB | 0 B → 3.97 kB `src/components/budget/goals/editor/BySaveAutomationReadOnly.tsx` | 🆕 +3.24 kB | 0 B → 3.24 kB `src/components/modals/BudgetAutomationsModal/TypePicker.tsx` | 🆕 +3.12 kB | 0 B → 3.12 kB `src/components/budget/goals/ActiveEditor.tsx` | 🆕 +2.94 kB | 0 B → 2.94 kB `src/components/budget/goals/editor/RemainderAutomation.tsx` | 🆕 +2.77 kB | 0 B → 2.77 kB `src/components/budget/goals/TemplateSentence.tsx` | 🆕 +2.58 kB | 0 B → 2.58 kB `src/components/modals/BudgetAutomationsModal/BudgetAutomationMigrationWarning.tsx` | 🆕 +2.29 kB | 0 B → 2.29 kB `src/components/modals/BudgetAutomationsModal/migrateTemplatesToAutomations.ts` | 🆕 +1.74 kB | 0 B → 1.74 kB `src/components/budget/goals/validateAutomation.ts` | 🆕 +1.61 kB | 0 B → 1.61 kB `src/components/modals/BudgetAutomationsModal/ConflictBanner.tsx` | 🆕 +1.61 kB | 0 B → 1.61 kB `src/components/budget/goals/displayTemplateMeta.ts` | 🆕 +1.44 kB | 0 B → 1.44 kB `src/components/budget/goals/automationExamples.ts` | 🆕 +1012 B | 0 B → 1012 B `src/components/budget/goals/editor/RemainderAutomationReadOnly.tsx` | 🆕 +483 B | 0 B → 483 B `src/components/budget/goals/formatMonthLabel.ts` | 🆕 +239 B | 0 B → 239 B `home/runner/work/actual/actual/packages/component-library/src/icons/v1/MoneyBag.tsx` | 🆕 +1.14 kB | 0 B → 1.14 kB `home/runner/work/actual/actual/packages/component-library/src/icons/v1/Share.tsx` | 🆕 +540 B | 0 B → 540 B `home/runner/work/actual/actual/packages/component-library/src/icons/v1/Time.tsx` | 🆕 +484 B | 0 B → 484 B `src/components/budget/goals/reducer.ts` | 📈 +754 B (+16.38%) | 4.5 kB → 5.23 kB `src/components/budget/goals/CategoryAutomationButton.tsx` | 📈 +300 B (+13.30%) | 2.2 kB → 2.5 kB `src/components/budget/goals/editor/HistoricalAutomationReadOnly.tsx` | 📈 +75 B (+9.49%) | 790 B → 865 B `package.json` | 📈 +410 B (+4.86%) | 8.25 kB → 8.65 kB `src/components/budget/goals/editor/ScheduleAutomation.tsx` | 📈 +105 B (+4.64%) | 2.21 kB → 2.31 kB `home/runner/work/actual/actual/packages/loot-core/src/shared/months.ts` | 📈 +223 B (+2.20%) | 9.91 kB → 10.13 kB `src/components/budget/goals/useBudgetAutomationCategories.ts` | 📈 +11 B (+1.66%) | 663 B → 674 B `src/components/budget/goals/editor/PercentageAutomationReadOnly.tsx` | 📈 +11 B (+0.49%) | 2.19 kB → 2.2 kB `locale/es.json` | 📈 +399 B (+0.21%) | 181.86 kB → 182.25 kB `src/components/budget/goals/editor/PercentageAutomation.tsx` | 📈 +12 B (+0.20%) | 5.88 kB → 5.89 kB `locale/zh-Hans.json` | 📈 +11 B (+0.01%) | 119.73 kB → 119.74 kB `src/components/modals/BudgetAutomationsModal/index.ts` | +0 B (0%) | 0 B → 0 B `src/components/modals/SelectLinkedAccountsModal.tsx` | 📉 -4 B (-0.01%) | 40.7 kB → 40.69 kB `src/components/budget/tracking/TrackingBudgetComponents.tsx` | 📉 -2 B (-0.01%) | 18.98 kB → 18.98 kB `src/components/Notifications.tsx` | 📉 -2 B (-0.01%) | 14.79 kB → 14.79 kB `src/components/banksync/index.tsx` | 📉 -2 B (-0.04%) | 4.83 kB → 4.83 kB `src/components/modals/TransferOwnership.tsx` | 📉 -4 B (-0.05%) | 7.27 kB → 7.26 kB `src/components/modals/EnvelopeIncomeBalanceMenuModal.tsx` | 📉 -2 B (-0.05%) | 3.57 kB → 3.56 kB `src/components/modals/PayeeAutocompleteModal.tsx` | 📉 -2 B (-0.07%) | 2.9 kB → 2.9 kB `src/components/settings/Experimental.tsx` | 📉 -253 B (-2.23%) | 11.06 kB → 10.81 kB `src/components/budget/goals/editor/LimitAutomation.tsx` | 📉 -1.04 kB (-11.08%) | 9.38 kB → 8.34 kB `src/components/modals/UnmigrateBudgetAutomationsModal.tsx` | 📉 -716 B (-11.24%) | 6.22 kB → 5.52 kB `src/components/forms/index.tsx` | 📉 -676 B (-15.90%) | 4.15 kB → 3.49 kB `src/components/budget/goals/actions.ts` | 📉 -65 B (-30.37%) | 214 B → 149 B `src/components/budget/goals/constants.ts` | 📉 -100 B (-34.48%) | 290 B → 190 B `src/components/modals/BudgetAutomationsModal.tsx` | 🔥 -13.3 kB (-100%) | 13.3 kB → 0 B `src/components/budget/goals/BudgetAutomationEditor.tsx` | 🔥 -8.01 kB (-100%) | 8.01 kB → 0 B `src/components/budget/goals/BudgetAutomationReadOnly.tsx` | 🔥 -5.48 kB (-100%) | 5.48 kB → 0 B `src/components/budget/goals/BudgetAutomation.tsx` | 🔥 -1.61 kB (-100%) | 1.61 kB → 0 B `src/components/budget/goals/editor/WeekAutomation.tsx` | 🔥 -1.29 kB (-100%) | 1.29 kB → 0 B `src/components/budget/goals/editor/WeekAutomationReadOnly.tsx` | 🔥 -814 B (-100%) | 814 B → 0 B `src/hooks/useEffectAfterMount.ts` | 🔥 -424 B (-100%) | 424 B → 0 B </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 1.87 MB → 1.92 MB (+61.24 kB) | +3.21% static/js/Value.js | 4.94 MB → 4.94 MB (+1.7 kB) | +0.03% static/js/es.js | 181.86 kB → 182.25 kB (+399 B) | +0.21% static/js/zh-Hans.js | 119.73 kB → 119.74 kB (+11 B) | +0.01% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/BackgroundImage.js | 121.09 kB | 0% static/js/FormulaEditor.js | 962.55 kB | 0% static/js/PayeeRuleCountLabel.js | 52.52 kB | 0% static/js/ReportRouter.js | 1.22 MB | 0% static/js/ScheduleEditForm.js | 145.68 kB | 0% static/js/TransactionEdit.js | 186.56 kB | 0% static/js/TransactionList.js | 85.81 kB | 0% static/js/ca.js | 191.46 kB | 0% static/js/chart-theme.js | 796.5 kB | 0% static/js/client.js | 451.37 kB | 0% static/js/da.js | 104.22 kB | 0% static/js/de.js | 173.88 kB | 0% static/js/en-GB.js | 8.2 kB | 0% static/js/en.js | 176.89 kB | 0% static/js/extends.js | 518.66 kB | 0% static/js/fr.js | 182.5 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/it.js | 168.33 kB | 0% static/js/narrow.js | 364.31 kB | 0% static/js/nb-NO.js | 151.39 kB | 0% static/js/nl.js | 108.46 kB | 0% static/js/pl.js | 88.14 kB | 0% static/js/pt-BR.js | 193.24 kB | 0% static/js/resize-observer.js | 18.06 kB | 0% static/js/th.js | 178.63 kB | 0% static/js/theme.js | 31.67 kB | 0% static/js/uk.js | 212.03 kB | 0% static/js/useFormatList.js | 8.63 kB | 0% static/js/wide.js | 453 B | 0% static/js/workbox-window.prod.es5.js | 7.33 kB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.27 MB → 5.27 MB (+5.39 kB) | +0.10% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/loot-core/src/server/budget/category-template-context.ts` | 📈 +3.65 kB (+21.38%) | 17.08 kB → 20.73 kB `home/runner/work/actual/actual/packages/loot-core/src/server/budget/goal-template.ts` | 📈 +1.04 kB (+17.86%) | 5.8 kB → 6.84 kB `home/runner/work/actual/actual/packages/loot-core/src/server/budget/schedule-template.ts` | 📈 +693 B (+8.88%) | 7.62 kB → 8.3 kB `home/runner/work/actual/actual/packages/loot-core/src/server/budget/app.ts` | 📈 +76 B (+0.87%) | 8.5 kB → 8.57 kB `home/runner/work/actual/actual/packages/loot-core/src/server/budget/template-notes.ts` | 📉 -45 B (-0.69%) | 6.38 kB → 6.34 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.BF03FMba.js | 0 B → 5.27 MB (+5.27 MB) | - **Removed** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.tCyo0gRC.js | 5.27 MB → 0 B (-5.27 MB) | -100% **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** No assets were unchanged </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 2 | 3.89 MB → 3.89 MB (+5.25 kB) | +0.13% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/loot-core/src/server/budget/category-template-context.ts` | 📈 +3.54 kB (+21.83%) | 16.23 kB → 19.78 kB `home/runner/work/actual/actual/packages/loot-core/src/server/budget/goal-template.ts` | 📈 +1 kB (+17.70%) | 5.68 kB → 6.68 kB `home/runner/work/actual/actual/packages/loot-core/src/server/budget/schedule-template.ts` | 📈 +686 B (+8.96%) | 7.47 kB → 8.14 kB `home/runner/work/actual/actual/packages/loot-core/src/server/budget/app.ts` | 📈 +75 B (+0.88%) | 8.35 kB → 8.42 kB `home/runner/work/actual/actual/packages/loot-core/src/server/budget/template-notes.ts` | 📉 -43 B (-0.68%) | 6.22 kB → 6.18 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- index.js | 3.89 MB → 3.89 MB (+5.25 kB) | +0.13% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- models.js | 0 B | 0% </div> </details> --- #### cli **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 7.97 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- cli.js | 7.97 MB | 0% </div> </details> --- #### crdt **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 41.83 kB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- index.js | 41.83 kB | 0% </div> </details> </details> <!--- bundlestats-action-comment key:combined end ---> --- <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-05-01 04:32:36 -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#56583