[PR #7782] [AI] External sync accounts API, persisted bank sync state #85066

Open
opened 2026-05-19 10:24:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7782
Author: @jcam
Created: 5/9/2026
Status: 🔄 Open

Base: masterHead: jcam/external-sync-accounts-api


📝 Commits (8)

  • e5267a1 Extend accounts API for external sync and persist bank sync status (db schema update)
  • 67f1d28 Request sync through that bank-sync-status and expose the unlink API
  • 4008761 UI updates for persisted bank sync state and sync status propagation
  • d8eb8bc Mark remote sync accounts as updated
  • 2439418 lint fixes
  • 7b7188d Address CodeRabbit sync review feedback
  • bf4053e Fix plural bug, rather than relax test
  • 531566d Tighten up new transactions indicator to only fire for syncs

📊 Changes

37 files changed (+1725 additions, -145 deletions)

View changed files

📝 packages/api/methods.test.ts (+99 -0)
📝 packages/api/methods.ts (+9 -0)
📝 packages/desktop-client/src/accounts/accountsSlice.ts (+1 -1)
📝 packages/desktop-client/src/accounts/mutations.ts (+13 -8)
packages/desktop-client/src/accounts/syncStatus.test.ts (+32 -0)
packages/desktop-client/src/accounts/syncStatus.ts (+28 -0)
📝 packages/desktop-client/src/components/App.tsx (+32 -1)
packages/desktop-client/src/components/BankSyncStatus.test.tsx (+68 -0)
📝 packages/desktop-client/src/components/BankSyncStatus.tsx (+34 -13)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+0 -6)
packages/desktop-client/src/components/accounts/Header.test.tsx (+66 -0)
📝 packages/desktop-client/src/components/accounts/Header.tsx (+8 -24)
📝 packages/desktop-client/src/components/banksync/AccountRow.tsx (+24 -12)
📝 packages/desktop-client/src/components/banksync/bankSyncUtils.test.ts (+15 -6)
📝 packages/desktop-client/src/components/banksync/bankSyncUtils.ts (+4 -1)
📝 packages/desktop-client/src/components/mobile/accounts/AccountPage.tsx (+8 -13)
📝 packages/desktop-client/src/components/mobile/accounts/AccountsPage.tsx (+6 -7)
📝 packages/desktop-client/src/components/sidebar/Accounts.tsx (+8 -8)
packages/desktop-client/src/hooks/usePendingSyncPolling.test.ts (+88 -0)
packages/desktop-client/src/hooks/usePendingSyncPolling.ts (+44 -0)

...and 17 more files

📄 Description

Description

  • Extends the accounts APIs to include all the bank sync fields
  • Shifts the bank sync status to be a persisted item in the DB and wires up everything so that pending/failed is propagated through all connected desktop/mobile clients (as well as API clients like my sync system, or future plugins if they end up getting tied in as separate docker containers)
  • You can request a bank sync through the actual UI and an external/plugin sync system can be triggered by it
  • Even updates the bolding/color change to show that there are new transactions after a sync completes :)

** Utilized codex for most of the work, with significant review/cleanup by me/re-prompting

#7735

Testing

lots of new test cases, dozens of rounds of rebuilding and tying in and watching sync messages

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.93 MB → 13.94 MB (+2.21 kB) +0.02%
loot-core 1 5.27 MB → 5.28 MB (+6.58 kB) +0.12%
api 2 3.9 MB → 3.9 MB (+6.58 kB) +0.16%
cli 1 7.97 MB 0%
crdt 1 43.41 kB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
34 13.93 MB → 13.94 MB (+2.21 kB) +0.02%
Changeset
File Δ Size
src/hooks/usePendingSyncPolling.ts 🆕 +667 B 0 B → 667 B
src/accounts/syncStatus.ts 🆕 +498 B 0 B → 498 B
src/components/BankSyncStatus.tsx 📈 +668 B (+29.38%) 2.22 kB → 2.87 kB
src/components/App.tsx 📈 +1.11 kB (+13.40%) 8.28 kB → 9.39 kB
src/components/banksync/AccountRow.tsx 📈 +477 B (+10.50%) 4.44 kB → 4.9 kB
src/sync-events.ts 📈 +411 B (+5.05%) 7.95 kB → 8.35 kB
src/components/banksync/bankSyncUtils.ts 📈 +52 B (+3.54%) 1.44 kB → 1.49 kB
src/accounts/accountsSlice.ts 📈 +21 B (+1.64%) 1.25 kB → 1.27 kB
src/components/UpdateNotification.tsx 📈 +4 B (+0.07%) 5.26 kB → 5.27 kB
src/components/payees/ManagePayees.tsx 📈 +2 B (+0.01%) 15.15 kB → 15.15 kB
src/components/mobile/budget/BudgetTable.tsx 📉 -2 B (-0.01%) 23.41 kB → 23.41 kB
src/components/accounts/Account.tsx 📉 -156 B (-0.35%) 44.1 kB → 43.95 kB
src/accounts/mutations.ts 📉 -47 B (-0.36%) 12.6 kB → 12.55 kB
src/components/accounts/Header.tsx 📉 -216 B (-0.75%) 28.01 kB → 27.8 kB
src/components/mobile/accounts/AccountsPage.tsx 📉 -306 B (-1.49%) 20.11 kB → 19.82 kB
src/components/mobile/accounts/AccountPage.tsx 📉 -300 B (-3.23%) 9.07 kB → 8.78 kB
src/components/sidebar/Accounts.tsx 📉 -647 B (-7.20%) 8.77 kB → 8.14 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/index.js 1.93 MB → 1.94 MB (+2.55 kB) +0.13%
static/js/bankSyncUtils.js 54.1 kB → 54.37 kB (+285 B) +0.51%

Smaller

Asset File Size % Changed
static/js/narrow.js 364.41 kB → 363.82 kB (-608 B) -0.16%
static/js/extends.js 520.14 kB → 520.11 kB (-26 B) -0.00%

Unchanged

Asset File Size % Changed
static/js/BackgroundImage.js 121.09 kB 0%
static/js/FormulaEditor.js 962.55 kB 0%
static/js/ReportRouter.js 1.22 MB 0%
static/js/ScheduleEditForm.js 145.76 kB 0%
static/js/TransactionEdit.js 190.4 kB 0%
static/js/TransactionList.js 85.81 kB 0%
static/js/Value.js 4.94 MB 0%
static/js/alerts.js 800.08 kB 0%
static/js/ca.js 187.91 kB 0%
static/js/client.js 451.37 kB 0%
static/js/da.js 101.38 kB 0%
static/js/de.js 170.55 kB 0%
static/js/en-GB.js 8.2 kB 0%
static/js/en.js 185.11 kB 0%
static/js/es.js 179 kB 0%
static/js/fr.js 178.9 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/it.js 165.3 kB 0%
static/js/nb-NO.js 148.31 kB 0%
static/js/nl.js 106.47 kB 0%
static/js/pl.js 86.52 kB 0%
static/js/pt-BR.js 189.58 kB 0%
static/js/resize-observer.js 18.06 kB 0%
static/js/th.js 174.76 kB 0%
static/js/theme.js 31.67 kB 0%
static/js/uk.js 207.75 kB 0%
static/js/useFormatList.js 4.96 kB 0%
static/js/wide.js 453 B 0%
static/js/workbox-window.prod.es5.js 7.33 kB 0%
static/js/zh-Hans.js 117.91 kB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.27 MB → 5.28 MB (+6.58 kB) +0.12%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/loot-core/src/server/accounts/app.ts 📈 +4.41 kB (+20.08%) 21.96 kB → 26.37 kB
home/runner/work/actual/actual/packages/loot-core/src/server/api-models.ts 📈 +553 B (+14.65%) 3.69 kB → 4.23 kB
home/runner/work/actual/actual/packages/loot-core/src/server/sync/index.ts 📈 +1.31 kB (+9.09%) 14.42 kB → 15.73 kB
home/runner/work/actual/actual/packages/loot-core/src/server/api.ts 📈 +284 B (+1.21%) 22.92 kB → 23.2 kB
home/runner/work/actual/actual/packages/loot-core/src/server/aql/schema/index.ts 📈 +34 B (+0.34%) 9.65 kB → 9.68 kB
home/runner/work/actual/actual/packages/loot-core/src/server/db/index.ts 📈 +5 B (+0.02%) 20.53 kB → 20.54 kB
View detailed bundle breakdown

Added

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

Removed

Asset File Size % Changed
kcab.worker.CfcE9hoo.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.9 MB → 3.9 MB (+6.58 kB) +0.16%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/loot-core/src/server/accounts/app.ts 📈 +4.31 kB (+20.15%) 21.4 kB → 25.71 kB
home/runner/work/actual/actual/packages/loot-core/src/server/api-models.ts 📈 +542 B (+15.03%) 3.52 kB → 4.05 kB
home/runner/work/actual/actual/packages/loot-core/src/server/sync/index.ts 📈 +1.29 kB (+9.23%) 13.98 kB → 15.27 kB
methods.ts 📈 +144 B (+2.48%) 5.67 kB → 5.82 kB
home/runner/work/actual/actual/packages/loot-core/src/server/api.ts 📈 +277 B (+1.21%) 22.31 kB → 22.58 kB
home/runner/work/actual/actual/packages/loot-core/src/server/aql/schema/index.ts 📈 +33 B (+0.34%) 9.36 kB → 9.4 kB
home/runner/work/actual/actual/packages/loot-core/src/server/db/index.ts 📈 +5 B (+0.02%) 20.08 kB → 20.08 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
index.js 3.9 MB → 3.9 MB (+6.58 kB) +0.16%

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 43.41 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 43.41 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/7782 **Author:** [@jcam](https://github.com/jcam) **Created:** 5/9/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `jcam/external-sync-accounts-api` --- ### 📝 Commits (8) - [`e5267a1`](https://github.com/actualbudget/actual/commit/e5267a13805e21074259288686dcb3c7138bcdfd) Extend accounts API for external sync and persist bank sync status (db schema update) - [`67f1d28`](https://github.com/actualbudget/actual/commit/67f1d28bf9e83c7ad0e11bc0f640ebcdf51bf333) Request sync through that bank-sync-status and expose the unlink API - [`4008761`](https://github.com/actualbudget/actual/commit/40087619639ac26884149e8c4070cc4ae1887c28) UI updates for persisted bank sync state and sync status propagation - [`d8eb8bc`](https://github.com/actualbudget/actual/commit/d8eb8bcd0c3eaa4af0f0b0539aafff170677237c) Mark remote sync accounts as updated - [`2439418`](https://github.com/actualbudget/actual/commit/24394187bc2c5d068b94620a5147398d0d7dd6df) lint fixes - [`7b7188d`](https://github.com/actualbudget/actual/commit/7b7188dfc4a17461170b0b98d46f26db85f7136b) Address CodeRabbit sync review feedback - [`bf4053e`](https://github.com/actualbudget/actual/commit/bf4053e8f1dcfe5f73af1571525762775419e3c1) Fix plural bug, rather than relax test - [`531566d`](https://github.com/actualbudget/actual/commit/531566dd9f9f16a4f115b5bb4e448001b5d95741) Tighten up new transactions indicator to only fire for syncs ### 📊 Changes **37 files changed** (+1725 additions, -145 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.test.ts` (+99 -0) 📝 `packages/api/methods.ts` (+9 -0) 📝 `packages/desktop-client/src/accounts/accountsSlice.ts` (+1 -1) 📝 `packages/desktop-client/src/accounts/mutations.ts` (+13 -8) ➕ `packages/desktop-client/src/accounts/syncStatus.test.ts` (+32 -0) ➕ `packages/desktop-client/src/accounts/syncStatus.ts` (+28 -0) 📝 `packages/desktop-client/src/components/App.tsx` (+32 -1) ➕ `packages/desktop-client/src/components/BankSyncStatus.test.tsx` (+68 -0) 📝 `packages/desktop-client/src/components/BankSyncStatus.tsx` (+34 -13) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+0 -6) ➕ `packages/desktop-client/src/components/accounts/Header.test.tsx` (+66 -0) 📝 `packages/desktop-client/src/components/accounts/Header.tsx` (+8 -24) 📝 `packages/desktop-client/src/components/banksync/AccountRow.tsx` (+24 -12) 📝 `packages/desktop-client/src/components/banksync/bankSyncUtils.test.ts` (+15 -6) 📝 `packages/desktop-client/src/components/banksync/bankSyncUtils.ts` (+4 -1) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountPage.tsx` (+8 -13) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountsPage.tsx` (+6 -7) 📝 `packages/desktop-client/src/components/sidebar/Accounts.tsx` (+8 -8) ➕ `packages/desktop-client/src/hooks/usePendingSyncPolling.test.ts` (+88 -0) ➕ `packages/desktop-client/src/hooks/usePendingSyncPolling.ts` (+44 -0) _...and 17 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://actualbudget.org/docs/contributing/#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description - Extends the accounts APIs to include all the bank sync fields - Shifts the bank sync status to be a persisted item in the DB and wires up everything so that pending/failed is propagated through all connected desktop/mobile clients (as well as API clients like my sync system, or future plugins if they end up getting tied in as separate docker containers) - You can request a bank sync through the actual UI and an external/plugin sync system can be triggered by it - Even updates the bolding/color change to show that there are new transactions after a sync completes :) ** Utilized codex for most of the work, with significant review/cleanup by me/re-prompting ## Related issue(s) #7735 ## Testing lots of new test cases, dozens of rounds of rebuilding and tying in and watching sync messages ## 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 <!--- actual-bot-sections ---> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 34 | 13.93 MB → 13.94 MB (+2.21 kB) | +0.02% loot-core | 1 | 5.27 MB → 5.28 MB (+6.58 kB) | +0.12% api | 2 | 3.9 MB → 3.9 MB (+6.58 kB) | +0.16% cli | 1 | 7.97 MB | 0% crdt | 1 | 43.41 kB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 34 | 13.93 MB → 13.94 MB (+2.21 kB) | +0.02% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/hooks/usePendingSyncPolling.ts` | 🆕 +667 B | 0 B → 667 B `src/accounts/syncStatus.ts` | 🆕 +498 B | 0 B → 498 B `src/components/BankSyncStatus.tsx` | 📈 +668 B (+29.38%) | 2.22 kB → 2.87 kB `src/components/App.tsx` | 📈 +1.11 kB (+13.40%) | 8.28 kB → 9.39 kB `src/components/banksync/AccountRow.tsx` | 📈 +477 B (+10.50%) | 4.44 kB → 4.9 kB `src/sync-events.ts` | 📈 +411 B (+5.05%) | 7.95 kB → 8.35 kB `src/components/banksync/bankSyncUtils.ts` | 📈 +52 B (+3.54%) | 1.44 kB → 1.49 kB `src/accounts/accountsSlice.ts` | 📈 +21 B (+1.64%) | 1.25 kB → 1.27 kB `src/components/UpdateNotification.tsx` | 📈 +4 B (+0.07%) | 5.26 kB → 5.27 kB `src/components/payees/ManagePayees.tsx` | 📈 +2 B (+0.01%) | 15.15 kB → 15.15 kB `src/components/mobile/budget/BudgetTable.tsx` | 📉 -2 B (-0.01%) | 23.41 kB → 23.41 kB `src/components/accounts/Account.tsx` | 📉 -156 B (-0.35%) | 44.1 kB → 43.95 kB `src/accounts/mutations.ts` | 📉 -47 B (-0.36%) | 12.6 kB → 12.55 kB `src/components/accounts/Header.tsx` | 📉 -216 B (-0.75%) | 28.01 kB → 27.8 kB `src/components/mobile/accounts/AccountsPage.tsx` | 📉 -306 B (-1.49%) | 20.11 kB → 19.82 kB `src/components/mobile/accounts/AccountPage.tsx` | 📉 -300 B (-3.23%) | 9.07 kB → 8.78 kB `src/components/sidebar/Accounts.tsx` | 📉 -647 B (-7.20%) | 8.77 kB → 8.14 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 ----- | --------- | --------- static/js/index.js | 1.93 MB → 1.94 MB (+2.55 kB) | +0.13% static/js/bankSyncUtils.js | 54.1 kB → 54.37 kB (+285 B) | +0.51% **Smaller** Asset | File Size | % Changed ----- | --------- | --------- static/js/narrow.js | 364.41 kB → 363.82 kB (-608 B) | -0.16% static/js/extends.js | 520.14 kB → 520.11 kB (-26 B) | -0.00% **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/BackgroundImage.js | 121.09 kB | 0% static/js/FormulaEditor.js | 962.55 kB | 0% static/js/ReportRouter.js | 1.22 MB | 0% static/js/ScheduleEditForm.js | 145.76 kB | 0% static/js/TransactionEdit.js | 190.4 kB | 0% static/js/TransactionList.js | 85.81 kB | 0% static/js/Value.js | 4.94 MB | 0% static/js/alerts.js | 800.08 kB | 0% static/js/ca.js | 187.91 kB | 0% static/js/client.js | 451.37 kB | 0% static/js/da.js | 101.38 kB | 0% static/js/de.js | 170.55 kB | 0% static/js/en-GB.js | 8.2 kB | 0% static/js/en.js | 185.11 kB | 0% static/js/es.js | 179 kB | 0% static/js/fr.js | 178.9 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/it.js | 165.3 kB | 0% static/js/nb-NO.js | 148.31 kB | 0% static/js/nl.js | 106.47 kB | 0% static/js/pl.js | 86.52 kB | 0% static/js/pt-BR.js | 189.58 kB | 0% static/js/resize-observer.js | 18.06 kB | 0% static/js/th.js | 174.76 kB | 0% static/js/theme.js | 31.67 kB | 0% static/js/uk.js | 207.75 kB | 0% static/js/useFormatList.js | 4.96 kB | 0% static/js/wide.js | 453 B | 0% static/js/workbox-window.prod.es5.js | 7.33 kB | 0% static/js/zh-Hans.js | 117.91 kB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.27 MB → 5.28 MB (+6.58 kB) | +0.12% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/loot-core/src/server/accounts/app.ts` | 📈 +4.41 kB (+20.08%) | 21.96 kB → 26.37 kB `home/runner/work/actual/actual/packages/loot-core/src/server/api-models.ts` | 📈 +553 B (+14.65%) | 3.69 kB → 4.23 kB `home/runner/work/actual/actual/packages/loot-core/src/server/sync/index.ts` | 📈 +1.31 kB (+9.09%) | 14.42 kB → 15.73 kB `home/runner/work/actual/actual/packages/loot-core/src/server/api.ts` | 📈 +284 B (+1.21%) | 22.92 kB → 23.2 kB `home/runner/work/actual/actual/packages/loot-core/src/server/aql/schema/index.ts` | 📈 +34 B (+0.34%) | 9.65 kB → 9.68 kB `home/runner/work/actual/actual/packages/loot-core/src/server/db/index.ts` | 📈 +5 B (+0.02%) | 20.53 kB → 20.54 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.naj8F5e5.js | 0 B → 5.28 MB (+5.28 MB) | - **Removed** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.CfcE9hoo.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.9 MB → 3.9 MB (+6.58 kB) | +0.16% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/loot-core/src/server/accounts/app.ts` | 📈 +4.31 kB (+20.15%) | 21.4 kB → 25.71 kB `home/runner/work/actual/actual/packages/loot-core/src/server/api-models.ts` | 📈 +542 B (+15.03%) | 3.52 kB → 4.05 kB `home/runner/work/actual/actual/packages/loot-core/src/server/sync/index.ts` | 📈 +1.29 kB (+9.23%) | 13.98 kB → 15.27 kB `methods.ts` | 📈 +144 B (+2.48%) | 5.67 kB → 5.82 kB `home/runner/work/actual/actual/packages/loot-core/src/server/api.ts` | 📈 +277 B (+1.21%) | 22.31 kB → 22.58 kB `home/runner/work/actual/actual/packages/loot-core/src/server/aql/schema/index.ts` | 📈 +33 B (+0.34%) | 9.36 kB → 9.4 kB `home/runner/work/actual/actual/packages/loot-core/src/server/db/index.ts` | 📈 +5 B (+0.02%) | 20.08 kB → 20.08 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.9 MB → 3.9 MB (+6.58 kB) | +0.16% **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 | 43.41 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 | 43.41 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-19 10:24:57 -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#85066