[PR #2522] [MERGED] Custom Reports: Show Activity onClick #34540

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2522
Author: @carkom
Created: 3/29/2024
Status: Merged
Merged: 4/9/2024
Merged by: @carkom

Base: masterHead: CRShowActivity


📝 Commits (10+)

📊 Changes

7 files changed (+208 additions, -18 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+6 -0)
📝 packages/desktop-client/src/components/reports/Overview.jsx (+4 -0)
📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+71 -0)
📝 packages/desktop-client/src/components/reports/ReportTopbar.jsx (+15 -14)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+81 -3)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+25 -1)
upcoming-release-notes/2522.md (+6 -0)

📄 Description

This is a POC for viewing transactions that make up a particular bar in the Bar Graph.

I can add other graphs once this bar graph is dialed in.


🔄 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/2522 **Author:** [@carkom](https://github.com/carkom) **Created:** 3/29/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `CRShowActivity` --- ### 📝 Commits (10+) - [`095d316`](https://github.com/actualbudget/actual/commit/095d316d61cdc812e7538a8cbfafd54589f2dc52) barGraph - [`b4a1939`](https://github.com/actualbudget/actual/commit/b4a193930a3b9970c376d4761925b55d52668f7d) notes - [`836b503`](https://github.com/actualbudget/actual/commit/836b5039b81290a4766829008c681a721e2618f2) sessionStorage - [`da18cc2`](https://github.com/actualbudget/actual/commit/da18cc23ed79f605e94f47c4a615071e00740f00) sessionStorage Complete - [`c6e108f`](https://github.com/actualbudget/actual/commit/c6e108f1638be28d7428f74f3097c32a631ca326) Merge branch 'master' into CRShowActivity - [`3b396ee`](https://github.com/actualbudget/actual/commit/3b396ee0982746bc9b0e221dd47e2cc54b2c5dfc) Merge branch 'master' into CRShowActivity - [`77a05c9`](https://github.com/actualbudget/actual/commit/77a05c93e4826f897df7f8a81996e7953aaeac64) Click for details - [`aff016b`](https://github.com/actualbudget/actual/commit/aff016bc87faf94b5e9f02e0f0cacb5a5e8c142e) mode click graphType - [`183795e`](https://github.com/actualbudget/actual/commit/183795ef782af20732cd00d7c7e48318730edeaa) Merge branch 'master' into CRShowActivity - [`d7e92ab`](https://github.com/actualbudget/actual/commit/d7e92ab9fb53aedff064607650bef4649f536e83) compact ### 📊 Changes **7 files changed** (+208 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+6 -0) 📝 `packages/desktop-client/src/components/reports/Overview.jsx` (+4 -0) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+71 -0) 📝 `packages/desktop-client/src/components/reports/ReportTopbar.jsx` (+15 -14) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+81 -3) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+25 -1) ➕ `upcoming-release-notes/2522.md` (+6 -0) </details> ### 📄 Description This is a POC for viewing transactions that make up a particular bar in the Bar Graph. I can add other graphs once this bar graph is dialed in. --- <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:41:34 -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#34540