[PR #1996] [CLOSED] Custom report updates #53366

Closed
opened 2026-04-30 21:59:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1996
Author: @carkom
Created: 11/30/2023
Status: Closed

Base: masterHead: reportsUpdates


📝 Commits (10+)

📊 Changes

141 files changed (+1781 additions, -1020 deletions)

View changed files

📝 packages/api/.gitignore (+0 -1)
packages/api/__snapshots__/methods.test.ts.snap (+0 -21)
packages/api/jest.config.js (+0 -24)
packages/api/mocks/budgets/.gitkeep (+0 -0)
📝 packages/api/package.json (+2 -7)
📝 packages/desktop-client/e2e/transactions.test.js (+1 -1)
📝 packages/desktop-client/package.json (+1 -1)
📝 packages/desktop-client/src/components/NotesButton.tsx (+0 -1)
📝 packages/desktop-client/src/components/Notifications.tsx (+0 -1)
📝 packages/desktop-client/src/components/ThemeSelector.tsx (+0 -1)
📝 packages/desktop-client/src/components/Titlebar.tsx (+0 -2)
📝 packages/desktop-client/src/components/UpdateNotification.tsx (+0 -1)
📝 packages/desktop-client/src/components/accounts/Header.js (+0 -1)
📝 packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.tsx (+3 -2)
📝 packages/desktop-client/src/components/budget/BudgetTotals.js (+2 -10)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx (+1 -2)
📝 packages/desktop-client/src/components/budget/rollover/budgetsummary/BudgetSummary.tsx (+1 -2)
📝 packages/desktop-client/src/components/common/Block.tsx (+3 -0)
📝 packages/desktop-client/src/components/gocardless/GoCardlessLink.js (+0 -0)
📝 packages/desktop-client/src/components/manager/BudgetList.js (+0 -2)

...and 80 more files

📄 Description

  • Updating the custom report table scrolling behavior.
  • Fixing and adding typescript to most the files
  • Updating variable names to be more understandable and explicit
  • Introducing Live/Static date choice

🔄 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/1996 **Author:** [@carkom](https://github.com/carkom) **Created:** 11/30/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `reportsUpdates` --- ### 📝 Commits (10+) - [`465fa51`](https://github.com/actualbudget/actual/commit/465fa51ebdfd9486ecc1e8f2ef755891d118655a) Range fix and payee fix - [`1074e06`](https://github.com/actualbudget/actual/commit/1074e06d24d6770197d3e380423dc62dab0df82f) bug fixes and UI tweaks - [`2a3b3ab`](https://github.com/actualbudget/actual/commit/2a3b3ab9b44608c178a32f5b099d4a4ab3a8c5c6) range options, hover UI - [`92cbddd`](https://github.com/actualbudget/actual/commit/92cbddd9ac9bbb42d0aebebca09ec84e23626417) Select - UnSelect All Buttons - [`aa0a12e`](https://github.com/actualbudget/actual/commit/aa0a12ea1f0d4cfc80ba93a1871310a70251e0c2) fix hidden group bug - [`0784d2d`](https://github.com/actualbudget/actual/commit/0784d2d75f05cb7eea0c1289ed96404499c42011) YAxis PrivacyFilter - [`68c3f96`](https://github.com/actualbudget/actual/commit/68c3f96f499ef9a051be3a294f1b51cfeb3c86e4) notes - [`71ca78d`](https://github.com/actualbudget/actual/commit/71ca78df9b2c9221388cac39685412fb7f426e72) more privacyFilter graphs - [`3a679f8`](https://github.com/actualbudget/actual/commit/3a679f808e9dac42d6a30a5334ca44f0e0eda0c5) Merge branch 'master' into reportBugs - [`ae8f247`](https://github.com/actualbudget/actual/commit/ae8f2472f0612eff1089244c7f054ca7997a2469) overflowY fix ### 📊 Changes **141 files changed** (+1781 additions, -1020 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/.gitignore` (+0 -1) ➖ `packages/api/__snapshots__/methods.test.ts.snap` (+0 -21) ➖ `packages/api/jest.config.js` (+0 -24) ➖ `packages/api/mocks/budgets/.gitkeep` (+0 -0) 📝 `packages/api/package.json` (+2 -7) 📝 `packages/desktop-client/e2e/transactions.test.js` (+1 -1) 📝 `packages/desktop-client/package.json` (+1 -1) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/ThemeSelector.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+0 -2) 📝 `packages/desktop-client/src/components/UpdateNotification.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/accounts/Header.js` (+0 -1) 📝 `packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/budget/BudgetTotals.js` (+2 -10) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/budget/rollover/budgetsummary/BudgetSummary.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/common/Block.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/gocardless/GoCardlessLink.js` (+0 -0) 📝 `packages/desktop-client/src/components/manager/BudgetList.js` (+0 -2) _...and 80 more files_ </details> ### 📄 Description - Updating the custom report table scrolling behavior. - Fixing and adding typescript to most the files - Updating variable names to be more understandable and explicit - Introducing Live/Static date choice --- <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-30 21:59:14 -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#53366