[PR #2320] [MERGED] Convert SavedFilters to Typescript #4249

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2320
Author: @carkom
Created: 2/2/2024
Status: Merged
Merged: 2/13/2024
Merged by: @carkom

Base: masterHead: converSavedFilters


📝 Commits (10+)

📊 Changes

9 files changed (+447 additions, -347 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Header.jsx (+1 -1)
📝 packages/desktop-client/src/components/filters/AppliedFilters.tsx (+2 -2)
packages/desktop-client/src/components/filters/CondOpMenu.tsx (+37 -0)
packages/desktop-client/src/components/filters/FilterMenu.tsx (+54 -0)
packages/desktop-client/src/components/filters/FiltersStack.tsx (+65 -0)
packages/desktop-client/src/components/filters/NameFilter.tsx (+79 -0)
packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx (+203 -0)
packages/desktop-client/src/components/filters/SavedFilters.jsx (+0 -344)
upcoming-release-notes/2320.md (+6 -0)

📄 Description

Split out all the elements into separate files - working to get rid of mega-files in the code base. Updated all those files to Typescript.


🔄 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/2320 **Author:** [@carkom](https://github.com/carkom) **Created:** 2/2/2024 **Status:** ✅ Merged **Merged:** 2/13/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `converSavedFilters` --- ### 📝 Commits (10+) - [`02f6c78`](https://github.com/actualbudget/actual/commit/02f6c78ac299f7cd159996ef3e20bba7459ce5f9) move saved filters - [`6b62857`](https://github.com/actualbudget/actual/commit/6b62857be6c88b1ae276e7a7270bcc872acc779e) Merge branch 'converSavedFilters' of https://github.com/carkom/actual into converSavedFilters - [`cb01d5d`](https://github.com/actualbudget/actual/commit/cb01d5dd5da180a883efd7706e30a137839991d1) MenuButton - [`12dea5f`](https://github.com/actualbudget/actual/commit/12dea5f9bf84fc16a22e824ff243d942a0362729) fixes - [`be08c73`](https://github.com/actualbudget/actual/commit/be08c73037f7aa35abe8094c92d8b7110b7d8681) update - [`bde4313`](https://github.com/actualbudget/actual/commit/bde4313e5dca33a4cfa7cbf5c00d2a46f91746bc) FiltersStack - [`898be43`](https://github.com/actualbudget/actual/commit/898be43fb55e7a6f1b133397c8ca77c0439ff948) Merge remote-tracking branch 'upstream/master' into converSavedFilters - [`241c7af`](https://github.com/actualbudget/actual/commit/241c7af1bc134e4978397d688405ac8c81338f1d) notes - [`4eeb94a`](https://github.com/actualbudget/actual/commit/4eeb94a2d661a678cc7280de45e88001acd542e4) Merge remote-tracking branch 'upstream/master' into converSavedFilters - [`d69cc51`](https://github.com/actualbudget/actual/commit/d69cc5149301b1ea1470d0c508acc9edac9f510c) merge fixes ### 📊 Changes **9 files changed** (+447 additions, -347 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/filters/AppliedFilters.tsx` (+2 -2) ➕ `packages/desktop-client/src/components/filters/CondOpMenu.tsx` (+37 -0) ➕ `packages/desktop-client/src/components/filters/FilterMenu.tsx` (+54 -0) ➕ `packages/desktop-client/src/components/filters/FiltersStack.tsx` (+65 -0) ➕ `packages/desktop-client/src/components/filters/NameFilter.tsx` (+79 -0) ➕ `packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx` (+203 -0) ➖ `packages/desktop-client/src/components/filters/SavedFilters.jsx` (+0 -344) ➕ `upcoming-release-notes/2320.md` (+6 -0) </details> ### 📄 Description Split out all the elements into separate files - working to get rid of mega-files in the code base. Updated all those files to Typescript. --- <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:53:39 -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#4249