[PR #1622] [MERGED] 🐛 fix filtering in transaction table #22461

Closed
opened 2026-04-16 16:47:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1622
Author: @MatissJanis
Created: 8/31/2023
Status: Merged
Merged: 9/1/2023
Merged by: @MatissJanis

Base: masterHead: matiss/fix-1618


📝 Commits (7)

📊 Changes

7 files changed (+57 additions, -17 deletions)

View changed files

📝 .github/workflows/e2e-test.yml (+18 -12)
📝 packages/desktop-client/e2e/transactions.test.js (+31 -0)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-1-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-2-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/tooltips.js (+2 -5)
upcoming-release-notes/1622.md (+6 -0)

📄 Description

Closes #1618

Fix filtering in transaction table.


🔄 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/1622 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/31/2023 **Status:** ✅ Merged **Merged:** 9/1/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-1618` --- ### 📝 Commits (7) - [`5cae098`](https://github.com/actualbudget/actual/commit/5cae0987d72d8796b4c42393b7eb2844b130958c) :bug: fix filtering in transaction table - [`35db48d`](https://github.com/actualbudget/actual/commit/35db48dd6e64f1c8b12681ddcf49b5ee1412e0e1) Release notes - [`c03ae2d`](https://github.com/actualbudget/actual/commit/c03ae2d451ebda4b87edb6ce803b752fe81835bd) Create dependencies between CI jobs - [`a7e7882`](https://github.com/actualbudget/actual/commit/a7e788297689143b8cc3d32a169ef4e0867264c4) Add missing: runs-on - [`00d16d9`](https://github.com/actualbudget/actual/commit/00d16d9b598c2e61588b8f3111c55bd8d42b3c23) Fix tooltip selector logic - [`0f26aef`](https://github.com/actualbudget/actual/commit/0f26aef616511c818ac84a52976b78c6dead2b14) Fix github actions - [`366355a`](https://github.com/actualbudget/actual/commit/366355a5ab95424c5046d93ac1a04b89acaebc30) Github actions fix ### 📊 Changes **7 files changed** (+57 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/e2e-test.yml` (+18 -12) 📝 `packages/desktop-client/e2e/transactions.test.js` (+31 -0) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-1-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-2-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/tooltips.js` (+2 -5) ➕ `upcoming-release-notes/1622.md` (+6 -0) </details> ### 📄 Description Closes #1618 Fix filtering in transaction table. --- <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-16 16:47:10 -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#22461