[PR #646] [MERGED] Allow editing filters #17589

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/646
Author: @j-f1
Created: 2/10/2023
Status: Merged
Merged: 2/10/2023
Merged by: @j-f1

Base: masterHead: jed/edit-filter


📝 Commits (4)

📊 Changes

3 files changed (+142 additions, -44 deletions)

View changed files

📝 packages/desktop-client/src/components/ManageRules.js (+2 -0)
📝 packages/desktop-client/src/components/accounts/Account.js (+13 -1)
📝 packages/desktop-client/src/components/accounts/Filters.js (+127 -43)

📄 Description

Fixes #643. The left side of the filter is now a button.
Screenshot_2023-02-10 13 43 30
Clicking on it opens the same editor you get when creating a new filter. This required some code changes to allow pre-filling an existing filter (rather than starting a new one).
Screenshot_2023-02-10 13 44 21


🔄 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/646 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 2/10/2023 **Status:** ✅ Merged **Merged:** 2/10/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/edit-filter` --- ### 📝 Commits (4) - [`2bfda8f`](https://github.com/actualbudget/actual/commit/2bfda8f33c2cd80d9a28856cb0ff33970e49a52b) Make the filter text clickable - [`4f7bed5`](https://github.com/actualbudget/actual/commit/4f7bed5f515dd4a3330a3331c57a6a190cb43fb7) Fix display of notes field in rules/filters - [`4710f1a`](https://github.com/actualbudget/actual/commit/4710f1afcd64ea597b410b05ed1cd126a7a0b147) Allow editing filters - [`6c48d91`](https://github.com/actualbudget/actual/commit/6c48d915d4b1b42ea5ae2f74b7322b870072d373) debugger ### 📊 Changes **3 files changed** (+142 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ManageRules.js` (+2 -0) 📝 `packages/desktop-client/src/components/accounts/Account.js` (+13 -1) 📝 `packages/desktop-client/src/components/accounts/Filters.js` (+127 -43) </details> ### 📄 Description Fixes #643. The left side of the filter is now a button. <img width="265" alt="Screenshot_2023-02-10 13 43 30" src="https://user-images.githubusercontent.com/25517624/218172427-c71e6f95-60a7-4722-8289-321bc7d9ccd9.png"> Clicking on it opens the same editor you get when creating a new filter. This required some code changes to allow pre-filling an existing filter (rather than starting a new one). <img width="332" alt="Screenshot_2023-02-10 13 44 21" src="https://user-images.githubusercontent.com/25517624/218172568-9b794eb3-80f0-463a-b287-8b9873195cd0.png"> --- <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:20:46 -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#17589