[PR #6821] [MERGED] fix crossover report resizing bug #84440

Closed
opened 2026-05-19 09:32:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6821
Author: @matt-fidd
Created: 1/30/2026
Status: Merged
Merged: 1/30/2026
Merged by: @matt-fidd

Base: masterHead: crossover-fix


📝 Commits (2)

📊 Changes

2 files changed (+66 additions, -68 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/graphs/CrossoverGraph.tsx (+60 -68)
upcoming-release-notes/6821.md (+6 -0)

📄 Description

Takes care of https://github.com/actualbudget/actual/issues/6134#issuecomment-3779281386


Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 28 14.48 MB → 14.46 MB (-15.97 kB) -0.11%
loot-core 1 5.84 MB 0%
api 1 4.38 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
28 14.48 MB → 14.46 MB (-15.97 kB) -0.11%
Changeset
File Δ Size
locale/en.json 📈 +654 B (+0.39%) 162.27 kB → 162.91 kB
node_modules/downshift/dist/downshift.esm.js 📉 -8 B (-0.02%) 41.51 kB → 41.5 kB
node_modules/react-i18next/dist/es/TransWithoutContext.js 📉 -6 B (-0.04%) 15.48 kB → 15.48 kB
node_modules/lodash/debounce.js 📉 -8 B (-0.12%) 6.28 kB → 6.27 kB
node_modules/react-i18next/dist/es/utils.js 📉 -4 B (-0.19%) 2.04 kB → 2.03 kB
src/undo/index.ts 📉 -6 B (-1.06%) 566 B → 560 B
node_modules/lodash/debounce.js?commonjs-es-import 📉 -2 B (-1.72%) 116 B → 114 B
src/components/reports/graphs/CrossoverGraph.tsx 📉 -192 B (-2.63%) 7.13 kB → 6.95 kB
node_modules/recharts/es6/component/ResponsiveContainer.js 📉 -8.56 kB (-97.78%) 8.75 kB → 199 B
node_modules/recharts/es6/component/responsiveContainerUtils.js 🔥 -3.2 kB (-100%) 3.2 kB → 0 B
node_modules/es-toolkit/dist/function/debounce.js 🔥 -2 kB (-100%) 2 kB → 0 B
node_modules/es-toolkit/dist/compat/function/debounce.js 🔥 -1.63 kB (-100%) 1.63 kB → 0 B
node_modules/es-toolkit/dist/compat/function/throttle.js 🔥 -612 B (-100%) 612 B → 0 B
node_modules/es-toolkit/compat/throttle.js 🔥 -222 B (-100%) 222 B → 0 B
node_modules/es-toolkit/compat/throttle.js?commonjs-es-import 🔥 -126 B (-100%) 126 B → 0 B
node_modules/es-toolkit/dist/compat/function/throttle.js?commonjs-exports 🔥 -20 B (-100%) 20 B → 0 B
node_modules/es-toolkit/dist/compat/function/debounce.js?commonjs-exports 🔥 -20 B (-100%) 20 B → 0 B
node_modules/es-toolkit/dist/function/debounce.js?commonjs-exports 🔥 -18 B (-100%) 18 B → 0 B
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/en.js 162.27 kB → 162.91 kB (+654 B) +0.39%
static/js/ReportRouter.js 1.11 MB → 1.11 MB (+11 B) +0.00%

Smaller

Asset File Size % Changed
static/js/index.js 9.24 MB → 9.22 MB (-16.62 kB) -0.18%

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 177.78 kB 0%
static/js/en-GB.js 7.18 kB 0%
static/js/es.js 171.21 kB 0%
static/js/fr.js 179.72 kB 0%
static/js/it.js 171.54 kB 0%
static/js/nb-NO.js 157.23 kB 0%
static/js/nl.js 103.49 kB 0%
static/js/pl.js 88.64 kB 0%
static/js/pt-BR.js 146.35 kB 0%
static/js/ru.js 106.97 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/narrow.js 641.19 kB 0%
static/js/TransactionList.js 105.97 kB 0%
static/js/wide.js 159.97 kB 0%
static/js/AppliedFilters.js 9.71 kB 0%
static/js/usePayeeRuleCounts.js 11.79 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.84 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.DE5uAdQe.js 5.84 MB 0%

api

Total

Files count Total bundle size % Changed
1 4.38 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.38 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/6821 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `crossover-fix` --- ### 📝 Commits (2) - [`0cec1ba`](https://github.com/actualbudget/actual/commit/0cec1ba18c6bc297facbb080bcc5cf322580e05a) fix crossover report - [`8c67399`](https://github.com/actualbudget/actual/commit/8c67399373861ece2196edff97c7e6c368411ed1) note ### 📊 Changes **2 files changed** (+66 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/graphs/CrossoverGraph.tsx` (+60 -68) ➕ `upcoming-release-notes/6821.md` (+6 -0) </details> ### 📄 Description Takes care of https://github.com/actualbudget/actual/issues/6134#issuecomment-3779281386 <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 28 | 14.48 MB → 14.46 MB (-15.97 kB) | -0.11% loot-core | 1 | 5.84 MB | 0% api | 1 | 4.38 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 28 | 14.48 MB → 14.46 MB (-15.97 kB) | -0.11% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `locale/en.json` | 📈 +654 B (+0.39%) | 162.27 kB → 162.91 kB `node_modules/downshift/dist/downshift.esm.js` | 📉 -8 B (-0.02%) | 41.51 kB → 41.5 kB `node_modules/react-i18next/dist/es/TransWithoutContext.js` | 📉 -6 B (-0.04%) | 15.48 kB → 15.48 kB `node_modules/lodash/debounce.js` | 📉 -8 B (-0.12%) | 6.28 kB → 6.27 kB `node_modules/react-i18next/dist/es/utils.js` | 📉 -4 B (-0.19%) | 2.04 kB → 2.03 kB `src/undo/index.ts` | 📉 -6 B (-1.06%) | 566 B → 560 B `node_modules/lodash/debounce.js?commonjs-es-import` | 📉 -2 B (-1.72%) | 116 B → 114 B `src/components/reports/graphs/CrossoverGraph.tsx` | 📉 -192 B (-2.63%) | 7.13 kB → 6.95 kB `node_modules/recharts/es6/component/ResponsiveContainer.js` | 📉 -8.56 kB (-97.78%) | 8.75 kB → 199 B `node_modules/recharts/es6/component/responsiveContainerUtils.js` | 🔥 -3.2 kB (-100%) | 3.2 kB → 0 B `node_modules/es-toolkit/dist/function/debounce.js` | 🔥 -2 kB (-100%) | 2 kB → 0 B `node_modules/es-toolkit/dist/compat/function/debounce.js` | 🔥 -1.63 kB (-100%) | 1.63 kB → 0 B `node_modules/es-toolkit/dist/compat/function/throttle.js` | 🔥 -612 B (-100%) | 612 B → 0 B `node_modules/es-toolkit/compat/throttle.js` | 🔥 -222 B (-100%) | 222 B → 0 B `node_modules/es-toolkit/compat/throttle.js?commonjs-es-import` | 🔥 -126 B (-100%) | 126 B → 0 B `node_modules/es-toolkit/dist/compat/function/throttle.js?commonjs-exports` | 🔥 -20 B (-100%) | 20 B → 0 B `node_modules/es-toolkit/dist/compat/function/debounce.js?commonjs-exports` | 🔥 -20 B (-100%) | 20 B → 0 B `node_modules/es-toolkit/dist/function/debounce.js?commonjs-exports` | 🔥 -18 B (-100%) | 18 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/en.js | 162.27 kB → 162.91 kB (+654 B) | +0.39% static/js/ReportRouter.js | 1.11 MB → 1.11 MB (+11 B) | +0.00% **Smaller** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 9.24 MB → 9.22 MB (-16.62 kB) | -0.18% **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 | 177.78 kB | 0% static/js/en-GB.js | 7.18 kB | 0% static/js/es.js | 171.21 kB | 0% static/js/fr.js | 179.72 kB | 0% static/js/it.js | 171.54 kB | 0% static/js/nb-NO.js | 157.23 kB | 0% static/js/nl.js | 103.49 kB | 0% static/js/pl.js | 88.64 kB | 0% static/js/pt-BR.js | 146.35 kB | 0% static/js/ru.js | 106.97 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/narrow.js | 641.19 kB | 0% static/js/TransactionList.js | 105.97 kB | 0% static/js/wide.js | 159.97 kB | 0% static/js/AppliedFilters.js | 9.71 kB | 0% static/js/usePayeeRuleCounts.js | 11.79 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.84 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.DE5uAdQe.js | 5.84 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.38 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.38 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-05-19 09:32:42 -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#84440