[PR #3401] [MERGED] [React Aria Button] Filter buttons #4835

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3401
Author: @joel-jeremy
Created: 9/8/2024
Status: Merged
Merged: 9/10/2024
Merged by: @joel-jeremy

Base: masterHead: react-aria-button-11


📝 Commits (10+)

📊 Changes

8 files changed (+75 additions, -69 deletions)

View changed files

📝 packages/desktop-client/src/components/filters/CompactFiltersButton.tsx (+3 -3)
📝 packages/desktop-client/src/components/filters/FilterExpression.tsx (+5 -5)
📝 packages/desktop-client/src/components/filters/FiltersButton.tsx (+3 -6)
📝 packages/desktop-client/src/components/filters/FiltersMenu.jsx (+25 -25)
📝 packages/desktop-client/src/components/filters/NameFilter.tsx (+10 -11)
📝 packages/desktop-client/src/components/filters/OpButton.tsx (+20 -16)
📝 packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx (+3 -3)
upcoming-release-notes/3401.md (+6 -0)

📄 Description

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

Remaining components after this PR:

  1. MobileForms/TransactionEdit
  2. Autocomplete components

🔄 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/3401 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/8/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `react-aria-button-11` --- ### 📝 Commits (10+) - [`b14160c`](https://github.com/actualbudget/actual/commit/b14160c604c3b379c1cb5fc1fd17bc7e178696d8) vrt - [`9f8ac56`](https://github.com/actualbudget/actual/commit/9f8ac56f7272d595ec34788462fc9a9e304facc5) Fix account menu test - [`fa3bc0d`](https://github.com/actualbudget/actual/commit/fa3bc0db5b5546c44165f3ec240f4897930339ab) Fix payee icons and category notes - [`5434440`](https://github.com/actualbudget/actual/commit/5434440d829a25a79fe613c2f23ea3a472e599ab) vrt - [`5b32bb3`](https://github.com/actualbudget/actual/commit/5b32bb35dce7b6eb265f837e9a75646f57e37967) vrt - [`0e4262c`](https://github.com/actualbudget/actual/commit/0e4262c4e852ab5d86042ccdacc46f52504ad6a0) Fix notes button - [`d8f2b3d`](https://github.com/actualbudget/actual/commit/d8f2b3dfa5de58dbd0422f1b4891ecca3ea7711f) VRT - [`f194865`](https://github.com/actualbudget/actual/commit/f1948657b8587ef48846560ed1e121670f726998) VRT - [`5437842`](https://github.com/actualbudget/actual/commit/543784233c0b57f3593bf4b897ed36f80349b283) React Aria Button - All except filters and autocomplete - [`c063f51`](https://github.com/actualbudget/actual/commit/c063f514c652ace9a66b2dcbddcc4a5e905f6767) Fix typecheck errors ### 📊 Changes **8 files changed** (+75 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/filters/CompactFiltersButton.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/filters/FilterExpression.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/filters/FiltersButton.tsx` (+3 -6) 📝 `packages/desktop-client/src/components/filters/FiltersMenu.jsx` (+25 -25) 📝 `packages/desktop-client/src/components/filters/NameFilter.tsx` (+10 -11) 📝 `packages/desktop-client/src/components/filters/OpButton.tsx` (+20 -16) 📝 `packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx` (+3 -3) ➕ `upcoming-release-notes/3401.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 --> Depends on https://github.com/actualbudget/actual/pull/3163 Remaining components after this PR: 1. MobileForms/TransactionEdit 2. Autocomplete components --- <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:01:58 -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#4835