[PR #5281] [MERGED] Fixes #5278: Applied PrivacyFilter to balance graph display (and added conditionality whether user is hovering on the graph) #47676

Closed
opened 2026-04-26 09:40:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: fix5278/privacy-filter-balance-graph


📝 Commits (7)

  • eeaf221 Apply PrivacyFilter to balance graph display
  • 79d9f1c Deleted empty line which was added by accident
  • 787b8a8 Added release note
  • 3373e00 [autofix.ci] apply automated fixes
  • 9b59655 Merge branch 'actualbudget:master' into fix5278/privacy-filter-balance-graph
  • e7c0c6d isHovered state now conditionally deactivates PrivacyFilter if user hovers the graph
  • f058a7b [autofix.ci] apply automated fixes

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/sidebar/BalanceHistoryGraph.tsx (+13 -4)
upcoming-release-notes/5281.md (+6 -0)

📄 Description

Fixes bug mentioned in #5278.

Added PrivacyFilter to BalanceHistoryGraph.tsx so that, when privacy mode is enabled, the balance value in the sidebar graph is only visible on hover.

Additionally, added onMouseEnter and onMouseLeave handlers to track whether the user is currently hovering over the graph. This state is used to conditionally deactivate the PrivacyFilter.


🔄 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/5281 **Author:** [@seabeeberry](https://github.com/seabeeberry) **Created:** 7/4/2025 **Status:** ✅ Merged **Merged:** 7/4/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix5278/privacy-filter-balance-graph` --- ### 📝 Commits (7) - [`eeaf221`](https://github.com/actualbudget/actual/commit/eeaf221d161e1e4b0a40611264b5370c99004824) Apply PrivacyFilter to balance graph display - [`79d9f1c`](https://github.com/actualbudget/actual/commit/79d9f1ce3fc5f8cb615364b09dcb1374bd0e4dfe) Deleted empty line which was added by accident - [`787b8a8`](https://github.com/actualbudget/actual/commit/787b8a876b98e76f1d33ee312c0e6639411d9d34) Added release note - [`3373e00`](https://github.com/actualbudget/actual/commit/3373e0085217aa8a033b2659dd3e8f5546afed0b) [autofix.ci] apply automated fixes - [`9b59655`](https://github.com/actualbudget/actual/commit/9b59655feed2f64c7b53e6af3df80ec2086d213f) Merge branch 'actualbudget:master' into fix5278/privacy-filter-balance-graph - [`e7c0c6d`](https://github.com/actualbudget/actual/commit/e7c0c6dcd35d93c53f0a97bef35dc306000c1f65) isHovered state now conditionally deactivates PrivacyFilter if user hovers the graph - [`f058a7b`](https://github.com/actualbudget/actual/commit/f058a7b3c58b22cef01505228a613e35f757bdb8) [autofix.ci] apply automated fixes ### 📊 Changes **2 files changed** (+19 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/sidebar/BalanceHistoryGraph.tsx` (+13 -4) ➕ `upcoming-release-notes/5281.md` (+6 -0) </details> ### 📄 Description Fixes bug mentioned in #5278. Added` PrivacyFilter` to `BalanceHistoryGraph.tsx` so that, when privacy mode is enabled, the balance value in the sidebar graph is only visible on hover. Additionally, added `onMouseEnter` and `onMouseLeave` handlers to track whether the user is currently hovering over the graph. This state is used to conditionally deactivate the PrivacyFilter. --- <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-26 09:40: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#47676