[PR #6882] [MERGED] Move redux state to react-query - category states [Part 2 - expose react-query states e.g. isPending, isSuccess, etc] #48617

Closed
opened 2026-04-26 10:32:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6882
Author: @joel-jeremy
Created: 2/6/2026
Status: Merged
Merged: 2/11/2026
Merged by: @joel-jeremy

Base: masterHead: react-query-categories-2


📝 Commits (6)

  • 293a068 Move redux state to react-query - category states [Part 2 - expose react-query states]
  • 85f29ba Add release notes for PR #6882
  • 5447649 Add default values to useCategories destructuring to prevent undefined crashes (#6884)
  • 8db1b5c Fix lint errors
  • 0918d52 Fix rebase mistake
  • 779a98a Change category from Enhancements to Maintenance

📊 Changes

49 files changed (+147 additions, -85 deletions)

View changed files

📝 packages/desktop-client/src/components/ManageRules.tsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+4 -2)
📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+2 -1)
📝 packages/desktop-client/src/components/budget/BudgetTable.tsx (+2 -1)
📝 packages/desktop-client/src/components/budget/envelope/CoverMenu.tsx (+2 -1)
📝 packages/desktop-client/src/components/budget/envelope/TransferMenu.tsx (+2 -1)
📝 packages/desktop-client/src/components/budget/goals/useBudgetAutomationCategories.ts (+1 -1)
📝 packages/desktop-client/src/components/budget/index.tsx (+2 -1)
📝 packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx (+13 -3)
📝 packages/desktop-client/src/components/mobile/budget/CategoryPage.tsx (+2 -3)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx (+6 -4)
📝 packages/desktop-client/src/components/mobile/rules/MobileRulesPage.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.tsx (+3 -2)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+7 -4)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx (+2 -1)
📝 packages/desktop-client/src/components/modals/CategoryMenuModal.tsx (+2 -2)
📝 packages/desktop-client/src/components/modals/CloseAccountModal.tsx (+6 -1)
📝 packages/desktop-client/src/components/modals/ConfirmCategoryDeleteModal.tsx (+6 -1)

...and 29 more files

📄 Description

Not dependent on other react query PRs. Follow up to part 1: https://github.com/actualbudget/actual/pull/5977

Update useCategories, useCategory, useCategoryGroup to return the react query states e.g. isPending, isSuccess, isError, etc to the caller


Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 27 14.64 MB → 14.64 MB (+5.1 kB) +0.03%
loot-core 1 5.86 MB 0%
api 1 4.39 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
27 14.64 MB → 14.64 MB (+5.1 kB) +0.03%
Changeset
File Δ Size
src/hooks/useCategories.ts 📈 +378 B (+129.01%) 293 B → 671 B
src/hooks/useCategory.ts 📈 +144 B (+30.97%) 465 B → 609 B
src/hooks/useCategoryGroup.ts 📈 +144 B (+30.44%) 473 B → 617 B
src/components/budget/goals/useBudgetAutomationCategories.ts 📈 +199 B (+10.12%) 1.92 kB → 2.12 kB
src/components/budget/envelope/TransferMenu.tsx 📈 +195 B (+4.00%) 4.75 kB → 4.95 kB
src/components/budget/envelope/CoverMenu.tsx 📈 +197 B (+3.81%) 5.05 kB → 5.25 kB
src/components/modals/TransferModal.tsx 📈 +187 B (+3.49%) 5.24 kB → 5.42 kB
src/components/modals/CoverModal.tsx 📈 +195 B (+3.28%) 5.8 kB → 5.99 kB
src/components/modals/ConfirmCategoryDeleteModal.tsx 📈 +203 B (+3.06%) 6.48 kB → 6.68 kB
src/components/reports/graphs/LineGraph.tsx 📈 +201 B (+2.04%) 9.62 kB → 9.81 kB
src/components/reports/graphs/StackedBarGraph.tsx 📈 +201 B (+1.92%) 10.24 kB → 10.43 kB
src/components/modals/CloseAccountModal.tsx 📈 +215 B (+1.83%) 11.47 kB → 11.68 kB
src/components/reports/graphs/BarGraph.tsx 📈 +206 B (+1.79%) 11.25 kB → 11.45 kB
src/hooks/useOverspentCategories.ts 📈 +66 B (+1.78%) 3.62 kB → 3.68 kB
src/components/budget/BudgetTable.tsx 📈 +195 B (+1.74%) 10.95 kB → 11.14 kB
src/components/modals/CategoryGroupMenuModal.tsx 📈 +195 B (+1.72%) 11.07 kB → 11.26 kB
src/components/reports/reports/CustomReportListCards.tsx 📈 +136 B (+1.48%) 8.98 kB → 9.12 kB
src/components/reports/graphs/DonutGraph.tsx 📈 +201 B (+1.41%) 13.96 kB → 14.16 kB
src/components/mobile/transactions/TransactionListItem.tsx 📈 +194 B (+1.36%) 13.9 kB → 14.09 kB
src/components/ManageRules.tsx 📈 +197 B (+1.26%) 15.28 kB → 15.47 kB
src/components/mobile/budget/BudgetPage.tsx 📈 +475 B (+1.17%) 39.56 kB → 40.02 kB
src/components/autocomplete/CategoryAutocomplete.tsx 📈 +185 B (+1.05%) 17.16 kB → 17.34 kB
src/components/mobile/rules/MobileRulesPage.tsx 📈 +45 B (+1.02%) 4.32 kB → 4.37 kB
src/components/util/GenericInput.tsx 📈 +189 B (+0.96%) 19.27 kB → 19.46 kB
src/components/rules/Value.tsx 📈 +45 B (+0.96%) 4.59 kB → 4.64 kB
src/components/reports/reports/Crossover.tsx 📈 +392 B (+0.94%) 40.88 kB → 41.27 kB
src/components/budget/index.tsx 📈 +78 B (+0.61%) 12.58 kB → 12.65 kB
src/components/mobile/transactions/TransactionEdit.tsx 📈 +378 B (+0.60%) 61.1 kB → 61.47 kB
src/components/modals/TrackingBalanceMenuModal.tsx 📈 +16 B (+0.60%) 2.61 kB → 2.63 kB
src/components/modals/EnvelopeBalanceMenuModal.tsx 📈 +16 B (+0.56%) 2.78 kB → 2.79 kB
src/components/modals/TrackingBudgetMenuModal.tsx 📈 +16 B (+0.44%) 3.57 kB → 3.59 kB
src/components/modals/EnvelopeBudgetMenuModal.tsx 📈 +16 B (+0.44%) 3.58 kB → 3.59 kB
src/components/modals/EnvelopeIncomeBalanceMenuModal.tsx 📈 +16 B (+0.43%) 3.59 kB → 3.61 kB
src/components/accounts/Account.tsx 📈 +196 B (+0.39%) 48.56 kB → 48.75 kB
src/components/modals/CategoryMenuModal.tsx 📈 +32 B (+0.38%) 8.17 kB → 8.2 kB
src/hooks/useCategoryPreviewTransactions.ts 📈 +16 B (+0.37%) 4.21 kB → 4.23 kB
src/components/modals/EnvelopeBudgetSummaryModal.tsx 📈 +20 B (+0.30%) 6.61 kB → 6.63 kB
src/components/modals/UnmigrateBudgetAutomationsModal.tsx 📈 +16 B (+0.24%) 6.43 kB → 6.45 kB
src/components/reports/reports/CustomReport.tsx 📈 +60 B (+0.23%) 25.6 kB → 25.66 kB
src/components/reports/reports/Calendar.tsx 📈 +48 B (+0.16%) 28.98 kB → 29.03 kB
src/components/modals/ImportTransactionsModal/ImportTransactionsModal.tsx 📈 +45 B (+0.16%) 28.06 kB → 28.1 kB
src/components/modals/BudgetAutomationsModal.tsx 📈 +16 B (+0.14%) 11.1 kB → 11.11 kB
src/components/mobile/budget/ExpenseCategoryListItem.tsx 📈 +22 B (+0.12%) 17.6 kB → 17.62 kB
src/components/transactions/SimpleTransactionsTable.tsx 📈 +10 B (+0.11%) 9.13 kB → 9.14 kB
src/components/mobile/transactions/TransactionList.tsx 📉 -37 B (-0.19%) 19.5 kB → 19.46 kB
src/components/reports/graphs/tableGraph/ReportTableRow.tsx 📉 -285 B (-2.02%) 13.77 kB → 13.49 kB
src/components/mobile/budget/CategoryPage.tsx 📉 -395 B (-13.64%) 2.83 kB → 2.44 kB
src/hooks/useCategoriesQuery.ts 🔥 -261 B (-100%) 261 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 9.48 MB → 9.48 MB (+3.4 kB) +0.03%
static/js/ReportRouter.js 1.12 MB → 1.13 MB (+1.13 kB) +0.10%
static/js/narrow.js 640.46 kB → 640.68 kB (+229 B) +0.03%
static/js/wide.js 160.07 kB → 160.26 kB (+196 B) +0.12%
static/js/TransactionList.js 105.97 kB → 106.13 kB (+157 B) +0.14%

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
static/js/indexeddb-main-thread-worker-e59fee74.js 12.94 kB 0%
static/js/workbox-window.prod.es5.js 5.64 kB 0%
static/js/da.js 106.62 kB 0%
static/js/de.js 178.39 kB 0%
static/js/en-GB.js 7.18 kB 0%
static/js/en.js 164.55 kB 0%
static/js/es.js 173.83 kB 0%
static/js/fr.js 179.62 kB 0%
static/js/it.js 171.44 kB 0%
static/js/nb-NO.js 157.23 kB 0%
static/js/nl.js 106.65 kB 0%
static/js/pl.js 88.64 kB 0%
static/js/pt-BR.js 154.57 kB 0%
static/js/sv.js 78.2 kB 0%
static/js/th.js 182.35 kB 0%
static/js/uk.js 215.11 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/BackgroundImage.js 120.54 kB 0%
static/js/AppliedFilters.js 9.71 kB 0%
static/js/usePayeeRuleCounts.js 10.05 kB 0%
static/js/useTransactionBatchActions.js 13.23 kB 0%
static/js/FormulaEditor.js 1.04 MB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.86 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.CD8O_YQc.js 5.86 MB 0%

api

Total

Files count Total bundle size % Changed
1 4.39 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
bundle.api.js 4.39 MB 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/6882 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `react-query-categories-2` --- ### 📝 Commits (6) - [`293a068`](https://github.com/actualbudget/actual/commit/293a0687aba55a1e125187c71e0505a6a14d1caf) Move redux state to react-query - category states [Part 2 - expose react-query states] - [`85f29ba`](https://github.com/actualbudget/actual/commit/85f29ba2c84bc46e8fddd6c4b66c790c6fe9ab59) Add release notes for PR #6882 - [`5447649`](https://github.com/actualbudget/actual/commit/5447649c1bbdb4e6e5fcc054a6381b86edea1966) Add default values to useCategories destructuring to prevent undefined crashes (#6884) - [`8db1b5c`](https://github.com/actualbudget/actual/commit/8db1b5c3a69eddf3d66893f228cf289d3f3139ac) Fix lint errors - [`0918d52`](https://github.com/actualbudget/actual/commit/0918d52ffa70ce554464bd9cc4ae18caadc028a4) Fix rebase mistake - [`779a98a`](https://github.com/actualbudget/actual/commit/779a98a25f8db819195cca9e1d1ec6a7811ecf73) Change category from Enhancements to Maintenance ### 📊 Changes **49 files changed** (+147 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/budget/BudgetTable.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/budget/envelope/CoverMenu.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/budget/envelope/TransferMenu.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/budget/goals/useBudgetAutomationCategories.ts` (+1 -1) 📝 `packages/desktop-client/src/components/budget/index.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx` (+13 -3) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryPage.tsx` (+2 -3) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx` (+6 -4) 📝 `packages/desktop-client/src/components/mobile/rules/MobileRulesPage.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+7 -4) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/BudgetAutomationsModal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/modals/CategoryMenuModal.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/modals/CloseAccountModal.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/modals/ConfirmCategoryDeleteModal.tsx` (+6 -1) _...and 29 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. --> Not dependent on other react query PRs. Follow up to part 1: https://github.com/actualbudget/actual/pull/5977 Update `useCategories`, `useCategory`, `useCategoryGroup` to return the react query states e.g. `isPending`, `isSuccess`, `isError`, etc to the caller <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 27 | 14.64 MB → 14.64 MB (+5.1 kB) | +0.03% loot-core | 1 | 5.86 MB | 0% api | 1 | 4.39 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 27 | 14.64 MB → 14.64 MB (+5.1 kB) | +0.03% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/hooks/useCategories.ts` | 📈 +378 B (+129.01%) | 293 B → 671 B `src/hooks/useCategory.ts` | 📈 +144 B (+30.97%) | 465 B → 609 B `src/hooks/useCategoryGroup.ts` | 📈 +144 B (+30.44%) | 473 B → 617 B `src/components/budget/goals/useBudgetAutomationCategories.ts` | 📈 +199 B (+10.12%) | 1.92 kB → 2.12 kB `src/components/budget/envelope/TransferMenu.tsx` | 📈 +195 B (+4.00%) | 4.75 kB → 4.95 kB `src/components/budget/envelope/CoverMenu.tsx` | 📈 +197 B (+3.81%) | 5.05 kB → 5.25 kB `src/components/modals/TransferModal.tsx` | 📈 +187 B (+3.49%) | 5.24 kB → 5.42 kB `src/components/modals/CoverModal.tsx` | 📈 +195 B (+3.28%) | 5.8 kB → 5.99 kB `src/components/modals/ConfirmCategoryDeleteModal.tsx` | 📈 +203 B (+3.06%) | 6.48 kB → 6.68 kB `src/components/reports/graphs/LineGraph.tsx` | 📈 +201 B (+2.04%) | 9.62 kB → 9.81 kB `src/components/reports/graphs/StackedBarGraph.tsx` | 📈 +201 B (+1.92%) | 10.24 kB → 10.43 kB `src/components/modals/CloseAccountModal.tsx` | 📈 +215 B (+1.83%) | 11.47 kB → 11.68 kB `src/components/reports/graphs/BarGraph.tsx` | 📈 +206 B (+1.79%) | 11.25 kB → 11.45 kB `src/hooks/useOverspentCategories.ts` | 📈 +66 B (+1.78%) | 3.62 kB → 3.68 kB `src/components/budget/BudgetTable.tsx` | 📈 +195 B (+1.74%) | 10.95 kB → 11.14 kB `src/components/modals/CategoryGroupMenuModal.tsx` | 📈 +195 B (+1.72%) | 11.07 kB → 11.26 kB `src/components/reports/reports/CustomReportListCards.tsx` | 📈 +136 B (+1.48%) | 8.98 kB → 9.12 kB `src/components/reports/graphs/DonutGraph.tsx` | 📈 +201 B (+1.41%) | 13.96 kB → 14.16 kB `src/components/mobile/transactions/TransactionListItem.tsx` | 📈 +194 B (+1.36%) | 13.9 kB → 14.09 kB `src/components/ManageRules.tsx` | 📈 +197 B (+1.26%) | 15.28 kB → 15.47 kB `src/components/mobile/budget/BudgetPage.tsx` | 📈 +475 B (+1.17%) | 39.56 kB → 40.02 kB `src/components/autocomplete/CategoryAutocomplete.tsx` | 📈 +185 B (+1.05%) | 17.16 kB → 17.34 kB `src/components/mobile/rules/MobileRulesPage.tsx` | 📈 +45 B (+1.02%) | 4.32 kB → 4.37 kB `src/components/util/GenericInput.tsx` | 📈 +189 B (+0.96%) | 19.27 kB → 19.46 kB `src/components/rules/Value.tsx` | 📈 +45 B (+0.96%) | 4.59 kB → 4.64 kB `src/components/reports/reports/Crossover.tsx` | 📈 +392 B (+0.94%) | 40.88 kB → 41.27 kB `src/components/budget/index.tsx` | 📈 +78 B (+0.61%) | 12.58 kB → 12.65 kB `src/components/mobile/transactions/TransactionEdit.tsx` | 📈 +378 B (+0.60%) | 61.1 kB → 61.47 kB `src/components/modals/TrackingBalanceMenuModal.tsx` | 📈 +16 B (+0.60%) | 2.61 kB → 2.63 kB `src/components/modals/EnvelopeBalanceMenuModal.tsx` | 📈 +16 B (+0.56%) | 2.78 kB → 2.79 kB `src/components/modals/TrackingBudgetMenuModal.tsx` | 📈 +16 B (+0.44%) | 3.57 kB → 3.59 kB `src/components/modals/EnvelopeBudgetMenuModal.tsx` | 📈 +16 B (+0.44%) | 3.58 kB → 3.59 kB `src/components/modals/EnvelopeIncomeBalanceMenuModal.tsx` | 📈 +16 B (+0.43%) | 3.59 kB → 3.61 kB `src/components/accounts/Account.tsx` | 📈 +196 B (+0.39%) | 48.56 kB → 48.75 kB `src/components/modals/CategoryMenuModal.tsx` | 📈 +32 B (+0.38%) | 8.17 kB → 8.2 kB `src/hooks/useCategoryPreviewTransactions.ts` | 📈 +16 B (+0.37%) | 4.21 kB → 4.23 kB `src/components/modals/EnvelopeBudgetSummaryModal.tsx` | 📈 +20 B (+0.30%) | 6.61 kB → 6.63 kB `src/components/modals/UnmigrateBudgetAutomationsModal.tsx` | 📈 +16 B (+0.24%) | 6.43 kB → 6.45 kB `src/components/reports/reports/CustomReport.tsx` | 📈 +60 B (+0.23%) | 25.6 kB → 25.66 kB `src/components/reports/reports/Calendar.tsx` | 📈 +48 B (+0.16%) | 28.98 kB → 29.03 kB `src/components/modals/ImportTransactionsModal/ImportTransactionsModal.tsx` | 📈 +45 B (+0.16%) | 28.06 kB → 28.1 kB `src/components/modals/BudgetAutomationsModal.tsx` | 📈 +16 B (+0.14%) | 11.1 kB → 11.11 kB `src/components/mobile/budget/ExpenseCategoryListItem.tsx` | 📈 +22 B (+0.12%) | 17.6 kB → 17.62 kB `src/components/transactions/SimpleTransactionsTable.tsx` | 📈 +10 B (+0.11%) | 9.13 kB → 9.14 kB `src/components/mobile/transactions/TransactionList.tsx` | 📉 -37 B (-0.19%) | 19.5 kB → 19.46 kB `src/components/reports/graphs/tableGraph/ReportTableRow.tsx` | 📉 -285 B (-2.02%) | 13.77 kB → 13.49 kB `src/components/mobile/budget/CategoryPage.tsx` | 📉 -395 B (-13.64%) | 2.83 kB → 2.44 kB `src/hooks/useCategoriesQuery.ts` | 🔥 -261 B (-100%) | 261 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 | 9.48 MB → 9.48 MB (+3.4 kB) | +0.03% static/js/ReportRouter.js | 1.12 MB → 1.13 MB (+1.13 kB) | +0.10% static/js/narrow.js | 640.46 kB → 640.68 kB (+229 B) | +0.03% static/js/wide.js | 160.07 kB → 160.26 kB (+196 B) | +0.12% static/js/TransactionList.js | 105.97 kB → 106.13 kB (+157 B) | +0.14% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/indexeddb-main-thread-worker-e59fee74.js | 12.94 kB | 0% static/js/workbox-window.prod.es5.js | 5.64 kB | 0% static/js/da.js | 106.62 kB | 0% static/js/de.js | 178.39 kB | 0% static/js/en-GB.js | 7.18 kB | 0% static/js/en.js | 164.55 kB | 0% static/js/es.js | 173.83 kB | 0% static/js/fr.js | 179.62 kB | 0% static/js/it.js | 171.44 kB | 0% static/js/nb-NO.js | 157.23 kB | 0% static/js/nl.js | 106.65 kB | 0% static/js/pl.js | 88.64 kB | 0% static/js/pt-BR.js | 154.57 kB | 0% static/js/sv.js | 78.2 kB | 0% static/js/th.js | 182.35 kB | 0% static/js/uk.js | 215.11 kB | 0% static/js/resize-observer.js | 18.37 kB | 0% static/js/BackgroundImage.js | 120.54 kB | 0% static/js/AppliedFilters.js | 9.71 kB | 0% static/js/usePayeeRuleCounts.js | 10.05 kB | 0% static/js/useTransactionBatchActions.js | 13.23 kB | 0% static/js/FormulaEditor.js | 1.04 MB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.86 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.CD8O_YQc.js | 5.86 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.39 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 ----- | --------- | --------- bundle.api.js | 4.39 MB | 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-04-26 10:32:12 -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#48617