[PR #2386] [MERGED] Custom reports updates #18642

Closed
opened 2026-04-14 20:48:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2386
Author: @carkom
Created: 2/22/2024
Status: Merged
Merged: 3/1/2024
Merged by: @carkom

Base: masterHead: reportUpdates


📝 Commits (10+)

📊 Changes

14 files changed (+179 additions, -113 deletions)

View changed files

📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/reports/Header.jsx (+11 -1)
📝 packages/desktop-client/src/components/reports/Overview.jsx (+21 -20)
📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+15 -1)
📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+7 -2)
📝 packages/desktop-client/src/components/reports/SaveReport.tsx (+5 -2)
📝 packages/desktop-client/src/components/reports/SaveReportName.tsx (+15 -2)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+17 -1)
packages/desktop-client/src/components/reports/reports/CustomReportCard.jsx (+0 -67)
📝 packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx (+81 -15)
📝 packages/loot-core/src/types/models/reports.d.ts (+1 -2)
upcoming-release-notes/2386.md (+6 -0)

📄 Description

Some slight UI and visual changes to custom reports


🔄 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/2386 **Author:** [@carkom](https://github.com/carkom) **Created:** 2/22/2024 **Status:** ✅ Merged **Merged:** 3/1/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `reportUpdates` --- ### 📝 Commits (10+) - [`f61709e`](https://github.com/actualbudget/actual/commit/f61709e17cbb2cd6cd925d5ef82b91661f80cd58) Button changes and time filters - [`8065909`](https://github.com/actualbudget/actual/commit/806590971d3bc173ca852a956aab00adc87bb31a) rename on dashboard - [`4d4062e`](https://github.com/actualbudget/actual/commit/4d4062e9bf0675243d05897163136ae6646670b0) notes - [`eeea9d0`](https://github.com/actualbudget/actual/commit/eeea9d05f609c3f918d8068c4f28cb668f62cd48) fix time filters - [`28599fc`](https://github.com/actualbudget/actual/commit/28599fc35eadc216611fe75f3f79a5d2445619b3) Sort Categories - [`76b77e1`](https://github.com/actualbudget/actual/commit/76b77e1e104cc435a0738f46520051ecd49da128) Page title - [`1162dd1`](https://github.com/actualbudget/actual/commit/1162dd1def0d9f63903c004193cc0a0c688ba1f0) category sort order - [`f8cbfb0`](https://github.com/actualbudget/actual/commit/f8cbfb0c4ba7c6449db72f442db0e032d0af2a13) move button - [`a34caa6`](https://github.com/actualbudget/actual/commit/a34caa6f658127c527ee6b87608b10ea8089fca6) featureflag - [`cf51b01`](https://github.com/actualbudget/actual/commit/cf51b01415655a9cb4c6835b2df1682754fb619c) Highlight report name ### 📊 Changes **14 files changed** (+179 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/reports/Header.jsx` (+11 -1) 📝 `packages/desktop-client/src/components/reports/Overview.jsx` (+21 -20) 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+15 -1) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+7 -2) 📝 `packages/desktop-client/src/components/reports/SaveReport.tsx` (+5 -2) 📝 `packages/desktop-client/src/components/reports/SaveReportName.tsx` (+15 -2) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+17 -1) ➖ `packages/desktop-client/src/components/reports/reports/CustomReportCard.jsx` (+0 -67) 📝 `packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx` (+81 -15) 📝 `packages/loot-core/src/types/models/reports.d.ts` (+1 -2) ➕ `upcoming-release-notes/2386.md` (+6 -0) </details> ### 📄 Description Some slight UI and visual changes to custom reports --- <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-14 20:48: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#18642