[PR #2826] [MERGED] ♻️ (tooltip) refactoring to react-aria (vol.9) #30459

Closed
opened 2026-04-18 06:48:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: matiss/tooltip-9


📝 Commits (6)

  • 1449c6d ♻️ (tooltip) refactoring to react-aria (vol.8)
  • 1588418 Release notes
  • 8dbdee4 ♻️ (tooltip) refactoring to react-aria (vol.9)
  • 3e1e1d1 Release notes
  • f3e7a91 Merge branch 'master' into matiss/tooltip-9
  • 0b8a47b Merge branch 'master' into matiss/tooltip-9

📊 Changes

7 files changed (+137 additions, -233 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Header.jsx (+69 -76)
📝 packages/desktop-client/src/components/accounts/Reconcile.jsx (+18 -21)
packages/desktop-client/src/components/common/HoverTarget.tsx (+0 -54)
packages/desktop-client/src/components/common/MenuTooltip.tsx (+0 -22)
📝 packages/desktop-client/src/components/filters/FiltersMenu.jsx (+14 -21)
📝 packages/desktop-client/src/components/table.tsx (+30 -39)
upcoming-release-notes/2826.md (+6 -0)

📄 Description

Port various remaining tooltips to react-aria.

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


🔄 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/2826 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/16/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/tooltip-9` --- ### 📝 Commits (6) - [`1449c6d`](https://github.com/actualbudget/actual/commit/1449c6dfef7c7d667705de0dbda8fd0d88c0f66d) ♻️ (tooltip) refactoring to react-aria (vol.8) - [`1588418`](https://github.com/actualbudget/actual/commit/158841817a53eddacd04917e4a8ac52db3a20307) Release notes - [`8dbdee4`](https://github.com/actualbudget/actual/commit/8dbdee402096928a4781bff66c2ca6609d3383aa) ♻️ (tooltip) refactoring to react-aria (vol.9) - [`3e1e1d1`](https://github.com/actualbudget/actual/commit/3e1e1d1e3e3a47b20e8170531d7efa8bec8d7988) Release notes - [`f3e7a91`](https://github.com/actualbudget/actual/commit/f3e7a914cdfd7f7e6b8e7cceee0f77e6eae67096) Merge branch 'master' into matiss/tooltip-9 - [`0b8a47b`](https://github.com/actualbudget/actual/commit/0b8a47b481e06a9ff1ef2c5399cf08ed94a70bb7) Merge branch 'master' into matiss/tooltip-9 ### 📊 Changes **7 files changed** (+137 additions, -233 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+69 -76) 📝 `packages/desktop-client/src/components/accounts/Reconcile.jsx` (+18 -21) ➖ `packages/desktop-client/src/components/common/HoverTarget.tsx` (+0 -54) ➖ `packages/desktop-client/src/components/common/MenuTooltip.tsx` (+0 -22) 📝 `packages/desktop-client/src/components/filters/FiltersMenu.jsx` (+14 -21) 📝 `packages/desktop-client/src/components/table.tsx` (+30 -39) ➕ `upcoming-release-notes/2826.md` (+6 -0) </details> ### 📄 Description Port various remaining tooltips to react-aria. Depends on: https://github.com/actualbudget/actual/pull/2822 --- <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-18 06:48:53 -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#30459