[PR #7684] Add transaction grouping to account register #60929

Open
opened 2026-05-07 03:19:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7684
Author: @wiktor-jurek
Created: 5/2/2026
Status: 🔄 Open

Base: masterHead: feat/transaction-grouping


📝 Commits (7)

  • aebcae0 feat: group transactions in account register
  • 8ea5284 fix: align split error checks with rendered rows
  • 6a2a593 fix: guard transaction group menu selection
  • f5c94b9 fix: skip running balances while grouped
  • 156944f chore: update e2e test snapshots for accounts, rules, schedules, and transactions
  • 4e78a7a fix: add release notes
  • 3caabfc fix: add default value for groupBy in transaction filters

📊 Changes

68 files changed (+699 additions, -27 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-creates-a-new-account-and-views-the-initial-balance-transaction-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-creates-a-new-account-and-views-the-initial-balance-transaction-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-creates-a-new-account-and-views-the-initial-balance-transaction-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-7-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-8-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-9-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-two-new-schedules-posts-both-transactions-and-later-completes-one-13-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-two-new-schedules-posts-both-transactions-and-later-completes-one-14-chromium-linux.png (+0 -0)

...and 48 more files

📄 Description

Summary

  • Adds a desktop transaction register Group by control with date, category, category group, payee, account, and cleared status options.
  • Renders collapsible group header rows with transaction counts and filtered sums, plus account-menu actions to expand or collapse all groups.
  • Persists grouping with saved filters, hides running balances while grouped, and documents the new behavior.

Closes #7683

Test plan

  • yarn workspace @actual-app/web test src/components/transactions/TransactionsTable.test.tsx
  • yarn workspace @actual-app/web typecheck
  • yarn workspace @actual-app/core typecheck
  • yarn workspace @actual-app/core test:node src/server/migrate/migrations.test.ts
  • yarn lint

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 35 → 34 14.07 MB → 13.97 MB (-105.36 kB) -0.73%
loot-core 1 5.27 MB → 5.27 MB (+828 B) +0.01%
api 2 3.89 MB → 3.89 MB (+806 B) +0.02%
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
35 → 34 14.07 MB → 13.97 MB (-105.36 kB) -0.73%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/loot-core/src/shared/transaction-groups.ts 🆕 +357 B 0 B → 357 B
src/components/accounts/Header.tsx 📈 +6.34 kB (+22.64%) 28.01 kB → 34.36 kB
src/components/transactions/TransactionsTable.tsx 📈 +10.3 kB (+11.64%) 88.46 kB → 98.76 kB
src/hooks/useTransactionFilters.ts 📈 +36 B (+6.35%) 567 B → 603 B
locale/en.json 📈 +8.75 kB (+4.94%) 177.06 kB → 185.81 kB
src/components/accounts/Account.tsx 📈 +1.43 kB (+3.25%) 44.12 kB → 45.55 kB
src/components/filters/FiltersStack.tsx 📈 +61 B (+2.99%) 1.99 kB → 2.05 kB
src/components/filters/SavedFilterMenuButton.tsx 📈 +210 B (+2.89%) 7.11 kB → 7.31 kB
src/components/transactions/TransactionList.tsx 📈 +207 B (+1.17%) 17.29 kB → 17.49 kB
src/components/table.tsx 📈 +2 B (+0.01%) 38.37 kB → 38.37 kB
locale/pl.json 📉 -130 B (-0.14%) 88.14 kB → 88.01 kB
locale/nl.json 📉 -232 B (-0.21%) 108.46 kB → 108.23 kB
locale/th.json 📉 -443 B (-0.24%) 178.63 kB → 178.2 kB
locale/zh-Hans.json 📉 -695 B (-0.57%) 119.88 kB → 119.2 kB
locale/es.json 📉 -1.04 kB (-0.57%) 182.3 kB → 181.26 kB
locale/de.json 📉 -1.05 kB (-0.60%) 173.88 kB → 172.83 kB
locale/uk.json 📉 -1.28 kB (-0.60%) 212.03 kB → 210.75 kB
locale/nb-NO.json 📉 -937 B (-0.60%) 151.39 kB → 150.48 kB
locale/pt-BR.json 📉 -1.18 kB (-0.61%) 193.24 kB → 192.06 kB
locale/it.json 📉 -1.05 kB (-0.63%) 168.33 kB → 167.28 kB
locale/ca.json 📉 -1.23 kB (-0.64%) 191.46 kB → 190.22 kB
locale/fr.json 📉 -1.23 kB (-0.67%) 182.5 kB → 181.27 kB
locale/da.json 📉 -917 B (-0.86%) 104.22 kB → 103.32 kB
src/languages.ts 📉 -99 B (-5.81%) 1.66 kB → 1.57 kB
locale/ru.json 🔥 -121.6 kB (-100%) 121.6 kB → 0 B
View detailed bundle breakdown

Added
No assets were added

Removed

Asset File Size % Changed
static/js/ru.js 121.6 kB → 0 B (-121.6 kB) -100%

Bigger

Asset File Size % Changed
static/js/Value.js 4.94 MB → 4.95 MB (+10.54 kB) +0.21%
static/js/en.js 177.06 kB → 185.81 kB (+8.75 kB) +4.94%
static/js/index.js 1.93 MB → 1.93 MB (+8.39 kB) +0.43%

Smaller

Asset File Size % Changed
static/js/uk.js 212.03 kB → 210.75 kB (-1.28 kB) -0.60%
static/js/ca.js 191.46 kB → 190.22 kB (-1.23 kB) -0.64%
static/js/fr.js 182.5 kB → 181.27 kB (-1.23 kB) -0.67%
static/js/pt-BR.js 193.24 kB → 192.06 kB (-1.18 kB) -0.61%
static/js/it.js 168.33 kB → 167.28 kB (-1.05 kB) -0.63%
static/js/de.js 173.88 kB → 172.83 kB (-1.05 kB) -0.60%
static/js/es.js 182.3 kB → 181.26 kB (-1.04 kB) -0.57%
static/js/nb-NO.js 151.39 kB → 150.48 kB (-937 B) -0.60%
static/js/da.js 104.22 kB → 103.32 kB (-917 B) -0.86%
static/js/zh-Hans.js 119.88 kB → 119.2 kB (-695 B) -0.57%
static/js/th.js 178.63 kB → 178.2 kB (-443 B) -0.24%
static/js/nl.js 108.46 kB → 108.23 kB (-232 B) -0.21%
static/js/pl.js 88.14 kB → 88.01 kB (-130 B) -0.14%
static/js/extends.js 518.76 kB → 518.66 kB (-99 B) -0.02%

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 189.54 kB 0%
static/js/TransactionList.js 85.81 kB 0%
static/js/chart-theme.js 796.5 kB 0%
static/js/client.js 451.37 kB 0%
static/js/en-GB.js 8.2 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/narrow.js 364.31 kB 0%
static/js/resize-observer.js 18.06 kB 0%
static/js/theme.js 31.67 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 (+828 B) +0.01%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/loot-core/src/shared/transaction-groups.ts 🆕 +372 B 0 B → 372 B
home/runner/work/actual/actual/packages/loot-core/src/server/filters/app.ts 📈 +430 B (+11.05%) 3.8 kB → 4.22 kB
home/runner/work/actual/actual/packages/loot-core/src/server/aql/schema/index.ts 📈 +26 B (+0.26%) 9.65 kB → 9.67 kB
View detailed bundle breakdown

Added

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

Removed

Asset File Size % Changed
kcab.worker.DQyIBq5w.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 (+806 B) +0.02%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/loot-core/src/shared/transaction-groups.ts 🆕 +357 B 0 B → 357 B
home/runner/work/actual/actual/packages/loot-core/src/server/filters/app.ts 📈 +424 B (+11.16%) 3.71 kB → 4.13 kB
home/runner/work/actual/actual/packages/loot-core/src/server/aql/schema/index.ts 📈 +25 B (+0.26%) 9.36 kB → 9.39 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 (+806 B) +0.02%

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/7684 **Author:** [@wiktor-jurek](https://github.com/wiktor-jurek) **Created:** 5/2/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feat/transaction-grouping` --- ### 📝 Commits (7) - [`aebcae0`](https://github.com/actualbudget/actual/commit/aebcae0820a68bb5e4f8bc7a95fc44c917610aa8) feat: group transactions in account register - [`8ea5284`](https://github.com/actualbudget/actual/commit/8ea5284fa6fd1cba2f8e1fe8ef0f0cf571ab4539) fix: align split error checks with rendered rows - [`6a2a593`](https://github.com/actualbudget/actual/commit/6a2a593fe17e5388844876f2ead293540e012cfc) fix: guard transaction group menu selection - [`f5c94b9`](https://github.com/actualbudget/actual/commit/f5c94b9d4c78cd97ac242590dd2820bd147ee972) fix: skip running balances while grouped - [`156944f`](https://github.com/actualbudget/actual/commit/156944f1db8a38807bf3ff79db12e2e6c9b101fd) chore: update e2e test snapshots for accounts, rules, schedules, and transactions - [`4e78a7a`](https://github.com/actualbudget/actual/commit/4e78a7a6bd85184660dac1afedef2e17ba81c529) fix: add release notes - [`3caabfc`](https://github.com/actualbudget/actual/commit/3caabfcd8d35ce8cb5203fc29cfce7e704ca2275) fix: add default value for groupBy in transaction filters ### 📊 Changes **68 files changed** (+699 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-creates-a-new-account-and-views-the-initial-balance-transaction-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-creates-a-new-account-and-views-the-initial-balance-transaction-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-creates-a-new-account-and-views-the-initial-balance-transaction-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.ts-snapshots/Rules-creates-a-split-transaction-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-7-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-8-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-9-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-two-new-schedules-posts-both-transactions-and-later-completes-one-13-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.ts-snapshots/Schedules-creates-two-new-schedules-posts-both-transactions-and-later-completes-one-14-chromium-linux.png` (+0 -0) _...and 48 more files_ </details> ### 📄 Description ## Summary - Adds a desktop transaction register Group by control with date, category, category group, payee, account, and cleared status options. - Renders collapsible group header rows with transaction counts and filtered sums, plus account-menu actions to expand or collapse all groups. - Persists grouping with saved filters, hides running balances while grouped, and documents the new behavior. Closes #7683 ## Test plan - `yarn workspace @actual-app/web test src/components/transactions/TransactionsTable.test.tsx` - `yarn workspace @actual-app/web typecheck` - `yarn workspace @actual-app/core typecheck` - `yarn workspace @actual-app/core test:node src/server/migrate/migrations.test.ts` - `yarn lint` <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 35 → 34 | 14.07 MB → 13.97 MB (-105.36 kB) | -0.73% loot-core | 1 | 5.27 MB → 5.27 MB (+828 B) | +0.01% api | 2 | 3.89 MB → 3.89 MB (+806 B) | +0.02% 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 ----------- | ----------------- | --------- 35 → 34 | 14.07 MB → 13.97 MB (-105.36 kB) | -0.73% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/loot-core/src/shared/transaction-groups.ts` | 🆕 +357 B | 0 B → 357 B `src/components/accounts/Header.tsx` | 📈 +6.34 kB (+22.64%) | 28.01 kB → 34.36 kB `src/components/transactions/TransactionsTable.tsx` | 📈 +10.3 kB (+11.64%) | 88.46 kB → 98.76 kB `src/hooks/useTransactionFilters.ts` | 📈 +36 B (+6.35%) | 567 B → 603 B `locale/en.json` | 📈 +8.75 kB (+4.94%) | 177.06 kB → 185.81 kB `src/components/accounts/Account.tsx` | 📈 +1.43 kB (+3.25%) | 44.12 kB → 45.55 kB `src/components/filters/FiltersStack.tsx` | 📈 +61 B (+2.99%) | 1.99 kB → 2.05 kB `src/components/filters/SavedFilterMenuButton.tsx` | 📈 +210 B (+2.89%) | 7.11 kB → 7.31 kB `src/components/transactions/TransactionList.tsx` | 📈 +207 B (+1.17%) | 17.29 kB → 17.49 kB `src/components/table.tsx` | 📈 +2 B (+0.01%) | 38.37 kB → 38.37 kB `locale/pl.json` | 📉 -130 B (-0.14%) | 88.14 kB → 88.01 kB `locale/nl.json` | 📉 -232 B (-0.21%) | 108.46 kB → 108.23 kB `locale/th.json` | 📉 -443 B (-0.24%) | 178.63 kB → 178.2 kB `locale/zh-Hans.json` | 📉 -695 B (-0.57%) | 119.88 kB → 119.2 kB `locale/es.json` | 📉 -1.04 kB (-0.57%) | 182.3 kB → 181.26 kB `locale/de.json` | 📉 -1.05 kB (-0.60%) | 173.88 kB → 172.83 kB `locale/uk.json` | 📉 -1.28 kB (-0.60%) | 212.03 kB → 210.75 kB `locale/nb-NO.json` | 📉 -937 B (-0.60%) | 151.39 kB → 150.48 kB `locale/pt-BR.json` | 📉 -1.18 kB (-0.61%) | 193.24 kB → 192.06 kB `locale/it.json` | 📉 -1.05 kB (-0.63%) | 168.33 kB → 167.28 kB `locale/ca.json` | 📉 -1.23 kB (-0.64%) | 191.46 kB → 190.22 kB `locale/fr.json` | 📉 -1.23 kB (-0.67%) | 182.5 kB → 181.27 kB `locale/da.json` | 📉 -917 B (-0.86%) | 104.22 kB → 103.32 kB `src/languages.ts` | 📉 -99 B (-5.81%) | 1.66 kB → 1.57 kB `locale/ru.json` | 🔥 -121.6 kB (-100%) | 121.6 kB → 0 B </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** Asset | File Size | % Changed ----- | --------- | --------- static/js/ru.js | 121.6 kB → 0 B (-121.6 kB) | -100% **Bigger** Asset | File Size | % Changed ----- | --------- | --------- static/js/Value.js | 4.94 MB → 4.95 MB (+10.54 kB) | +0.21% static/js/en.js | 177.06 kB → 185.81 kB (+8.75 kB) | +4.94% static/js/index.js | 1.93 MB → 1.93 MB (+8.39 kB) | +0.43% **Smaller** Asset | File Size | % Changed ----- | --------- | --------- static/js/uk.js | 212.03 kB → 210.75 kB (-1.28 kB) | -0.60% static/js/ca.js | 191.46 kB → 190.22 kB (-1.23 kB) | -0.64% static/js/fr.js | 182.5 kB → 181.27 kB (-1.23 kB) | -0.67% static/js/pt-BR.js | 193.24 kB → 192.06 kB (-1.18 kB) | -0.61% static/js/it.js | 168.33 kB → 167.28 kB (-1.05 kB) | -0.63% static/js/de.js | 173.88 kB → 172.83 kB (-1.05 kB) | -0.60% static/js/es.js | 182.3 kB → 181.26 kB (-1.04 kB) | -0.57% static/js/nb-NO.js | 151.39 kB → 150.48 kB (-937 B) | -0.60% static/js/da.js | 104.22 kB → 103.32 kB (-917 B) | -0.86% static/js/zh-Hans.js | 119.88 kB → 119.2 kB (-695 B) | -0.57% static/js/th.js | 178.63 kB → 178.2 kB (-443 B) | -0.24% static/js/nl.js | 108.46 kB → 108.23 kB (-232 B) | -0.21% static/js/pl.js | 88.14 kB → 88.01 kB (-130 B) | -0.14% static/js/extends.js | 518.76 kB → 518.66 kB (-99 B) | -0.02% **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 | 189.54 kB | 0% static/js/TransactionList.js | 85.81 kB | 0% static/js/chart-theme.js | 796.5 kB | 0% static/js/client.js | 451.37 kB | 0% static/js/en-GB.js | 8.2 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/narrow.js | 364.31 kB | 0% static/js/resize-observer.js | 18.06 kB | 0% static/js/theme.js | 31.67 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 (+828 B) | +0.01% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/loot-core/src/shared/transaction-groups.ts` | 🆕 +372 B | 0 B → 372 B `home/runner/work/actual/actual/packages/loot-core/src/server/filters/app.ts` | 📈 +430 B (+11.05%) | 3.8 kB → 4.22 kB `home/runner/work/actual/actual/packages/loot-core/src/server/aql/schema/index.ts` | 📈 +26 B (+0.26%) | 9.65 kB → 9.67 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.CmgwNMQ6.js | 0 B → 5.27 MB (+5.27 MB) | - **Removed** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.DQyIBq5w.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 (+806 B) | +0.02% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/loot-core/src/shared/transaction-groups.ts` | 🆕 +357 B | 0 B → 357 B `home/runner/work/actual/actual/packages/loot-core/src/server/filters/app.ts` | 📈 +424 B (+11.16%) | 3.71 kB → 4.13 kB `home/runner/work/actual/actual/packages/loot-core/src/server/aql/schema/index.ts` | 📈 +25 B (+0.26%) | 9.36 kB → 9.39 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 (+806 B) | +0.02% **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-07 03:19:50 -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#60929