[PR #1714] [CLOSED] Converting Privacy Filter Blur Intensity to change DOM value #128022

Closed
opened 2026-06-15 18:34:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1714
Author: @Crazypkr1099
Created: 9/19/2023
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

2 files changed (+22 additions, -32 deletions)

View changed files

📝 packages/desktop-client/src/components/PrivacyFilter.tsx (+16 -32)
upcoming-release-notes/1714.md (+6 -0)

📄 Description

Converted privacyfilter blur to instead change the DOM original content. When privacy filter is on, all hidden values converted to "???". When hovering, the ??? changes back to original content.

This prevents others from seeing how many digits are in your data.

Please let me know what you think, or if you have any suggestions how to make it look better :)


🔄 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/1714 **Author:** [@Crazypkr1099](https://github.com/Crazypkr1099) **Created:** 9/19/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`eba5d87`](https://github.com/actualbudget/actual/commit/eba5d870616866d27c18357368ed9ba191483aba) Added spent column to mobile view - [`f372a46`](https://github.com/actualbudget/actual/commit/f372a4623e4754a149e54a960406ecfde752911c) Create 1647.md - [`290fb30`](https://github.com/actualbudget/actual/commit/290fb30a948eb4a4f084c9bb153268eedd457fdd) Merge branch 'master' into master - [`324dd4b`](https://github.com/actualbudget/actual/commit/324dd4b72782449f24d5cbb86b71021f704124d0) Add Spent column to mobile view - [`7a70005`](https://github.com/actualbudget/actual/commit/7a70005b9a01184e378f9fb65e7ce8497bb3b705) Merge branch 'master' of https://github.com/Crazypkr1099/actual - [`c54e0ac`](https://github.com/actualbudget/actual/commit/c54e0acb9bbeb869a63134058e4ddfd738fe1646) Update MobileBudgetTable.js - [`d70d9e2`](https://github.com/actualbudget/actual/commit/d70d9e286b67ecf5ec5f458aec3a0debafae45bd) Update MobileBudgetTable.js - [`a5ecaed`](https://github.com/actualbudget/actual/commit/a5ecaed2366a9da3f1b91e22e75327bfd451f2a5) Update MobileBudgetTable.js - [`c89f10c`](https://github.com/actualbudget/actual/commit/c89f10c278012a5df17b882b7262995b80cf0900) Update MobileBudgetTable.js - [`b578103`](https://github.com/actualbudget/actual/commit/b5781032898a39e9ac8fc60b8d495520d0e34bbb) Create 1651.md ### 📊 Changes **2 files changed** (+22 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/PrivacyFilter.tsx` (+16 -32) ➕ `upcoming-release-notes/1714.md` (+6 -0) </details> ### 📄 Description Converted privacyfilter blur to instead change the DOM original content. When privacy filter is on, all hidden values converted to "???". When hovering, the ??? changes back to original content. This prevents others from seeing how many digits are in your data. Please let me know what you think, or if you have any suggestions how to make it look better :) --- <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-06-15 18:34:53 -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#128022