[PR #4510] [CLOSED] [WIP] Add privacy filter for mobile/small screens #5423

Closed
opened 2026-02-28 21:12:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4510
Author: @rugulous
Created: 3/2/2025
Status: Closed

Base: masterHead: mobile-privacy-filter


📝 Commits (9)

  • 91b6b42 Enable privacy filter on mobile / small screens
  • 2b2d0e6 Add privacy mode toggle to mobile menu
  • cd408b4 Add release notes
  • 7487834 Remove unneeded import
  • 518c578 Merge branch 'master' into mobile-privacy-filter
  • bae6970 Update VRT
  • 238dba9 Add missing privacy filter
  • 1b53d0c Add missing translation
  • 034323a Toggle privacy filter on shake

📊 Changes

15 files changed (+105 additions, -14 deletions)

View changed files

📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-checks-that-clicking--9e6aa-in-the-page-header-opens-the-budget-page-menu-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-checks-that-clicking--d270d-in-the-page-header-opens-the-budget-page-menu-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-checks-that-clicking--fdd57-in-the-page-header-opens-the-budget-page-menu-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-checks-that-clicking--a3783-in-the-page-header-opens-the-budget-page-menu-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-checks-that-clicking--a8b5e-in-the-page-header-opens-the-budget-page-menu-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-checks-that-clicking--f8a19-in-the-page-header-opens-the-budget-page-menu-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+56 -0)
📝 packages/desktop-client/src/components/Modals.tsx (+1 -0)
📝 packages/desktop-client/src/components/PrivacyFilter.tsx (+0 -5)
📝 packages/desktop-client/src/components/Titlebar.tsx (+4 -1)
📝 packages/desktop-client/src/components/mobile/budget/index.tsx (+10 -0)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+11 -8)
📝 packages/desktop-client/src/components/modals/BudgetPageMenuModal.tsx (+16 -0)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+1 -0)
upcoming-release-notes/4510.md (+6 -0)

📄 Description

Adds the privacy filter option to the small screen version of the app. Most of the functionality was already there, it was just a case of adding the menu item and removing the explicit exclusion


🔄 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/4510 **Author:** [@rugulous](https://github.com/rugulous) **Created:** 3/2/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mobile-privacy-filter` --- ### 📝 Commits (9) - [`91b6b42`](https://github.com/actualbudget/actual/commit/91b6b428959a1e40fc212947c882a6b3d7c368aa) Enable privacy filter on mobile / small screens - [`2b2d0e6`](https://github.com/actualbudget/actual/commit/2b2d0e6989d57ecfe80a598ab2950e4b2709666d) Add privacy mode toggle to mobile menu - [`cd408b4`](https://github.com/actualbudget/actual/commit/cd408b4be67c1158e88138e7ef82b64ace41e585) Add release notes - [`7487834`](https://github.com/actualbudget/actual/commit/7487834e06e6bb9450f57364c2c55bad8a2a744b) Remove unneeded import - [`518c578`](https://github.com/actualbudget/actual/commit/518c578377f512a67ad89612257b5bb40f4c7dc3) Merge branch 'master' into mobile-privacy-filter - [`bae6970`](https://github.com/actualbudget/actual/commit/bae6970153d99a33eb7d89f7c28afd2867c92e15) Update VRT - [`238dba9`](https://github.com/actualbudget/actual/commit/238dba9fdd535bdba4efa467bfface5e32f55a37) Add missing privacy filter - [`1b53d0c`](https://github.com/actualbudget/actual/commit/1b53d0ce2d58f198330a649a9c6667ebd53060f2) Add missing translation - [`034323a`](https://github.com/actualbudget/actual/commit/034323ae61988ff59c28586195495977f934da4d) Toggle privacy filter on shake ### 📊 Changes **15 files changed** (+105 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-checks-that-clicking--9e6aa-in-the-page-header-opens-the-budget-page-menu-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-checks-that-clicking--d270d-in-the-page-header-opens-the-budget-page-menu-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Envelope-checks-that-clicking--fdd57-in-the-page-header-opens-the-budget-page-menu-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-checks-that-clicking--a3783-in-the-page-header-opens-the-budget-page-menu-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-checks-that-clicking--a8b5e-in-the-page-header-opens-the-budget-page-menu-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts-snapshots/Mobile-Budget-Tracking-checks-that-clicking--f8a19-in-the-page-header-opens-the-budget-page-menu-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+56 -0) 📝 `packages/desktop-client/src/components/Modals.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/PrivacyFilter.tsx` (+0 -5) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+4 -1) 📝 `packages/desktop-client/src/components/mobile/budget/index.tsx` (+10 -0) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+11 -8) 📝 `packages/desktop-client/src/components/modals/BudgetPageMenuModal.tsx` (+16 -0) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+1 -0) ➕ `upcoming-release-notes/4510.md` (+6 -0) </details> ### 📄 Description Adds the privacy filter option to the small screen version of the app. Most of the functionality was already there, it was just a case of adding the menu item and removing the explicit exclusion --- <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-02-28 21:12:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5423