[PR #2771] [MERGED] ♻️ (tooltip) refactoring to react-aria (vol.6) #4501

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2771
Author: @MatissJanis
Created: 5/17/2024
Status: Merged
Merged: 6/3/2024
Merged by: @MatissJanis

Base: masterHead: matiss/tooltip-6


📝 Commits (4)

  • 33090f7 ♻️ (tooltip) refactoring to react-aria (vol.6)
  • 4cb1235 Release notes
  • f2d357e Merge branch 'master' into matiss/tooltip-6
  • 9d0cd8d Merge branch 'master' into matiss/tooltip-6

📊 Changes

10 files changed (+252 additions, -251 deletions)

View changed files

📝 packages/desktop-client/src/components/manager/BudgetList.jsx (+14 -13)
📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+40 -41)
📝 packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx (+41 -44)
📝 packages/desktop-client/src/components/modals/CategoryMenuModal.tsx (+35 -36)
📝 packages/desktop-client/src/components/modals/EditRule.jsx (+18 -22)
📝 packages/desktop-client/src/components/modals/GoCardlessExternalMsg.tsx (+24 -23)
📝 packages/desktop-client/src/components/payees/ManagePayees.jsx (+12 -2)
📝 packages/desktop-client/src/components/payees/PayeeMenu.tsx (+44 -52)
📝 packages/desktop-client/src/components/schedules/SchedulesTable.tsx (+18 -18)
upcoming-release-notes/2771.md (+6 -0)

📄 Description

Continuation of the Tooltip refactors: modals, schedules page, rules and budget list.


🔄 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/2771 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 6/3/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/tooltip-6` --- ### 📝 Commits (4) - [`33090f7`](https://github.com/actualbudget/actual/commit/33090f7b213316005212d948f384a0c6a75fa41a) ♻️ (tooltip) refactoring to react-aria (vol.6) - [`4cb1235`](https://github.com/actualbudget/actual/commit/4cb12352b26d7ded4fb1166dda96cc3898b2b278) Release notes - [`f2d357e`](https://github.com/actualbudget/actual/commit/f2d357ebba545e501e84f27c38692d8500040829) Merge branch 'master' into matiss/tooltip-6 - [`9d0cd8d`](https://github.com/actualbudget/actual/commit/9d0cd8de005793c6658af82ba4117fdb07ee304c) Merge branch 'master' into matiss/tooltip-6 ### 📊 Changes **10 files changed** (+252 additions, -251 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/manager/BudgetList.jsx` (+14 -13) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+40 -41) 📝 `packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx` (+41 -44) 📝 `packages/desktop-client/src/components/modals/CategoryMenuModal.tsx` (+35 -36) 📝 `packages/desktop-client/src/components/modals/EditRule.jsx` (+18 -22) 📝 `packages/desktop-client/src/components/modals/GoCardlessExternalMsg.tsx` (+24 -23) 📝 `packages/desktop-client/src/components/payees/ManagePayees.jsx` (+12 -2) 📝 `packages/desktop-client/src/components/payees/PayeeMenu.tsx` (+44 -52) 📝 `packages/desktop-client/src/components/schedules/SchedulesTable.tsx` (+18 -18) ➕ `upcoming-release-notes/2771.md` (+6 -0) </details> ### 📄 Description Continuation of the `Tooltip` refactors: modals, schedules page, rules and budget list. --- <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:56:41 -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#4501