[PR #3453] [MERGED] Fix React Aria Button hover styles #4861

Closed
opened 2026-02-28 21:02:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3453
Author: @joel-jeremy
Created: 9/16/2024
Status: Merged
Merged: 9/19/2024
Merged by: @joel-jeremy

Base: masterHead: react-aria-button-hover-styles


📝 Commits (4)

  • 6fe1c53 Fiox hover styles and use className instead of inline to prepare for future css migration
  • d582c00 Release notes
  • ad686bf Cleanup
  • b973147 Update edit rule hover style

📊 Changes

17 files changed (+190 additions, -155 deletions)

View changed files

📝 packages/desktop-client/src/components/Notifications.tsx (+25 -23)
📝 packages/desktop-client/src/components/Titlebar.tsx (+19 -15)
📝 packages/desktop-client/src/components/common/Button2.tsx (+6 -2)
📝 packages/desktop-client/src/components/common/Link.tsx (+7 -4)
📝 packages/desktop-client/src/components/common/Select.tsx (+5 -8)
📝 packages/desktop-client/src/components/mobile/MobileBackButton.tsx (+16 -14)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+52 -45)
📝 packages/desktop-client/src/components/modals/EditRuleModal.jsx (+5 -2)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal.jsx (+1 -1)
📝 packages/desktop-client/src/components/modals/ReportBudgetMonthMenuModal.tsx (+11 -9)
📝 packages/desktop-client/src/components/modals/RolloverBudgetMonthMenuModal.tsx (+11 -9)
📝 packages/desktop-client/src/components/reports/Header.tsx (+1 -1)
📝 packages/desktop-client/src/components/select/RecurringSchedulePicker.tsx (+3 -3)
📝 packages/desktop-client/src/components/settings/Format.tsx (+3 -3)
📝 packages/desktop-client/src/components/settings/Themes.tsx (+4 -4)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+15 -12)
upcoming-release-notes/3453.md (+6 -0)

📄 Description

Resolves #3447

Preferring to use className instead of the inline style syntax to allow for easier CSS library migration in the future


🔄 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/3453 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/16/2024 **Status:** ✅ Merged **Merged:** 9/19/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `react-aria-button-hover-styles` --- ### 📝 Commits (4) - [`6fe1c53`](https://github.com/actualbudget/actual/commit/6fe1c53eb3835e02a176aa1ff8438768b9ae4fc9) Fiox hover styles and use className instead of inline to prepare for future css migration - [`d582c00`](https://github.com/actualbudget/actual/commit/d582c00edf7441bea904ca264ba9c120a6a2fe97) Release notes - [`ad686bf`](https://github.com/actualbudget/actual/commit/ad686bfc6930467f0662742ceda6b4da7ba54e7e) Cleanup - [`b973147`](https://github.com/actualbudget/actual/commit/b973147852e7d9e9f4e19623ab182e6b4dc433a8) Update edit rule hover style ### 📊 Changes **17 files changed** (+190 additions, -155 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Notifications.tsx` (+25 -23) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+19 -15) 📝 `packages/desktop-client/src/components/common/Button2.tsx` (+6 -2) 📝 `packages/desktop-client/src/components/common/Link.tsx` (+7 -4) 📝 `packages/desktop-client/src/components/common/Select.tsx` (+5 -8) 📝 `packages/desktop-client/src/components/mobile/MobileBackButton.tsx` (+16 -14) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+52 -45) 📝 `packages/desktop-client/src/components/modals/EditRuleModal.jsx` (+5 -2) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/ReportBudgetMonthMenuModal.tsx` (+11 -9) 📝 `packages/desktop-client/src/components/modals/RolloverBudgetMonthMenuModal.tsx` (+11 -9) 📝 `packages/desktop-client/src/components/reports/Header.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/select/RecurringSchedulePicker.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/settings/Format.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/settings/Themes.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+15 -12) ➕ `upcoming-release-notes/3453.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 --> Resolves #3447 Preferring to use className instead of the inline style syntax to allow for easier CSS library migration in the future --- <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 21:02:23 -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#4861