[PR #4559] [MERGED] Replace usage of deprecated Button component in MobileForms with new Button component #24062

Closed
opened 2026-04-16 17:49:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4559
Author: @joel-jeremy
Created: 3/6/2025
Status: Merged
Merged: 3/7/2025
Merged by: @joel-jeremy

Base: masterHead: mofile-forms-rac-button


📝 Commits (6)

📊 Changes

11 files changed (+58 additions, -55 deletions)

View changed files

📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-from-accounts-id-page-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-from-accounts-id-page-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-from-accounts-id-page-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/mobile/MobileForms.tsx (+40 -39)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+10 -10)
📝 packages/desktop-client/src/components/modals/CoverModal.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/TransferModal.tsx (+1 -5)
upcoming-release-notes/4559.md (+6 -0)

📄 Description

Update mobile forms TapField to replace the usage of the deprecated Button with the Button from the component library


🔄 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/4559 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/7/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mofile-forms-rac-button` --- ### 📝 Commits (6) - [`b69fbba`](https://github.com/actualbudget/actual/commit/b69fbbac9a8da4408bbaa57bd1c354b746a470dc) Update mobile forms TapField to use the new Button component - [`d01167e`](https://github.com/actualbudget/actual/commit/d01167e709c60ce9f9cbded6308d26e21e3ae8f8) Release notes - [`44f818d`](https://github.com/actualbudget/actual/commit/44f818d09dbcaed8184bdcc2017a56a85765c0c4) Fix typecheck error - [`b1b0d21`](https://github.com/actualbudget/actual/commit/b1b0d213fc41b912de2b0db14140e2c8eb910116) Cleanup - [`e696697`](https://github.com/actualbudget/actual/commit/e696697c504a7c0e0e39932ddd2cdca6d4621589) Update VRT - [`a8c7b71`](https://github.com/actualbudget/actual/commit/a8c7b713275997ac7ec6ebeeb86c1b159398fd01) Dummy commit ### 📊 Changes **11 files changed** (+58 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-from-accounts-id-page-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-from-accounts-id-page-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-from-accounts-id-page-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/mobile/MobileForms.tsx` (+40 -39) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+10 -10) 📝 `packages/desktop-client/src/components/modals/CoverModal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/TransferModal.tsx` (+1 -5) ➕ `upcoming-release-notes/4559.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 --> Update mobile forms TapField to replace the usage of the deprecated Button with the Button from the component library --- <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-16 17:49:08 -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#24062