[PR #8099] [MERGED] automation UI: add mobile support 📱 #127040

Closed
opened 2026-06-14 06:33:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/8099
Author: @matt-fidd
Created: 6/5/2026
Status: Merged
Merged: 6/6/2026
Merged by: @matt-fidd

Base: masterHead: budget-automation/mobile


📝 Commits (10+)

📊 Changes

29 files changed (+1294 additions, -405 deletions)

View changed files

packages/desktop-client/e2e/budget-automations.mobile.test.ts (+109 -0)
packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-1-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-2-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-3-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-4-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-5-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/page-models/mobile-category-menu-modal.ts (+10 -0)
📝 packages/desktop-client/package.json (+1 -0)
📝 packages/desktop-client/src/components/budget/goals/editor/BySaveAutomation.tsx (+106 -72)
📝 packages/desktop-client/src/components/budget/goals/editor/FixedAutomation.tsx (+5 -4)
📝 packages/desktop-client/src/components/budget/goals/editor/HistoricalAutomation.tsx (+14 -3)
📝 packages/desktop-client/src/components/budget/goals/editor/LimitAutomation.tsx (+8 -4)
📝 packages/desktop-client/src/components/budget/goals/editor/PercentageAutomation.tsx (+81 -23)
📝 packages/desktop-client/src/components/budget/goals/editor/ScheduleAutomation.tsx (+14 -3)
packages/desktop-client/src/components/budget/goals/editor/fieldLayout.ts (+5 -0)
📝 packages/desktop-client/src/components/mobile/MobileForms.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx (+24 -0)
📝 packages/desktop-client/src/components/modals/BudgetAutomationsModal/AutomationEditorPane.tsx (+20 -1)
📝 packages/desktop-client/src/components/modals/BudgetAutomationsModal/BudgetAutomationsBody.tsx (+40 -247)

...and 9 more files

📄 Description

Description

Automation UI, now with mobile support!!

I went for a drilldown method, so you click into a type, then it gives you the settings. I couldn't really get it to fit or work in any other way, and I tried a fair few! I opted to reuse most stuff from the desktop where possible to make this easier to maintain and a bit less complex.

I split by commit as I went so they should be pretty logical to review bit by bit.

Comes with a bonus addition to both mobile and desktop that the percentage input is much easier to use now.

https://github.com/actualbudget/actual/issues/7692

Testing

Tested locally, added e2e tests

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 37 14.07 MB → 14.1 MB (+36.02 kB) +0.25%
loot-core 1 5.28 MB 0%
api 2 3.86 MB 0%
cli 1 7.97 MB 0%
crdt 1 11.12 kB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
37 14.07 MB → 14.1 MB (+36.02 kB) +0.25%
Changeset
File Δ Size
src/components/modals/BudgetAutomationsModal/BudgetAutomationsBodyMobile.tsx 🆕 +20.02 kB 0 B → 20.02 kB
src/components/modals/BudgetAutomationsModal/useBudgetAutomationsEditor.ts 🆕 +6.12 kB 0 B → 6.12 kB
src/components/budget/goals/editor/fieldLayout.ts 🆕 +147 B 0 B → 147 B
src/components/budget/goals/editor/PercentageAutomation.tsx 📈 +1.48 kB (+25.13%) 5.89 kB → 7.37 kB
src/components/modals/BudgetAutomationsModal/BudgetAutomationsBody.tsx 📈 +2.91 kB (+17.70%) 16.46 kB → 19.37 kB
src/components/modals/BudgetAutomationsModal/BudgetAutomationsModal.tsx 📈 +741 B (+15.02%) 4.82 kB → 5.54 kB
src/components/budget/goals/editor/BySaveAutomation.tsx 📈 +1.3 kB (+10.88%) 11.96 kB → 13.26 kB
src/components/modals/CategoryMenuModal.tsx 📈 +794 B (+10.28%) 7.54 kB → 8.32 kB
src/components/budget/goals/editor/ScheduleAutomation.tsx 📈 +232 B (+8.64%) 2.62 kB → 2.85 kB
src/components/budget/goals/automationExamples.ts 📈 +67 B (+6.62%) 1012 B → 1.05 kB
src/components/budget/goals/editor/HistoricalAutomation.tsx 📈 +238 B (+5.01%) 4.64 kB → 4.87 kB
src/components/modals/BudgetAutomationsModal/AutomationEditorPane.tsx 📈 +497 B (+3.60%) 13.49 kB → 13.97 kB
src/components/select/DateSelect.tsx 📈 +406 B (+2.66%) 14.9 kB → 15.3 kB
src/components/mobile/budget/BudgetPage.tsx 📈 +875 B (+2.37%) 36.12 kB → 36.97 kB
src/components/util/GenericInput.tsx 📈 +356 B (+2.01%) 17.27 kB → 17.61 kB
src/components/budget/goals/validateAutomation.ts 📈 +67 B (+2.01%) 3.25 kB → 3.32 kB
package.json 📈 +103 B (+1.06%) 9.49 kB → 9.59 kB
src/components/budget/goals/editor/FixedAutomation.tsx 📈 +64 B (+0.82%) 7.61 kB → 7.68 kB
src/components/budget/goals/editor/LimitAutomation.tsx 📈 +64 B (+0.62%) 10.12 kB → 10.18 kB
src/components/Notifications.tsx 📈 +2 B (+0.01%) 14.78 kB → 14.79 kB
src/components/budget/goals/reducer.ts 📉 -67 B (-1.06%) 6.2 kB → 6.13 kB
src/components/budget/goals/editor/CleanupGroupPicker.tsx 📉 -67 B (-1.14%) 5.72 kB → 5.66 kB
src/components/util/PercentInput.tsx 📉 -228 B (-5.41%) 4.11 kB → 3.89 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.56 MB → 1.59 MB (+34.64 kB) +2.17%
static/js/narrow.js 364.2 kB → 365.05 kB (+875 B) +0.23%
static/js/Value.js 5.08 MB → 5.08 MB (+534 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/ManageRules.js 46.6 kB 0%
static/js/PayeeRuleCountLabel.js 7.33 kB 0%
static/js/ReportRouter.js 1.27 MB 0%
static/js/ScheduleEditForm.js 146.44 kB 0%
static/js/SchedulesTable.js 202.7 kB 0%
static/js/TransactionEdit.js 90.63 kB 0%
static/js/TransactionList.js 85.81 kB 0%
static/js/_baseIsEqual.js 98.38 kB 0%
static/js/ca.js 185.63 kB 0%
static/js/client.js 451.37 kB 0%
static/js/da.js 100.19 kB 0%
static/js/de.js 170.1 kB 0%
static/js/en-GB.js 9.25 kB 0%
static/js/en.js 200.59 kB 0%
static/js/es.js 177.58 kB 0%
static/js/extends.js 508.06 kB 0%
static/js/fr.js 177.35 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/it.js 163.93 kB 0%
static/js/nb-NO.js 147.07 kB 0%
static/js/nl.js 119.3 kB 0%
static/js/pt-BR.js 187.34 kB 0%
static/js/resize-observer.js 18.06 kB 0%
static/js/th.js 173.33 kB 0%
static/js/theme.js 31.88 kB 0%
static/js/toString.js 705.14 kB 0%
static/js/uk.js 207.84 kB 0%
static/js/useFormatList.js 2.52 kB 0%
static/js/useTransactionBatchActions.js 9.71 kB 0%
static/js/wide.js 298.88 kB 0%
static/js/workbox-window.prod.es5.js 7.33 kB 0%
static/js/zh-Hans.js 116.44 kB 0%

loot-core

Total

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

api

Total

Files count Total bundle size % Changed
2 3.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
index.js 3.86 MB 0%
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 11.12 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 11.12 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/8099 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 6/5/2026 **Status:** ✅ Merged **Merged:** 6/6/2026 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `budget-automation/mobile` --- ### 📝 Commits (10+) - [`a8907ac`](https://github.com/actualbudget/actual/commit/a8907acb2c1c2513bbfa6eb571edd979f740e3c6) generalise out to hooks - [`7b3e9cf`](https://github.com/actualbudget/actual/commit/7b3e9cfb00805cdaf8d5cf9e91ea292b9928e121) add mobile modal - [`e7cd083`](https://github.com/actualbudget/actual/commit/e7cd083235e70ac9a99c0b6158a1af1df54f08ac) wire up mobile - [`160f049`](https://github.com/actualbudget/actual/commit/160f049ba84be39a7a5c360c16b781da72cd50f0) tidy up field styling on mobile - [`ed8a3ca`](https://github.com/actualbudget/actual/commit/ed8a3ca791f86f3671eb5442a7f06e761431ee56) [AI] add mobile automations e2e test - [`c12aa7e`](https://github.com/actualbudget/actual/commit/c12aa7e40d4a61ddf21da4a101b784642a99b188) note - [`38f6eab`](https://github.com/actualbudget/actual/commit/38f6eab447e8e63a27e4f72edf0de1586e3f3e7a) Update VRT screenshots - [`9a8c706`](https://github.com/actualbudget/actual/commit/9a8c706ff9a6085338d54fc3957e31395dcef048) fix date picker on schedule page - [`0e510f8`](https://github.com/actualbudget/actual/commit/0e510f83e2c09d5ecb771a0455af12fb4017fe14) fix conflict - [`65f96ac`](https://github.com/actualbudget/actual/commit/65f96ac6ca9a9c19ecb35aec9785643a50989ab3) fix cramped space in save by automation ### 📊 Changes **29 files changed** (+1294 additions, -405 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/e2e/budget-automations.mobile.test.ts` (+109 -0) ➕ `packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-1-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-2-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-3-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-4-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-5-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/budget-automations.mobile.test.ts-snapshots/Mobile-budget-automations-opens-automations-from-the-category-menu-and-drills-into-the-editor-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/page-models/mobile-category-menu-modal.ts` (+10 -0) 📝 `packages/desktop-client/package.json` (+1 -0) 📝 `packages/desktop-client/src/components/budget/goals/editor/BySaveAutomation.tsx` (+106 -72) 📝 `packages/desktop-client/src/components/budget/goals/editor/FixedAutomation.tsx` (+5 -4) 📝 `packages/desktop-client/src/components/budget/goals/editor/HistoricalAutomation.tsx` (+14 -3) 📝 `packages/desktop-client/src/components/budget/goals/editor/LimitAutomation.tsx` (+8 -4) 📝 `packages/desktop-client/src/components/budget/goals/editor/PercentageAutomation.tsx` (+81 -23) 📝 `packages/desktop-client/src/components/budget/goals/editor/ScheduleAutomation.tsx` (+14 -3) ➕ `packages/desktop-client/src/components/budget/goals/editor/fieldLayout.ts` (+5 -0) 📝 `packages/desktop-client/src/components/mobile/MobileForms.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx` (+24 -0) 📝 `packages/desktop-client/src/components/modals/BudgetAutomationsModal/AutomationEditorPane.tsx` (+20 -1) 📝 `packages/desktop-client/src/components/modals/BudgetAutomationsModal/BudgetAutomationsBody.tsx` (+40 -247) _...and 9 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 <!-- 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?--> Automation UI, now with mobile support!! I went for a drilldown method, so you click into a type, then it gives you the settings. I couldn't really get it to fit or work in any other way, and I tried a fair few! I opted to reuse most stuff from the desktop where possible to make this easier to maintain and a bit less complex. I split by commit as I went so they should be pretty logical to review bit by bit. Comes with a bonus addition to both mobile and desktop that the percentage input is much easier to use now. ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> https://github.com/actualbudget/actual/issues/7692 ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> Tested locally, added e2e tests ## 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 | 37 | 14.07 MB → 14.1 MB (+36.02 kB) | +0.25% loot-core | 1 | 5.28 MB | 0% api | 2 | 3.86 MB | 0% cli | 1 | 7.97 MB | 0% crdt | 1 | 11.12 kB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 37 | 14.07 MB → 14.1 MB (+36.02 kB) | +0.25% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/components/modals/BudgetAutomationsModal/BudgetAutomationsBodyMobile.tsx` | 🆕 +20.02 kB | 0 B → 20.02 kB `src/components/modals/BudgetAutomationsModal/useBudgetAutomationsEditor.ts` | 🆕 +6.12 kB | 0 B → 6.12 kB `src/components/budget/goals/editor/fieldLayout.ts` | 🆕 +147 B | 0 B → 147 B `src/components/budget/goals/editor/PercentageAutomation.tsx` | 📈 +1.48 kB (+25.13%) | 5.89 kB → 7.37 kB `src/components/modals/BudgetAutomationsModal/BudgetAutomationsBody.tsx` | 📈 +2.91 kB (+17.70%) | 16.46 kB → 19.37 kB `src/components/modals/BudgetAutomationsModal/BudgetAutomationsModal.tsx` | 📈 +741 B (+15.02%) | 4.82 kB → 5.54 kB `src/components/budget/goals/editor/BySaveAutomation.tsx` | 📈 +1.3 kB (+10.88%) | 11.96 kB → 13.26 kB `src/components/modals/CategoryMenuModal.tsx` | 📈 +794 B (+10.28%) | 7.54 kB → 8.32 kB `src/components/budget/goals/editor/ScheduleAutomation.tsx` | 📈 +232 B (+8.64%) | 2.62 kB → 2.85 kB `src/components/budget/goals/automationExamples.ts` | 📈 +67 B (+6.62%) | 1012 B → 1.05 kB `src/components/budget/goals/editor/HistoricalAutomation.tsx` | 📈 +238 B (+5.01%) | 4.64 kB → 4.87 kB `src/components/modals/BudgetAutomationsModal/AutomationEditorPane.tsx` | 📈 +497 B (+3.60%) | 13.49 kB → 13.97 kB `src/components/select/DateSelect.tsx` | 📈 +406 B (+2.66%) | 14.9 kB → 15.3 kB `src/components/mobile/budget/BudgetPage.tsx` | 📈 +875 B (+2.37%) | 36.12 kB → 36.97 kB `src/components/util/GenericInput.tsx` | 📈 +356 B (+2.01%) | 17.27 kB → 17.61 kB `src/components/budget/goals/validateAutomation.ts` | 📈 +67 B (+2.01%) | 3.25 kB → 3.32 kB `package.json` | 📈 +103 B (+1.06%) | 9.49 kB → 9.59 kB `src/components/budget/goals/editor/FixedAutomation.tsx` | 📈 +64 B (+0.82%) | 7.61 kB → 7.68 kB `src/components/budget/goals/editor/LimitAutomation.tsx` | 📈 +64 B (+0.62%) | 10.12 kB → 10.18 kB `src/components/Notifications.tsx` | 📈 +2 B (+0.01%) | 14.78 kB → 14.79 kB `src/components/budget/goals/reducer.ts` | 📉 -67 B (-1.06%) | 6.2 kB → 6.13 kB `src/components/budget/goals/editor/CleanupGroupPicker.tsx` | 📉 -67 B (-1.14%) | 5.72 kB → 5.66 kB `src/components/util/PercentInput.tsx` | 📉 -228 B (-5.41%) | 4.11 kB → 3.89 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.56 MB → 1.59 MB (+34.64 kB) | +2.17% static/js/narrow.js | 364.2 kB → 365.05 kB (+875 B) | +0.23% static/js/Value.js | 5.08 MB → 5.08 MB (+534 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/ManageRules.js | 46.6 kB | 0% static/js/PayeeRuleCountLabel.js | 7.33 kB | 0% static/js/ReportRouter.js | 1.27 MB | 0% static/js/ScheduleEditForm.js | 146.44 kB | 0% static/js/SchedulesTable.js | 202.7 kB | 0% static/js/TransactionEdit.js | 90.63 kB | 0% static/js/TransactionList.js | 85.81 kB | 0% static/js/_baseIsEqual.js | 98.38 kB | 0% static/js/ca.js | 185.63 kB | 0% static/js/client.js | 451.37 kB | 0% static/js/da.js | 100.19 kB | 0% static/js/de.js | 170.1 kB | 0% static/js/en-GB.js | 9.25 kB | 0% static/js/en.js | 200.59 kB | 0% static/js/es.js | 177.58 kB | 0% static/js/extends.js | 508.06 kB | 0% static/js/fr.js | 177.35 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/it.js | 163.93 kB | 0% static/js/nb-NO.js | 147.07 kB | 0% static/js/nl.js | 119.3 kB | 0% static/js/pt-BR.js | 187.34 kB | 0% static/js/resize-observer.js | 18.06 kB | 0% static/js/th.js | 173.33 kB | 0% static/js/theme.js | 31.88 kB | 0% static/js/toString.js | 705.14 kB | 0% static/js/uk.js | 207.84 kB | 0% static/js/useFormatList.js | 2.52 kB | 0% static/js/useTransactionBatchActions.js | 9.71 kB | 0% static/js/wide.js | 298.88 kB | 0% static/js/workbox-window.prod.es5.js | 7.33 kB | 0% static/js/zh-Hans.js | 116.44 kB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.28 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.BkkH_8jr.js | 5.28 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 2 | 3.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 ----- | --------- | --------- index.js | 3.86 MB | 0% 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 | 11.12 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 | 11.12 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-06-14 06:33:34 -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#127040