[PR #5305] [MERGED] Exclude hidden categories from the overspent categories banner on tracking budgets #40299

Closed
opened 2026-04-23 13:11:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5305
Author: @youngcw
Created: 7/8/2025
Status: Merged
Merged: 7/8/2025
Merged by: @youngcw

Base: masterHead: youngcw/no-hidden-in-trackig-banner


📝 Commits (1)

📊 Changes

2 files changed (+19 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+13 -3)
upcoming-release-notes/5305.md (+6 -0)

📄 Description

Fixes #5022 The overspent categories banner on mobile was including all categories that were overspent. IN the tracking budget hidden categories are not included in the budget totals so it didn't make sense that hidden categories should be considered as overspent.

Example with no banner showing in a tracking budget because the category is hidden
image

Test budget:
banner_test.zip


🔄 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/5305 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 7/8/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/no-hidden-in-trackig-banner` --- ### 📝 Commits (1) - [`9855360`](https://github.com/actualbudget/actual/commit/985536026debd0a86868c3a8e0cd528dcf0c19a3) no hidden ### 📊 Changes **2 files changed** (+19 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+13 -3) ➕ `upcoming-release-notes/5305.md` (+6 -0) </details> ### 📄 Description Fixes #5022 The overspent categories banner on mobile was including all categories that were overspent. IN the tracking budget hidden categories are not included in the budget totals so it didn't make sense that hidden categories should be considered as overspent. Example with no banner showing in a tracking budget because the category is hidden ![image](https://github.com/user-attachments/assets/d654b331-fb10-4cc9-b5e4-67f3a97bd20c) Test budget: [banner_test.zip](https://github.com/user-attachments/files/21125822/banner_test.zip) --- <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-23 13:11:20 -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#40299