[PR #6019] [CLOSED] Enables category creation during import #40703

Closed
opened 2026-04-23 13:31:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6019
Author: @StephenBrown2
Created: 10/28/2025
Status: Closed

Base: masterHead: create-categories-on-import


📝 Commits (4)

  • 70aee30 feat(import): add category mapping and creation during transaction import
  • cb3de8e Update VRT screenshots
  • e3ba593 Apply suggestions from code review
  • 617092d [autofix.ci] apply automated fixes

📊 Changes

38 files changed (+1382 additions, -151 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.test.ts (+133 -42)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-1-create-categories-auto-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-1-create-categories-dark-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-1-create-categories-midnight-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-2-open-categories-modal-auto-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-2-open-categories-modal-dark-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-2-open-categories-modal-midnight-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-3-map-existing-auto-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-3-map-existing-dark-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-3-map-existing-midnight-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-4-assign-group-auto-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-4-assign-group-dark-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-4-assign-group-midnight-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-5-new-group-auto-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-5-new-group-dark-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-5-new-group-midnight-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-6-after-new-group-auto-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-6-after-new-group-dark-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-6-after-new-group-midnight-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-7-imported-auto-chromium-linux.png (+0 -0)

...and 18 more files

📄 Description

Adds the ability to create new categories directly from the import transactions modal.

Introduces an "Import Categories" modal that allows users to map imported categories to existing ones or create new categories with specified groups. This streamlines the import process by handling unknown categories on the fly.

Adds unit tests for the import transactions field mapping utility function.

The field mapping tests verify the correct mapping of transaction fields, including category detection based on user-defined mappings. It ensures the category values are properly mapped even with different column names, missing fields, or null mappings.

AI Disclaimer

This PR was created with assistance from Claude. All feedback welcome.

Copilot Summary

This pull request adds support for importing transactions with new categories that do not yet exist in the system. It introduces a workflow allowing users to map imported categories to existing ones or create new categories and groups as needed during the import process. The changes span new modal components, transaction import logic, and UI enhancements for clarity.

Category Import & Creation Workflow:

  • Added a new modal component ImportCategoriesModal that lets users map imported categories to existing ones or create new categories/groups during transaction import.
  • Integrated the new modal into the transaction import flow: when importing transactions, if new categories are detected, the modal prompts the user for mappings or creation before proceeding. [1] [2] [3]
  • Added a checkbox option to the import dialog UI to enable or disable automatic category creation from import. [1] [2]

Transaction Import Logic:

  • Implemented logic to detect new categories in imported transactions and collect them for user mapping/creation.
  • Modified the import process to assign the correct category IDs to transactions, using mappings from the modal or creating new categories as needed.

UI Enhancements:

  • Updated transaction preview rendering to clearly indicate when a transaction's category does not exist yet, displaying it as "(new)" in italics and subdued color. [1] [2]

Codebase Maintenance:

  • Updated imports and type references to support the new modal and category mapping logic. [1] [2]

Screenshots

Using the following test csv in the test budget to make the following screenshots:
test-import-categories.csv

Import Transactions Modal has a new "Create Categories" checkbox. Leaving unchecked will maintain current behavior, leaving unknown categories uncategorized.
Screenshot from 2025-10-28 09-33-06
By default, all categories will be created under the first group, which can be changed using the dropdown, or a new category group created as well.
Screenshot from 2025-10-28 09-33-23
Entering the new category group name uses the existing modal.
Screenshot from 2025-10-28 09-33-33
If an existing category is selected, the existing group is displayed and is unchangeable.
Screenshot from 2025-10-28 09-34-06
Once categories are created, transactions are categorized appropriately and categories can be reorganized as usual.
Screenshot from 2025-10-28 09-34-34

Using the included test data/categories.csv file for the following screenshots:

  1. Import preview with “Create categories from import” — CSV categories file is loaded and the option to create categories from the import is enabled before proceeding.

  2. Import Categories modal — The stacked Import Categories dialog is open on top of the import preview so category names from the file can be reviewed and mapped.

  3. Map category to existing — A row from the import is mapped to an existing budget category (Food) via the autocomplete.

  4. Assign new category to existing group — A new category from the import is placed under an existing group (Bills under Usual Expenses).

  5. New Category Group dialogNew Category Group is open with a new group name (Pets) filled in before confirming.

  6. Import Categories after creating the group — Back on Import Categories after adding the Pets group, ready to continue the import.

  7. Transactions importedContinue Import finished; the account register shows imported transactions with categories applied (e.g. Food, Model Trains, Pet Care).


Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 27 12.09 MB → 12.1 MB (+14.76 kB) +0.12%
loot-core 1 4.83 MB 0%
api 4 4.06 MB 0%
cli 1 7.88 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
27 12.09 MB → 12.1 MB (+14.76 kB) +0.12%
Changeset
File Δ Size
src/components/modals/ImportCategoriesModal.tsx 🆕 +9.77 kB 0 B → 9.77 kB
src/components/modals/ImportTransactionsModal/ImportTransactionsModal.tsx 📈 +4.42 kB (+14.35%) 30.77 kB → 35.19 kB
src/components/modals/ImportTransactionsModal/Transaction.tsx 📈 +469 B (+4.01%) 11.41 kB → 11.87 kB
src/components/Modals.tsx 📈 +117 B (+1.02%) 11.24 kB → 11.35 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/index.js 3.23 MB → 3.24 MB (+14.76 kB) +0.45%

Smaller
No assets were smaller

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 1.02 MB 0%
static/js/TransactionList.js 81.29 kB 0%
static/js/ca.js 182.91 kB 0%
static/js/da.js 104.66 kB 0%
static/js/de.js 174.79 kB 0%
static/js/en-GB.js 7.16 kB 0%
static/js/en.js 170.76 kB 0%
static/js/es.js 182.09 kB 0%
static/js/fr.js 177.47 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/it.js 166.25 kB 0%
static/js/narrow.js 354.5 kB 0%
static/js/nb-NO.js 152.2 kB 0%
static/js/nl.js 108.93 kB 0%
static/js/pl.js 88.34 kB 0%
static/js/pt-BR.js 177.84 kB 0%
static/js/resize-observer.js 18.03 kB 0%
static/js/sv.js 80.58 kB 0%
static/js/th.js 179.94 kB 0%
static/js/theme.js 30.68 kB 0%
static/js/uk.js 213.14 kB 0%
static/js/useTransactionBatchActions.js 4.29 MB 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.CwpE34S5.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%

cli

Total

Files count Total bundle size % Changed
1 7.88 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.88 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/6019 **Author:** [@StephenBrown2](https://github.com/StephenBrown2) **Created:** 10/28/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `create-categories-on-import` --- ### 📝 Commits (4) - [`70aee30`](https://github.com/actualbudget/actual/commit/70aee307d7af02efee6d0449db4b7941ea87bed3) feat(import): add category mapping and creation during transaction import - [`cb3de8e`](https://github.com/actualbudget/actual/commit/cb3de8e9d97c6aeb9bd540f9371fa284dff2c39d) Update VRT screenshots - [`e3ba593`](https://github.com/actualbudget/actual/commit/e3ba5933c46c2613d327330196a9f5b0eac7057c) Apply suggestions from code review - [`617092d`](https://github.com/actualbudget/actual/commit/617092db3dd6e7079387abc2b98f45c29bda7ee9) [autofix.ci] apply automated fixes ### 📊 Changes **38 files changed** (+1382 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.test.ts` (+133 -42) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-1-create-categories-auto-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-1-create-categories-dark-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-1-create-categories-midnight-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-2-open-categories-modal-auto-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-2-open-categories-modal-dark-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-2-open-categories-modal-midnight-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-3-map-existing-auto-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-3-map-existing-dark-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-3-map-existing-midnight-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-4-assign-group-auto-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-4-assign-group-dark-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-4-assign-group-midnight-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-5-new-group-auto-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-5-new-group-dark-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-5-new-group-midnight-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-6-after-new-group-auto-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-6-after-new-group-dark-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-6-after-new-group-midnight-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-7-imported-auto-chromium-linux.png` (+0 -0) _...and 18 more files_ </details> ### 📄 Description Adds the ability to create new categories directly from the import transactions modal. Introduces an "Import Categories" modal that allows users to map imported categories to existing ones or create new categories with specified groups. This streamlines the import process by handling unknown categories on the fly. Adds unit tests for the import transactions field mapping utility function. The field mapping tests verify the correct mapping of transaction fields, including category detection based on user-defined mappings. It ensures the category values are properly mapped even with different column names, missing fields, or null mappings. ### AI Disclaimer This PR was created with assistance from Claude. All feedback welcome. ## Copilot Summary This pull request adds support for importing transactions with new categories that do not yet exist in the system. It introduces a workflow allowing users to map imported categories to existing ones or create new categories and groups as needed during the import process. The changes span new modal components, transaction import logic, and UI enhancements for clarity. **Category Import & Creation Workflow:** * Added a new modal component `ImportCategoriesModal` that lets users map imported categories to existing ones or create new categories/groups during transaction import. * Integrated the new modal into the transaction import flow: when importing transactions, if new categories are detected, the modal prompts the user for mappings or creation before proceeding. [[1]](diffhunk://#diff-8d33c82f7d7a1c4f72e0e911132a409eb48134430400d9b409306a37bd13f407R41) [[2]](diffhunk://#diff-8d33c82f7d7a1c4f72e0e911132a409eb48134430400d9b409306a37bd13f407R123-R125) [[3]](diffhunk://#diff-8e5b688cd46976e291e6b960ad3bdce1b28cc399714079c4d290b0515a228dd1R608-R693) * Added a checkbox option to the import dialog UI to enable or disable automatic category creation from import. [[1]](diffhunk://#diff-8e5b688cd46976e291e6b960ad3bdce1b28cc399714079c4d290b0515a228dd1R228) [[2]](diffhunk://#diff-8e5b688cd46976e291e6b960ad3bdce1b28cc399714079c4d290b0515a228dd1R1230-R1242) **Transaction Import Logic:** * Implemented logic to detect new categories in imported transactions and collect them for user mapping/creation. * Modified the import process to assign the correct category IDs to transactions, using mappings from the modal or creating new categories as needed. **UI Enhancements:** * Updated transaction preview rendering to clearly indicate when a transaction's category does not exist yet, displaying it as "(new)" in italics and subdued color. [[1]](diffhunk://#diff-a4b0d08037b4abecdc39a5276e03100ef7ba6c26e7e3befc9f5e99efba498ca1L59) [[2]](diffhunk://#diff-a4b0d08037b4abecdc39a5276e03100ef7ba6c26e7e3befc9f5e99efba498ca1L219-R235) **Codebase Maintenance:** * Updated imports and type references to support the new modal and category mapping logic. [[1]](diffhunk://#diff-8e5b688cd46976e291e6b960ad3bdce1b28cc399714079c4d290b0515a228dd1R43-R59) [[2]](diffhunk://#diff-9c9bcd26f3899c20d43ed81a53a0acbd39ad5938a19d206f7a7ddd1ac633d4a5L1-R1) **Screenshots** <details> <summary> Using the following test csv in the test budget to make the following screenshots: [test-import-categories.csv](https://github.com/user-attachments/files/23189187/test-import-categories.csv) </summary> Import Transactions Modal has a new "Create Categories" checkbox. Leaving unchecked will maintain current behavior, leaving unknown categories uncategorized. <img width="826" height="800" alt="Screenshot from 2025-10-28 09-33-06" src="https://github.com/user-attachments/assets/a2048305-86d2-4c8e-a4d0-0f1f3d39b603" /> By default, all categories will be created under the first group, which can be changed using the dropdown, or a new category group created as well. <img width="826" height="800" alt="Screenshot from 2025-10-28 09-33-23" src="https://github.com/user-attachments/assets/95a23d20-0f87-4eb0-a5a9-dd74941e9327" /> Entering the new category group name uses the existing modal. <img width="826" height="800" alt="Screenshot from 2025-10-28 09-33-33" src="https://github.com/user-attachments/assets/0c22e3e8-7cb6-4f14-ab74-1eabfed866f9" /> If an existing category is selected, the existing group is displayed and is unchangeable. <img width="826" height="800" alt="Screenshot from 2025-10-28 09-34-06" src="https://github.com/user-attachments/assets/861193e8-ce62-41a2-a8b0-f8dc14317b8c" /> Once categories are created, transactions are categorized appropriately and categories can be reorganized as usual. <img width="826" height="800" alt="Screenshot from 2025-10-28 09-34-34" src="https://github.com/user-attachments/assets/7f6ad361-0ef8-4ff1-8e8f-2dd746ddb2aa" /> </details> <details> <summary> Using the included test `data/categories.csv` file for the following screenshots: </summary> 1. **Import preview with “Create categories from import”** — CSV categories file is loaded and the option to create categories from the import is enabled before proceeding. ![](https://raw.githubusercontent.com/StephenBrown2/actual/create-categories-on-import/packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-1-create-categories-dark-chromium-linux.png) 2. **Import Categories modal** — The stacked **Import Categories** dialog is open on top of the import preview so category names from the file can be reviewed and mapped. ![](https://raw.githubusercontent.com/StephenBrown2/actual/create-categories-on-import/packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-2-open-categories-modal-dark-chromium-linux.png) 3. **Map category to existing** — A row from the import is mapped to an existing budget category (**Food**) via the autocomplete. ![](https://raw.githubusercontent.com/StephenBrown2/actual/create-categories-on-import/packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-3-map-existing-dark-chromium-linux.png) 4. **Assign new category to existing group** — A new category from the import is placed under an existing group (**Bills** under **Usual Expenses**). ![](https://raw.githubusercontent.com/StephenBrown2/actual/create-categories-on-import/packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-4-assign-group-dark-chromium-linux.png) 5. **New Category Group dialog** — **New Category Group** is open with a new group name (**Pets**) filled in before confirming. ![](https://raw.githubusercontent.com/StephenBrown2/actual/create-categories-on-import/packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-5-new-group-dark-chromium-linux.png) 6. **Import Categories after creating the group** — Back on **Import Categories** after adding the **Pets** group, ready to continue the import. ![](https://raw.githubusercontent.com/StephenBrown2/actual/create-categories-on-import/packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-6-after-new-group-dark-chromium-linux.png) 7. **Transactions imported** — **Continue Import** finished; the account register shows imported transactions with categories applied (e.g. Food, Model Trains, Pet Care). ![](https://raw.githubusercontent.com/StephenBrown2/actual/create-categories-on-import/packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-Import-Transactions-with-category-mapping-from-CSV-step-7-imported-dark-chromium-linux.png) </details> <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 27 | 12.09 MB → 12.1 MB (+14.76 kB) | +0.12% loot-core | 1 | 4.83 MB | 0% api | 4 | 4.06 MB | 0% cli | 1 | 7.88 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 27 | 12.09 MB → 12.1 MB (+14.76 kB) | +0.12% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/components/modals/ImportCategoriesModal.tsx` | 🆕 +9.77 kB | 0 B → 9.77 kB `src/components/modals/ImportTransactionsModal/ImportTransactionsModal.tsx` | 📈 +4.42 kB (+14.35%) | 30.77 kB → 35.19 kB `src/components/modals/ImportTransactionsModal/Transaction.tsx` | 📈 +469 B (+4.01%) | 11.41 kB → 11.87 kB `src/components/Modals.tsx` | 📈 +117 B (+1.02%) | 11.24 kB → 11.35 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 | 3.23 MB → 3.24 MB (+14.76 kB) | +0.45% **Smaller** No assets were smaller **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 | 1.02 MB | 0% static/js/TransactionList.js | 81.29 kB | 0% static/js/ca.js | 182.91 kB | 0% static/js/da.js | 104.66 kB | 0% static/js/de.js | 174.79 kB | 0% static/js/en-GB.js | 7.16 kB | 0% static/js/en.js | 170.76 kB | 0% static/js/es.js | 182.09 kB | 0% static/js/fr.js | 177.47 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/it.js | 166.25 kB | 0% static/js/narrow.js | 354.5 kB | 0% static/js/nb-NO.js | 152.2 kB | 0% static/js/nl.js | 108.93 kB | 0% static/js/pl.js | 88.34 kB | 0% static/js/pt-BR.js | 177.84 kB | 0% static/js/resize-observer.js | 18.03 kB | 0% static/js/sv.js | 80.58 kB | 0% static/js/th.js | 179.94 kB | 0% static/js/theme.js | 30.68 kB | 0% static/js/uk.js | 213.14 kB | 0% static/js/useTransactionBatchActions.js | 4.29 MB | 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.CwpE34S5.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> --- #### cli **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 7.88 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.88 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-23 13:31:46 -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#40703