[PR #2918] [MERGED] React Aria Button on Modals #4591

Closed
opened 2026-02-28 20:58:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2918
Author: @joel-jeremy
Created: 6/21/2024
Status: Merged
Merged: 7/17/2024
Merged by: @joel-jeremy

Base: masterHead: react-aria-button-6


📝 Commits (4)

📊 Changes

29 files changed (+253 additions, -249 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+4 -4)
📝 packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx (+5 -5)
📝 packages/desktop-client/src/components/modals/CategoryMenuModal.tsx (+4 -4)
📝 packages/desktop-client/src/components/modals/CloseAccountModal.tsx (+28 -31)
📝 packages/desktop-client/src/components/modals/ConfirmCategoryDelete.tsx (+3 -3)
📝 packages/desktop-client/src/components/modals/ConfirmTransactionDelete.tsx (+4 -4)
📝 packages/desktop-client/src/components/modals/ConfirmTransactionEdit.tsx (+4 -4)
📝 packages/desktop-client/src/components/modals/ConfirmUnlinkAccount.tsx (+4 -4)
📝 packages/desktop-client/src/components/modals/CoverModal.tsx (+3 -3)
📝 packages/desktop-client/src/components/modals/CreateAccountModal.tsx (+15 -15)
📝 packages/desktop-client/src/components/modals/CreateEncryptionKeyModal.tsx (+3 -3)
📝 packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx (+30 -26)
📝 packages/desktop-client/src/components/modals/EditField.jsx (+4 -4)
📝 packages/desktop-client/src/components/modals/EditRule.jsx (+17 -17)
📝 packages/desktop-client/src/components/modals/FixEncryptionKeyModal.tsx (+9 -8)
📝 packages/desktop-client/src/components/modals/GoCardlessExternalMsg.tsx (+7 -7)
📝 packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx (+4 -4)
📝 packages/desktop-client/src/components/modals/HoldBufferModal.tsx (+3 -3)
📝 packages/desktop-client/src/components/modals/ImportTransactions.jsx (+5 -5)
📝 packages/desktop-client/src/components/modals/LoadBackup.jsx (+7 -7)

...and 9 more files

📄 Description


🔄 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/2918 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 6/21/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `react-aria-button-6` --- ### 📝 Commits (4) - [`0265f3e`](https://github.com/actualbudget/actual/commit/0265f3ed14fff4868df6edb9a56e319a8dbbddf4) React Aria Button on modals - [`b6a6025`](https://github.com/actualbudget/actual/commit/b6a602599970d7e409c6ef533a5ca938e551e44f) Release notes - [`9819a1b`](https://github.com/actualbudget/actual/commit/9819a1b9493b4f89f7e3ea910bf9243b82796f6b) Remove tabIndex - [`d2ed9c4`](https://github.com/actualbudget/actual/commit/d2ed9c436f35710beedefa66a08763d0568a7c79) Remove aria-label ### 📊 Changes **29 files changed** (+253 additions, -249 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/modals/CategoryMenuModal.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/modals/CloseAccountModal.tsx` (+28 -31) 📝 `packages/desktop-client/src/components/modals/ConfirmCategoryDelete.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/modals/ConfirmTransactionDelete.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/modals/ConfirmTransactionEdit.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/modals/ConfirmUnlinkAccount.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/modals/CoverModal.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/modals/CreateAccountModal.tsx` (+15 -15) 📝 `packages/desktop-client/src/components/modals/CreateEncryptionKeyModal.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx` (+30 -26) 📝 `packages/desktop-client/src/components/modals/EditField.jsx` (+4 -4) 📝 `packages/desktop-client/src/components/modals/EditRule.jsx` (+17 -17) 📝 `packages/desktop-client/src/components/modals/FixEncryptionKeyModal.tsx` (+9 -8) 📝 `packages/desktop-client/src/components/modals/GoCardlessExternalMsg.tsx` (+7 -7) 📝 `packages/desktop-client/src/components/modals/GoCardlessInitialise.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/modals/HoldBufferModal.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/modals/ImportTransactions.jsx` (+5 -5) 📝 `packages/desktop-client/src/components/modals/LoadBackup.jsx` (+7 -7) _...and 9 more files_ </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 --> --- <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 20:58:09 -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#4591