[PR #3092] [MERGED] Fixes #3089: Dismiss pop-over on budget action #34868

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3092
Author: @sleepyfran
Created: 7/17/2024
Status: Merged
Merged: 7/23/2024
Merged by: @joel-jeremy

Base: masterHead: master


📝 Commits (9)

📊 Changes

3 files changed (+24 additions, -11 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/report/ReportComponents.tsx (+10 -8)
📝 packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx (+8 -3)
upcoming-release-notes/3092.md (+6 -0)

📄 Description

The component was not actually calling the dismissal of the pop-over. I've created a little utility that takes whatever arguments onBudgetAction takes, calls that function with those params and then dismisses the pop-over.

This fixes #3089

Little demo

Kapture 2024-07-18 at 00 45 28


🔄 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/3092 **Author:** [@sleepyfran](https://github.com/sleepyfran) **Created:** 7/17/2024 **Status:** ✅ Merged **Merged:** 7/23/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`2cf3484`](https://github.com/actualbudget/actual/commit/2cf3484a520e9bcf71e9ffac0687a4cd6dd6124b) Fix no dismissal on budget action - [`73fc814`](https://github.com/actualbudget/actual/commit/73fc814180e110992d60d9834c138d8763de1999) Add release notes file - [`2803804`](https://github.com/actualbudget/actual/commit/2803804d44af5c85fdfea11aa7d121af826cb185) Correct tag - [`f763dcd`](https://github.com/actualbudget/actual/commit/f763dcd6a7d4c9c40884bd18266b5c9e0bff8e39) Remove unnecessary callback - [`595e084`](https://github.com/actualbudget/actual/commit/595e084f9ef3b6bc3a30de02cf7f5cee52f2c1be) Linting - [`228daac`](https://github.com/actualbudget/actual/commit/228daac788fa482b98bd03751146bc6c69e0d4ba) Apply same strategy on reportcomponents - [`46c8c6c`](https://github.com/actualbudget/actual/commit/46c8c6c0468cd23a001ed4068ac7e9f092e8e22d) Merge branch 'master' into master - [`85b1f6b`](https://github.com/actualbudget/actual/commit/85b1f6b07bd132a82c1ad8c3d0a9e8b6756924f8) Rename to onMenuAction - [`0dce2bc`](https://github.com/actualbudget/actual/commit/0dce2bcd60d843646929f130eb447302c0b77210) Merge branch 'master' into master ### 📊 Changes **3 files changed** (+24 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/report/ReportComponents.tsx` (+10 -8) 📝 `packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx` (+8 -3) ➕ `upcoming-release-notes/3092.md` (+6 -0) </details> ### 📄 Description The component was not actually calling the dismissal of the pop-over. I've created a little utility that takes whatever arguments `onBudgetAction` takes, calls that function with those params and then dismisses the pop-over. This fixes #3089 ## Little demo ![Kapture 2024-07-18 at 00 45 28](https://github.com/user-attachments/assets/5fe50b2f-575b-40da-8257-43fe35564bd1) --- <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:57:08 -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#34868