[PR #6766] Retrofit useSchedules to use react-query under the hood #56029

Open
opened 2026-05-01 03:32:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6766
Author: @joel-jeremy
Created: 1/23/2026
Status: 🔄 Open

Base: masterHead: react-query-useSchedules


📝 Commits (10+)

  • fc1811c Migrate setupTests.js to TypeScript with proper types (#6871)
  • 953c9fc Retrofit useSchedules to use react-query under the hood
  • 478aac7 Update imports
  • e3c178b Rename to ScheduleStatusMap and ScheduleStatusLabelMap to be clear that they are Maps
  • 11a4eb6 Add release notes for PR #6766
  • 9e317b0 Separate useSchedules and useSchedulesStatus because not all callers of useSchedules use the status. This saves us some unnecessary queries.
  • 27a43d6 Add placeholderData to statuses query
  • b02386d Move useScheduleStatus to a separate file
  • c00db8e Fix typecheck errors
  • cea282f Coderabbit: Use StatusTypes renamed to ScheduleTransactionStatus) instead of ScheduleStatusLabel

📊 Changes

82 files changed (+608 additions, -535 deletions)

View changed files

📝 packages/desktop-client/e2e/page-models/mobile-payees-page.ts (+9 -12)
📝 packages/desktop-client/e2e/page-models/mobile-rules-page.ts (+11 -4)
📝 packages/desktop-client/e2e/page-models/mobile-schedules-page.ts (+11 -13)
📝 packages/desktop-client/e2e/payees.mobile.test.ts (+1 -8)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-filters-out-unrelated-payees-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-filters-out-unrelated-payees-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-page-handles-empty-state-gracefully-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-page-handles-empty-state-gracefully-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.mobile.test.ts (+1 -2)
📝 packages/desktop-client/e2e/rules.mobile.test.ts-snapshots/Mobile-Rules-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.mobile.test.ts-snapshots/Mobile-Rules-checks-the-page-visuals-2-chromium-linux.png (+0 -0)

...and 62 more files

📄 Description


Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 26 12.42 MB → 12.42 MB (+4.17 kB) +0.03%
loot-core 1 4.83 MB 0%
api 4 4.06 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
26 12.42 MB → 12.42 MB (+4.17 kB) +0.03%
Changeset
File Δ Size
src/schedules/queries.ts 🆕 +1.66 kB 0 B → 1.66 kB
src/hooks/useScheduleStatus.ts 🆕 +613 B 0 B → 613 B
src/hooks/useSchedule.ts 🆕 +261 B 0 B → 261 B
src/components/mobile/rules/MobileRuleEditPage.tsx 📈 +2.83 kB (+82.44%) 3.44 kB → 6.27 kB
src/hooks/useCachedSchedules.tsx 📈 +261 B (+32.54%) 802 B → 1.04 kB
src/hooks/usePreviewTransactions.ts 📈 +237 B (+10.45%) 2.21 kB → 2.45 kB
src/components/mobile/payees/PayeesListItem.tsx 📈 +473 B (+9.86%) 4.68 kB → 5.14 kB
src/components/schedules/ScheduleLink.tsx 📈 +392 B (+9.06%) 4.23 kB → 4.61 kB
src/components/schedules/index.tsx 📈 +488 B (+7.91%) 6.03 kB → 6.5 kB
src/hooks/useCategoryScheduleGoalTemplates.ts 📈 +108 B (+7.57%) 1.39 kB → 1.5 kB
src/components/mobile/schedules/MobileSchedulesPage.tsx 📈 +396 B (+5.92%) 6.53 kB → 6.91 kB
src/components/mobile/schedules/SchedulesListItem.tsx 📈 +197 B (+2.66%) 7.22 kB → 7.42 kB
src/components/mobile/rules/RulesListItem.tsx 📈 +175 B (+2.07%) 8.26 kB → 8.43 kB
home/runner/work/actual/actual/packages/loot-core/src/shared/transactions.ts 📈 +77 B (+0.92%) 8.15 kB → 8.22 kB
src/components/transactions/TransactionMenu.tsx 📈 +70 B (+0.82%) 8.29 kB → 8.35 kB
src/components/accounts/Balance.tsx 📈 +74 B (+0.73%) 9.89 kB → 9.96 kB
src/components/transactions/SelectedTransactionsButton.tsx 📈 +75 B (+0.44%) 16.79 kB → 16.86 kB
src/components/mobile/accounts/AllAccountTransactions.tsx 📈 +3 B (+0.06%) 4.52 kB → 4.52 kB
src/components/mobile/accounts/OnBudgetAccountTransactions.tsx 📈 +3 B (+0.06%) 5.14 kB → 5.14 kB
src/components/mobile/accounts/OffBudgetAccountTransactions.tsx 📈 +3 B (+0.06%) 5.15 kB → 5.15 kB
src/components/mobile/accounts/AccountTransactions.tsx 📈 +3 B (+0.03%) 8.4 kB → 8.4 kB
src/components/mobile/accounts/AccountsPage.tsx 📈 +6 B (+0.03%) 19.55 kB → 19.56 kB
src/components/mobile/accounts/AccountPage.tsx 📈 +2 B (+0.02%) 8.8 kB → 8.81 kB
src/components/rules/RuleEditor.tsx 📈 +6 B (+0.01%) 44.87 kB → 44.88 kB
src/components/accounts/Account.tsx 📈 +1 B (+0.00%) 43.79 kB → 43.79 kB
src/components/transactions/TransactionsTable.tsx 📈 +1 B (+0.00%) 85.09 kB → 85.09 kB
src/schedules/index.ts +0 B (0%) 0 B → 0 B
src/components/mobile/transactions/TransactionListItem.tsx 📉 -5 B (-0.04%) 12.81 kB → 12.8 kB
home/runner/work/actual/actual/packages/loot-core/src/shared/schedules.ts 📉 -6 B (-0.05%) 10.69 kB → 10.68 kB
src/components/modals/BudgetAutomationsModal.tsx 📉 -16 B (-0.12%) 12.83 kB → 12.82 kB
src/components/schedules/SchedulesTable.tsx 📉 -101 B (-0.56%) 17.71 kB → 17.61 kB
src/components/ManageRules.tsx 📉 -121 B (-0.86%) 13.72 kB → 13.61 kB
src/hooks/useCategoryScheduleGoalTemplateIndicator.ts 📉 -58 B (-2.11%) 2.69 kB → 2.63 kB
src/components/mobile/ActionableGridListItem.tsx 📉 -198 B (-3.52%) 5.5 kB → 5.3 kB
src/components/mobile/rules/MobileRulesPage.tsx 📉 -150 B (-3.56%) 4.11 kB → 3.96 kB
src/components/mobile/payees/MobilePayeesPage.tsx 📉 -119 B (-3.95%) 2.94 kB → 2.82 kB
src/components/mobile/payees/PayeesList.tsx 📉 -236 B (-5.97%) 3.86 kB → 3.63 kB
src/components/modals/ScheduledTransactionMenuModal.tsx 📉 -363 B (-6.07%) 5.84 kB → 5.49 kB
src/components/rules/ScheduleValue.tsx 📉 -132 B (-7.02%) 1.84 kB → 1.71 kB
src/components/mobile/schedules/SchedulesList.tsx 📉 -424 B (-8.25%) 5.02 kB → 4.61 kB
src/components/mobile/rules/RulesList.tsx 📉 -388 B (-10.97%) 3.45 kB → 3.07 kB
src/hooks/useSchedules.ts 📉 -1.89 kB (-80.06%) 2.36 kB → 482 B
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/narrow.js 353.47 kB → 356.06 kB (+2.59 kB) +0.73%
static/js/useTransactionBatchActions.js 4.29 MB → 4.29 MB (+1.07 kB) +0.02%
static/js/index.js 3.22 MB → 3.22 MB (+534 B) +0.02%

Smaller

Asset File Size % Changed
static/js/TransactionList.js 81.29 kB → 81.29 kB (-5 B) -0.01%

Unchanged

Asset File Size % Changed
static/js/BackgroundImage.js 119.98 kB 0%
static/js/FormulaEditor.js 846.44 kB 0%
static/js/ReportRouter.js 1021.25 kB 0%
static/js/ca.js 185.62 kB 0%
static/js/da.js 104.66 kB 0%
static/js/de.js 177.63 kB 0%
static/js/en-GB.js 7.16 kB 0%
static/js/en.js 169.27 kB 0%
static/js/es.js 172.13 kB 0%
static/js/fr.js 177.63 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/it.js 168.97 kB 0%
static/js/nb-NO.js 154.72 kB 0%
static/js/nl.js 111.58 kB 0%
static/js/pl.js 88.34 kB 0%
static/js/pt-BR.js 180.55 kB 0%
static/js/resize-observer.js 18.03 kB 0%
static/js/th.js 179.94 kB 0%
static/js/theme.js 476.35 kB 0%
static/js/uk.js 213.14 kB 0%
static/js/wide.js 418 B 0%
static/js/workbox-window.prod.es5.js 7.28 kB 0%

loot-core

Total

Files count Total bundle size % Changed
1 4.83 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
kcab.worker.Dmj0rSrb.js 4.83 MB 0%

api

Total

Files count Total bundle size % Changed
4 4.06 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
index.js 3.84 MB 0%
from-Bl-Hslp4.js 167.73 kB 0%
multipart-parser-BnDysoMr.js 8.1 kB 0%
src-iMkUmuwR.js 43.64 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/6766 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/23/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `react-query-useSchedules` --- ### 📝 Commits (10+) - [`fc1811c`](https://github.com/actualbudget/actual/commit/fc1811c0db89dbddda03e7ae339236bde3cd1e95) Migrate setupTests.js to TypeScript with proper types (#6871) - [`953c9fc`](https://github.com/actualbudget/actual/commit/953c9fcf09245725779e232ae0717293b6975772) Retrofit useSchedules to use react-query under the hood - [`478aac7`](https://github.com/actualbudget/actual/commit/478aac731efde5ace49ab1e0626dbb2dfe06a176) Update imports - [`e3c178b`](https://github.com/actualbudget/actual/commit/e3c178b89a4ad9057e06c65dca1dedc3c8ca8f42) Rename to ScheduleStatusMap and ScheduleStatusLabelMap to be clear that they are Maps - [`11a4eb6`](https://github.com/actualbudget/actual/commit/11a4eb65a0e1684f72b77ec3c276d4296173913a) Add release notes for PR #6766 - [`9e317b0`](https://github.com/actualbudget/actual/commit/9e317b0a710e628116227f0315ba99af6c67c404) Separate useSchedules and useSchedulesStatus because not all callers of useSchedules use the status. This saves us some unnecessary queries. - [`27a43d6`](https://github.com/actualbudget/actual/commit/27a43d65601e9d0cc3cc9b7b557643a8ca302907) Add placeholderData to statuses query - [`b02386d`](https://github.com/actualbudget/actual/commit/b02386d654e89f978aa4667596144527865ac709) Move useScheduleStatus to a separate file - [`c00db8e`](https://github.com/actualbudget/actual/commit/c00db8ed958861fb42398a15215b8a5f501aa786) Fix typecheck errors - [`cea282f`](https://github.com/actualbudget/actual/commit/cea282f3bc2184ce1f96590433d68b04aa4deb81) Coderabbit: Use StatusTypes renamed to ScheduleTransactionStatus) instead of ScheduleStatusLabel ### 📊 Changes **82 files changed** (+608 additions, -535 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/page-models/mobile-payees-page.ts` (+9 -12) 📝 `packages/desktop-client/e2e/page-models/mobile-rules-page.ts` (+11 -4) 📝 `packages/desktop-client/e2e/page-models/mobile-schedules-page.ts` (+11 -13) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts` (+1 -8) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-checks-the-page-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-filters-out-unrelated-payees-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-filters-out-unrelated-payees-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-page-handles-empty-state-gracefully-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-page-handles-empty-state-gracefully-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.mobile.test.ts-snapshots/Mobile-Payees-search-functionality-works-correctly-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.mobile.test.ts` (+1 -2) 📝 `packages/desktop-client/e2e/rules.mobile.test.ts-snapshots/Mobile-Rules-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.mobile.test.ts-snapshots/Mobile-Rules-checks-the-page-visuals-2-chromium-linux.png` (+0 -0) _...and 62 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. --> <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 26 | 12.42 MB → 12.42 MB (+4.17 kB) | +0.03% loot-core | 1 | 4.83 MB | 0% api | 4 | 4.06 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 26 | 12.42 MB → 12.42 MB (+4.17 kB) | +0.03% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/schedules/queries.ts` | 🆕 +1.66 kB | 0 B → 1.66 kB `src/hooks/useScheduleStatus.ts` | 🆕 +613 B | 0 B → 613 B `src/hooks/useSchedule.ts` | 🆕 +261 B | 0 B → 261 B `src/components/mobile/rules/MobileRuleEditPage.tsx` | 📈 +2.83 kB (+82.44%) | 3.44 kB → 6.27 kB `src/hooks/useCachedSchedules.tsx` | 📈 +261 B (+32.54%) | 802 B → 1.04 kB `src/hooks/usePreviewTransactions.ts` | 📈 +237 B (+10.45%) | 2.21 kB → 2.45 kB `src/components/mobile/payees/PayeesListItem.tsx` | 📈 +473 B (+9.86%) | 4.68 kB → 5.14 kB `src/components/schedules/ScheduleLink.tsx` | 📈 +392 B (+9.06%) | 4.23 kB → 4.61 kB `src/components/schedules/index.tsx` | 📈 +488 B (+7.91%) | 6.03 kB → 6.5 kB `src/hooks/useCategoryScheduleGoalTemplates.ts` | 📈 +108 B (+7.57%) | 1.39 kB → 1.5 kB `src/components/mobile/schedules/MobileSchedulesPage.tsx` | 📈 +396 B (+5.92%) | 6.53 kB → 6.91 kB `src/components/mobile/schedules/SchedulesListItem.tsx` | 📈 +197 B (+2.66%) | 7.22 kB → 7.42 kB `src/components/mobile/rules/RulesListItem.tsx` | 📈 +175 B (+2.07%) | 8.26 kB → 8.43 kB `home/runner/work/actual/actual/packages/loot-core/src/shared/transactions.ts` | 📈 +77 B (+0.92%) | 8.15 kB → 8.22 kB `src/components/transactions/TransactionMenu.tsx` | 📈 +70 B (+0.82%) | 8.29 kB → 8.35 kB `src/components/accounts/Balance.tsx` | 📈 +74 B (+0.73%) | 9.89 kB → 9.96 kB `src/components/transactions/SelectedTransactionsButton.tsx` | 📈 +75 B (+0.44%) | 16.79 kB → 16.86 kB `src/components/mobile/accounts/AllAccountTransactions.tsx` | 📈 +3 B (+0.06%) | 4.52 kB → 4.52 kB `src/components/mobile/accounts/OnBudgetAccountTransactions.tsx` | 📈 +3 B (+0.06%) | 5.14 kB → 5.14 kB `src/components/mobile/accounts/OffBudgetAccountTransactions.tsx` | 📈 +3 B (+0.06%) | 5.15 kB → 5.15 kB `src/components/mobile/accounts/AccountTransactions.tsx` | 📈 +3 B (+0.03%) | 8.4 kB → 8.4 kB `src/components/mobile/accounts/AccountsPage.tsx` | 📈 +6 B (+0.03%) | 19.55 kB → 19.56 kB `src/components/mobile/accounts/AccountPage.tsx` | 📈 +2 B (+0.02%) | 8.8 kB → 8.81 kB `src/components/rules/RuleEditor.tsx` | 📈 +6 B (+0.01%) | 44.87 kB → 44.88 kB `src/components/accounts/Account.tsx` | 📈 +1 B (+0.00%) | 43.79 kB → 43.79 kB `src/components/transactions/TransactionsTable.tsx` | 📈 +1 B (+0.00%) | 85.09 kB → 85.09 kB `src/schedules/index.ts` | +0 B (0%) | 0 B → 0 B `src/components/mobile/transactions/TransactionListItem.tsx` | 📉 -5 B (-0.04%) | 12.81 kB → 12.8 kB `home/runner/work/actual/actual/packages/loot-core/src/shared/schedules.ts` | 📉 -6 B (-0.05%) | 10.69 kB → 10.68 kB `src/components/modals/BudgetAutomationsModal.tsx` | 📉 -16 B (-0.12%) | 12.83 kB → 12.82 kB `src/components/schedules/SchedulesTable.tsx` | 📉 -101 B (-0.56%) | 17.71 kB → 17.61 kB `src/components/ManageRules.tsx` | 📉 -121 B (-0.86%) | 13.72 kB → 13.61 kB `src/hooks/useCategoryScheduleGoalTemplateIndicator.ts` | 📉 -58 B (-2.11%) | 2.69 kB → 2.63 kB `src/components/mobile/ActionableGridListItem.tsx` | 📉 -198 B (-3.52%) | 5.5 kB → 5.3 kB `src/components/mobile/rules/MobileRulesPage.tsx` | 📉 -150 B (-3.56%) | 4.11 kB → 3.96 kB `src/components/mobile/payees/MobilePayeesPage.tsx` | 📉 -119 B (-3.95%) | 2.94 kB → 2.82 kB `src/components/mobile/payees/PayeesList.tsx` | 📉 -236 B (-5.97%) | 3.86 kB → 3.63 kB `src/components/modals/ScheduledTransactionMenuModal.tsx` | 📉 -363 B (-6.07%) | 5.84 kB → 5.49 kB `src/components/rules/ScheduleValue.tsx` | 📉 -132 B (-7.02%) | 1.84 kB → 1.71 kB `src/components/mobile/schedules/SchedulesList.tsx` | 📉 -424 B (-8.25%) | 5.02 kB → 4.61 kB `src/components/mobile/rules/RulesList.tsx` | 📉 -388 B (-10.97%) | 3.45 kB → 3.07 kB `src/hooks/useSchedules.ts` | 📉 -1.89 kB (-80.06%) | 2.36 kB → 482 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/narrow.js | 353.47 kB → 356.06 kB (+2.59 kB) | +0.73% static/js/useTransactionBatchActions.js | 4.29 MB → 4.29 MB (+1.07 kB) | +0.02% static/js/index.js | 3.22 MB → 3.22 MB (+534 B) | +0.02% **Smaller** Asset | File Size | % Changed ----- | --------- | --------- static/js/TransactionList.js | 81.29 kB → 81.29 kB (-5 B) | -0.01% **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/BackgroundImage.js | 119.98 kB | 0% static/js/FormulaEditor.js | 846.44 kB | 0% static/js/ReportRouter.js | 1021.25 kB | 0% static/js/ca.js | 185.62 kB | 0% static/js/da.js | 104.66 kB | 0% static/js/de.js | 177.63 kB | 0% static/js/en-GB.js | 7.16 kB | 0% static/js/en.js | 169.27 kB | 0% static/js/es.js | 172.13 kB | 0% static/js/fr.js | 177.63 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/it.js | 168.97 kB | 0% static/js/nb-NO.js | 154.72 kB | 0% static/js/nl.js | 111.58 kB | 0% static/js/pl.js | 88.34 kB | 0% static/js/pt-BR.js | 180.55 kB | 0% static/js/resize-observer.js | 18.03 kB | 0% static/js/th.js | 179.94 kB | 0% static/js/theme.js | 476.35 kB | 0% static/js/uk.js | 213.14 kB | 0% static/js/wide.js | 418 B | 0% static/js/workbox-window.prod.es5.js | 7.28 kB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.83 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 ----- | --------- | --------- kcab.worker.Dmj0rSrb.js | 4.83 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 4 | 4.06 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 ----- | --------- | --------- index.js | 3.84 MB | 0% from-Bl-Hslp4.js | 167.73 kB | 0% multipart-parser-BnDysoMr.js | 8.1 kB | 0% src-iMkUmuwR.js | 43.64 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 03:32:15 -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#56029