[PR #2408] [MERGED] Show activity updates #34483

Closed
opened 2026-04-20 21:38:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: showActivity


📝 Commits (10+)

📊 Changes

15 files changed (+64 additions, -51 deletions)

View changed files

📝 packages/desktop-client/e2e/budget.test.js (+1 -4)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/accounts/Account.jsx (+13 -26)
📝 packages/desktop-client/src/components/accounts/Balance.jsx (+19 -0)
📝 packages/desktop-client/src/components/accounts/Header.jsx (+2 -0)
📝 packages/desktop-client/src/components/budget/BudgetTable.jsx (+2 -2)
📝 packages/desktop-client/src/components/budget/ExpenseCategory.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/IncomeCategory.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/index.tsx (+13 -9)
📝 packages/desktop-client/src/components/budget/report/ReportComponents.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx (+4 -6)
upcoming-release-notes/2408.md (+6 -0)

📄 Description

This PR changes the way the "budget" page links to the "accounts" page when clicking on the "spent" column items. I've updated it to use the filters functionality so that you can add/remove filters and go from there rather being stuck on a static view of the transactions table.

If you're wondering why?? I'm using this as a POC for the custom reports functionality 😉


🔄 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/2408 **Author:** [@carkom](https://github.com/carkom) **Created:** 3/1/2024 **Status:** ✅ Merged **Merged:** 3/6/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `showActivity` --- ### 📝 Commits (10+) - [`354a61e`](https://github.com/actualbudget/actual/commit/354a61e4e58e903a3ddc7a8214f63dbc0c0577b7) Show activity changes - [`8a9b466`](https://github.com/actualbudget/actual/commit/8a9b4662b27c619fb8307afb2a8bbb6ce8972a9d) notes - [`70c0f16`](https://github.com/actualbudget/actual/commit/70c0f1697b70f8fb834b0a562d51be840f67c537) adjust filter loading - [`bb844a9`](https://github.com/actualbudget/actual/commit/bb844a9ab538d45a0a32b968b74c6e957b8b6e6e) switch back - [`e12a391`](https://github.com/actualbudget/actual/commit/e12a391d3c4e5d2e07a314938b054363a65dae48) Merge branch 'master' into showActivity - [`29cbbcd`](https://github.com/actualbudget/actual/commit/29cbbcd7b03fd36f8b56cd23a3a832a81944896c) adjust test - [`83561d5`](https://github.com/actualbudget/actual/commit/83561d513c2c7b492c890b7666a10ec27439f657) lint fix - [`cf2fb5a`](https://github.com/actualbudget/actual/commit/cf2fb5af39ff4147bfe925aad6b47948437f8bf1) budget test - [`2289610`](https://github.com/actualbudget/actual/commit/228961048d8ceeaa4b9c9747999d8f5aa826b4b9) lint fix - [`dfc8779`](https://github.com/actualbudget/actual/commit/dfc8779d1c4dfd604955f3c59813fbf872d46603) Filtered Balance ### 📊 Changes **15 files changed** (+64 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/budget.test.js` (+1 -4) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+13 -26) 📝 `packages/desktop-client/src/components/accounts/Balance.jsx` (+19 -0) 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+2 -0) 📝 `packages/desktop-client/src/components/budget/BudgetTable.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/ExpenseCategory.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/IncomeCategory.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/index.tsx` (+13 -9) 📝 `packages/desktop-client/src/components/budget/report/ReportComponents.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx` (+4 -6) ➕ `upcoming-release-notes/2408.md` (+6 -0) </details> ### 📄 Description This PR changes the way the "budget" page links to the "accounts" page when clicking on the "spent" column items. I've updated it to use the filters functionality so that you can add/remove filters and go from there rather being stuck on a static view of the transactions table. If you're wondering why?? I'm using this as a POC for the custom reports functionality 😉 --- <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-20 21:38:19 -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#34483