mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 07:04:23 -05:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix5278/privacy-filter-balance-graph📝 Commits (7)
eeaf221Apply PrivacyFilter to balance graph display79d9f1cDeleted empty line which was added by accident787b8a8Added release note3373e00[autofix.ci] apply automated fixes9b59655Merge branch 'actualbudget:master' into fix5278/privacy-filter-balance-graphe7c0c6disHovered state now conditionally deactivates PrivacyFilter if user hovers the graphf058a7b[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
PrivacyFiltertoBalanceHistoryGraph.tsxso that, when privacy mode is enabled, the balance value in the sidebar graph is only visible on hover.Additionally, added
onMouseEnterandonMouseLeavehandlers 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.