[PR #2828] [MERGED] ♻️ (tooltip) refactoring to react-aria (vol.10) #18898

Closed
opened 2026-04-14 20:53:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2828
Author: @MatissJanis
Created: 6/3/2024
Status: Merged
Merged: 7/15/2024
Merged by: @MatissJanis

Base: masterHead: matiss/tooltip-10


📝 Commits (10+)

  • 46f5c0c ♻️ (tooltip) refactoring to react-aria (vol.10)
  • 4e33f32 WIP: fixed position
  • 12313f8 Set loading state for transaction table
  • 979ff5c Revert some unnecessary changes
  • 7613c96 Patch split error popover issues
  • 8cd1dda Oops
  • e22d480 Feedback: use 'key'
  • 91ee0cd Merge branch 'master' into matiss/tooltip-10
  • 4246077 Patches after merge from master
  • fc9a282 Revert back to using arrowSize prop

📊 Changes

7 files changed (+201 additions, -559 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/CreateAccountModal.tsx (+70 -68)
📝 packages/desktop-client/src/components/schedules/SchedulesTable.tsx (+0 -1)
📝 packages/desktop-client/src/components/table.tsx (+38 -45)
packages/desktop-client/src/components/tooltips.tsx (+0 -394)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+85 -45)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx (+2 -6)
upcoming-release-notes/2828.md (+6 -0)

📄 Description

Depends on https://github.com/actualbudget/actual/pull/2826


🔄 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/2828 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/tooltip-10` --- ### 📝 Commits (10+) - [`46f5c0c`](https://github.com/actualbudget/actual/commit/46f5c0c72f8355e0608649d0cf2d8b82fef95e13) ♻️ (tooltip) refactoring to react-aria (vol.10) - [`4e33f32`](https://github.com/actualbudget/actual/commit/4e33f3229a7b7fa1b0a07cc22d7200ed5b07b6d7) WIP: fixed position - [`12313f8`](https://github.com/actualbudget/actual/commit/12313f801a82f5b125057bcc5a384ec1904ec6dd) Set loading state for transaction table - [`979ff5c`](https://github.com/actualbudget/actual/commit/979ff5c0d21d81f6f88ee0e0e3067fb1dc27b757) Revert some unnecessary changes - [`7613c96`](https://github.com/actualbudget/actual/commit/7613c961992ae78332b6de03d978bb0131cf30f6) Patch split error popover issues - [`8cd1dda`](https://github.com/actualbudget/actual/commit/8cd1dda4369c6bdca4dfdea6494ab6462cd9c3ac) Oops - [`e22d480`](https://github.com/actualbudget/actual/commit/e22d480cfcd256f467812229e315f628327edd21) Feedback: use 'key' - [`91ee0cd`](https://github.com/actualbudget/actual/commit/91ee0cd13344185727488a23cb18fc13eb66b303) Merge branch 'master' into matiss/tooltip-10 - [`4246077`](https://github.com/actualbudget/actual/commit/4246077921c80598d4288645e2c49041fa04f5dd) Patches after merge from master - [`fc9a282`](https://github.com/actualbudget/actual/commit/fc9a282c7c84db26a40b16f0c309d092a753cff0) Revert back to using arrowSize prop ### 📊 Changes **7 files changed** (+201 additions, -559 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/CreateAccountModal.tsx` (+70 -68) 📝 `packages/desktop-client/src/components/schedules/SchedulesTable.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/table.tsx` (+38 -45) ➖ `packages/desktop-client/src/components/tooltips.tsx` (+0 -394) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+85 -45) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx` (+2 -6) ➕ `upcoming-release-notes/2828.md` (+6 -0) </details> ### 📄 Description Depends on https://github.com/actualbudget/actual/pull/2826 --- <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-14 20:53:58 -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#18898