[PR #2696] [MERGED] Custom Reports: Show table activity #23071

Closed
opened 2026-04-16 17:12:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2696
Author: @carkom
Created: 5/3/2024
Status: Merged
Merged: 5/7/2024
Merged by: @carkom

Base: masterHead: TableShowActivity


📝 Commits (8)

📊 Changes

10 files changed (+369 additions, -38 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx (+2 -4)
📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+8 -7)
packages/desktop-client/src/components/reports/graphs/showActivity.ts (+87 -0)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx (+16 -12)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx (+13 -8)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx (+123 -3)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx (+102 -2)
📝 packages/desktop-client/src/components/table.tsx (+10 -2)
📝 packages/loot-core/src/types/models/reports.d.ts (+2 -0)
upcoming-release-notes/2696.md (+6 -0)

📄 Description

Show transactions when table cell is clicked.


🔄 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/2696 **Author:** [@carkom](https://github.com/carkom) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `TableShowActivity` --- ### 📝 Commits (8) - [`993a279`](https://github.com/actualbudget/actual/commit/993a279e10ddd4ab0b2c5f4b0f4448ab4dc14fef) Show table activity - [`78a8238`](https://github.com/actualbudget/actual/commit/78a823811c4859c3bf53991a143ba1178a5bfe25) notes - [`794e444`](https://github.com/actualbudget/actual/commit/794e4441c80fd738f8eefe3ecc639b7d80ad5c95) Merge branch 'master' into TableShowActivity - [`9ffc620`](https://github.com/actualbudget/actual/commit/9ffc620ee8490c45ade8fd22a45e89798a4185a2) lint fix - [`74a8240`](https://github.com/actualbudget/actual/commit/74a8240ab649ab7ab505bab026e6a60d4250ca66) Merge branch 'master' into TableShowActivity - [`4653d4a`](https://github.com/actualbudget/actual/commit/4653d4ab33c68ab48efbada01b656fbc0a9f3a9e) add underline - [`7acce0e`](https://github.com/actualbudget/actual/commit/7acce0e85129c26315fe356598fdb96b0353af3c) add linkstyle - [`0d6dced`](https://github.com/actualbudget/actual/commit/0d6dced250dae9875c3a2b38f74a4a530733eae5) fix table aligment ### 📊 Changes **10 files changed** (+369 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx` (+2 -4) 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+8 -7) ➕ `packages/desktop-client/src/components/reports/graphs/showActivity.ts` (+87 -0) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx` (+16 -12) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx` (+13 -8) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx` (+123 -3) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx` (+102 -2) 📝 `packages/desktop-client/src/components/table.tsx` (+10 -2) 📝 `packages/loot-core/src/types/models/reports.d.ts` (+2 -0) ➕ `upcoming-release-notes/2696.md` (+6 -0) </details> ### 📄 Description Show transactions when table cell is clicked. --- <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-16 17:12:37 -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#23071