[PR #2878] [MERGED] Custom Reports: fix card menus regression #4566

Closed
opened 2026-02-28 20:57:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: FixCardMenus


📝 Commits (2)

📊 Changes

4 files changed (+169 additions, -116 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx (+17 -116)
packages/desktop-client/src/components/reports/reports/ListCardsMenu.tsx (+30 -0)
packages/desktop-client/src/components/reports/reports/ListCardsPopover.tsx (+116 -0)
upcoming-release-notes/2878.md (+6 -0)

📄 Description

A regression was introduced in #2778 that broke the menus for the individual custom report cards. Here is the fix.


🔄 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/2878 **Author:** [@carkom](https://github.com/carkom) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `FixCardMenus` --- ### 📝 Commits (2) - [`1e8172c`](https://github.com/actualbudget/actual/commit/1e8172c3ea44fc05a79c9df79752b56e6f01deb4) fix menus - [`fadf510`](https://github.com/actualbudget/actual/commit/fadf510dd1d618244243fd51a60086cff5abb869) notes ### 📊 Changes **4 files changed** (+169 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx` (+17 -116) ➕ `packages/desktop-client/src/components/reports/reports/ListCardsMenu.tsx` (+30 -0) ➕ `packages/desktop-client/src/components/reports/reports/ListCardsPopover.tsx` (+116 -0) ➕ `upcoming-release-notes/2878.md` (+6 -0) </details> ### 📄 Description A regression was introduced in #2778 that broke the menus for the individual custom report cards. Here is the fix. --- <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 20:57:45 -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#4566