[PR #1210] [MERGED] Extract the reports page into a separate JS file #3595

Closed
opened 2026-02-28 20:43:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1210
Author: @j-f1
Created: 6/27/2023
Status: Merged
Merged: 6/30/2023
Merged by: @j-f1

Base: masterHead: jed/split-reports


📝 Commits (6)

  • 70ebec8 Extract the reports page into a separate JS file
  • 2452521 Name the resize observer polyfill chunk
  • 196ca0a quotes
  • e4b23d4 Add release note
  • cc40c02 fix ts error
  • 5efebee Merge branch 'master' into jed/split-reports

📊 Changes

7 files changed (+82 additions, -33 deletions)

View changed files

📝 packages/desktop-client/src/components/LoggedInUser.js (+2 -12)
packages/desktop-client/src/components/reports/ReportRouter.js (+16 -0)
packages/desktop-client/src/components/reports/index.js (+0 -20)
packages/desktop-client/src/components/reports/index.tsx (+44 -0)
📝 packages/desktop-client/src/polyfills.ts (+3 -1)
📝 packages/desktop-client/src/style.tsx (+11 -0)
upcoming-release-notes/1210.md (+6 -0)

📄 Description

This should drastically reduce the main chunk size. The necessary code will be downloaded when clicking on Reports in the sidebar.


🔄 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/1210 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 6/27/2023 **Status:** ✅ Merged **Merged:** 6/30/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/split-reports` --- ### 📝 Commits (6) - [`70ebec8`](https://github.com/actualbudget/actual/commit/70ebec8a3f206a4e9d763f2ef6e4b918eeb70657) Extract the reports page into a separate JS file - [`2452521`](https://github.com/actualbudget/actual/commit/245252132a68971a035f058e70f5706b52cd25fa) Name the resize observer polyfill chunk - [`196ca0a`](https://github.com/actualbudget/actual/commit/196ca0a01d7df1e33b3725d0ea08485709fb767f) quotes - [`e4b23d4`](https://github.com/actualbudget/actual/commit/e4b23d4597ca52f7e7ef3a849b5c61eee29ccb71) Add release note - [`cc40c02`](https://github.com/actualbudget/actual/commit/cc40c021d690b7cfc5f6da53a025819ef9047c21) fix ts error - [`5efebee`](https://github.com/actualbudget/actual/commit/5efebeeb9d77a096fd1d761fb4e7991f2c374180) Merge branch 'master' into jed/split-reports ### 📊 Changes **7 files changed** (+82 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/LoggedInUser.js` (+2 -12) ➕ `packages/desktop-client/src/components/reports/ReportRouter.js` (+16 -0) ➖ `packages/desktop-client/src/components/reports/index.js` (+0 -20) ➕ `packages/desktop-client/src/components/reports/index.tsx` (+44 -0) 📝 `packages/desktop-client/src/polyfills.ts` (+3 -1) 📝 `packages/desktop-client/src/style.tsx` (+11 -0) ➕ `upcoming-release-notes/1210.md` (+6 -0) </details> ### 📄 Description This should drastically reduce the main chunk size. The necessary code will be downloaded when clicking on Reports in the sidebar. --- <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-02-28 20:43:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3595