[PR #2633] [MERGED] [Mobile] Fix encryption modals for mobile #34615

Closed
opened 2026-04-20 21:45:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2633
Author: @joel-jeremy
Created: 4/18/2024
Status: Merged
Merged: 4/22/2024
Merged by: @joel-jeremy

Base: masterHead: mobile-encryption-modal


📝 Commits (2)

📊 Changes

8 files changed (+399 additions, -363 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+4 -6)
📝 packages/desktop-client/src/components/common/Modal.tsx (+1 -0)
📝 packages/desktop-client/src/components/manager/Modals.jsx (+4 -6)
packages/desktop-client/src/components/modals/CreateEncryptionKey.tsx (+0 -188)
packages/desktop-client/src/components/modals/CreateEncryptionKeyModal.tsx (+208 -0)
packages/desktop-client/src/components/modals/FixEncryptionKey.tsx (+0 -163)
packages/desktop-client/src/components/modals/FixEncryptionKeyModal.tsx (+176 -0)
upcoming-release-notes/2633.md (+6 -0)

📄 Description

Resolves https://github.com/actualbudget/actual/issues/2630


🔄 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/2633 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 4/18/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mobile-encryption-modal` --- ### 📝 Commits (2) - [`984993e`](https://github.com/actualbudget/actual/commit/984993e11e02892cbf68f21bc79a6cf1bcfe4f6a) Fix encryption modals for mobile - [`578830d`](https://github.com/actualbudget/actual/commit/578830d54880f9951773b351e966503a21905dfc) Release notes ### 📊 Changes **8 files changed** (+399 additions, -363 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+4 -6) 📝 `packages/desktop-client/src/components/common/Modal.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/manager/Modals.jsx` (+4 -6) ➖ `packages/desktop-client/src/components/modals/CreateEncryptionKey.tsx` (+0 -188) ➕ `packages/desktop-client/src/components/modals/CreateEncryptionKeyModal.tsx` (+208 -0) ➖ `packages/desktop-client/src/components/modals/FixEncryptionKey.tsx` (+0 -163) ➕ `packages/desktop-client/src/components/modals/FixEncryptionKeyModal.tsx` (+176 -0) ➕ `upcoming-release-notes/2633.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Resolves https://github.com/actualbudget/actual/issues/2630 --- <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-20 21:45: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#34615