[PR #3776] [MERGED] enhance: context menu on custom reports page #5051

Closed
opened 2026-02-28 21:05:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3776
Author: @UnderKoen
Created: 11/3/2024
Status: Merged
Merged: 12/29/2024
Merged by: @matt-fidd

Base: masterHead: enhancement/context_menus/reports_page


📝 Commits (10+)

  • 96b744b enhance: context menu on custom reports page
  • e39e453 chore: release note
  • 2df910e chore: lint
  • 4506b85 chore: use both feature flags
  • 3e21feb Merge remote-tracking branch 'origin/master' into enhancement/context_menus/reports_page
  • 41d9b14 chore: use both feature flags
  • ec5e83f chore: pr feedback
  • 1c13cd0 Merge remote-tracking branch 'origin/master' into enhancement/context_menus/reports_page
  • 9a21ace Merge branch 'refs/heads/master' into enhancement/context_menus/reports_page
  • 568cd77 fix: changing name with context menu

📊 Changes

8 files changed (+59 additions, -20 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportCard.tsx (+47 -20)
📝 packages/desktop-client/src/components/reports/reports/CashFlowCard.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/reports/MarkdownCard.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/reports/NetWorthCard.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/reports/SpendingCard.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/reports/SummaryCard.tsx (+1 -0)
upcoming-release-notes/3776.md (+6 -0)

📄 Description


🔄 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/3776 **Author:** [@UnderKoen](https://github.com/UnderKoen) **Created:** 11/3/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `enhancement/context_menus/reports_page` --- ### 📝 Commits (10+) - [`96b744b`](https://github.com/actualbudget/actual/commit/96b744bb1e4790dbbefafc90086c1feedd76d68a) enhance: context menu on custom reports page - [`e39e453`](https://github.com/actualbudget/actual/commit/e39e45368b894a185ffff81d578221a809416fe1) chore: release note - [`2df910e`](https://github.com/actualbudget/actual/commit/2df910e05cbf0eabc94ffd3e041c9da4c0f927ad) chore: lint - [`4506b85`](https://github.com/actualbudget/actual/commit/4506b85a60c8db294a5f91a26095e00a3499a1ea) chore: use both feature flags - [`3e21feb`](https://github.com/actualbudget/actual/commit/3e21feb9844bd27dec5075bafed16b42660c02c7) Merge remote-tracking branch 'origin/master' into enhancement/context_menus/reports_page - [`41d9b14`](https://github.com/actualbudget/actual/commit/41d9b143fd520ba88ad3857b2c12b23fa33bf8ad) chore: use both feature flags - [`ec5e83f`](https://github.com/actualbudget/actual/commit/ec5e83fde176957b285d0d3e81c1afc81ffa69a3) chore: pr feedback - [`1c13cd0`](https://github.com/actualbudget/actual/commit/1c13cd0529856c96cd29eb2e138e03213eafcc87) Merge remote-tracking branch 'origin/master' into enhancement/context_menus/reports_page - [`9a21ace`](https://github.com/actualbudget/actual/commit/9a21acec822b1e1e05bd77e48fcbfd4b1dc0c66f) Merge branch 'refs/heads/master' into enhancement/context_menus/reports_page - [`568cd77`](https://github.com/actualbudget/actual/commit/568cd77e5f8f38db49b7e1f55d815e25b0355659) fix: changing name with context menu ### 📊 Changes **8 files changed** (+59 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportCard.tsx` (+47 -20) 📝 `packages/desktop-client/src/components/reports/reports/CashFlowCard.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/reports/MarkdownCard.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/reports/NetWorthCard.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/reports/SpendingCard.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/reports/SummaryCard.tsx` (+1 -0) ➕ `upcoming-release-notes/3776.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <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-02-28 21:05:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5051