mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* fix(privacy): hide currency symbols in redacted overlay Add RedactedContent component that uses useLayoutEffect to walk the DOM and replace non-alphanumeric characters (like currency symbols) with spaces. This ensures characters not rendered by Redacted Script font are hidden, regardless of how deeply nested they are in the component tree. * refactor: simplify RedactedContent text node processing loop
110 B
110 B
category, authors
| category | authors | |
|---|---|---|
| Enhancements |
|
Fixes redacted content to work with currency symbols