[PR #2670] [MERGED] Format transaction notes as clickable tags #133241

Closed
opened 2026-06-17 15:56:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2670
Author: @joel-jeremy
Created: 4/26/2024
Status: Merged
Merged: 6/21/2024
Merged by: @joel-jeremy

Base: masterHead: transaction-notes-as-tags


📝 Commits (10+)

📊 Changes

46 files changed (+499 additions, -327 deletions)

View changed files

📝 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/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-7-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-8-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-9-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-7-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-8-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-9-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/accounts/Account.jsx (+112 -119)
📝 packages/desktop-client/src/components/accounts/Balance.jsx (+2 -4)
📝 packages/desktop-client/src/components/accounts/Header.jsx (+13 -12)
📝 packages/desktop-client/src/components/budget/index.tsx (+2 -2)
📝 packages/desktop-client/src/components/filters/AppliedFilters.tsx (+12 -9)
📝 packages/desktop-client/src/components/filters/ConditionsOpMenu.tsx (+7 -9)
📝 packages/desktop-client/src/components/filters/FilterExpression.tsx (+6 -4)
📝 packages/desktop-client/src/components/filters/FiltersMenu.jsx (+2 -1)
📝 packages/desktop-client/src/components/filters/FiltersStack.tsx (+11 -10)
📝 packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx (+11 -10)
📝 packages/desktop-client/src/components/filters/updateFilterReducer.ts (+1 -0)

...and 26 more files

📄 Description

For https://github.com/actualbudget/actual/issues/531


🔄 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/2670 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 4/26/2024 **Status:** ✅ Merged **Merged:** 6/21/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `transaction-notes-as-tags` --- ### 📝 Commits (10+) - [`a449a75`](https://github.com/actualbudget/actual/commit/a449a75a547388f866e70675f67b702633dcd1ec) Format notes as clickable tags - [`07c6905`](https://github.com/actualbudget/actual/commit/07c69051419d865d324ee23a5ebaeaf26d509f36) Release notes - [`4b0388f`](https://github.com/actualbudget/actual/commit/4b0388f428f169b07dc6f0f5752fef74facf4e14) Fix tests - extract the handler to higher level component - [`46c8dc1`](https://github.com/actualbudget/actual/commit/46c8dc1baa1b56a85f34dd8eb3ca312877302865) Update colors - [`7a95d87`](https://github.com/actualbudget/actual/commit/7a95d8784ea0753ce8492d0a4dbd865def5b7690) Fix filtering - [`d3d3d27`](https://github.com/actualbudget/actual/commit/d3d3d27d13c327bf7a2c957cf8742461cc36a17b) Rename variables - [`12a6835`](https://github.com/actualbudget/actual/commit/12a6835531c56a632307160f3e288dac035b1e6e) Remove font weight - [`4db6989`](https://github.com/actualbudget/actual/commit/4db69893c2b24cc6f51607c2ddcbd44210247ad0) Cleanup style - [`8c3b00c`](https://github.com/actualbudget/actual/commit/8c3b00c3e1fab9ee797131ace85381dc37afad92) Append note tag filters - [`970376a`](https://github.com/actualbudget/actual/commit/970376ab97510e254d7505c699b33db3d18017d5) Fix overlapping UI ### 📊 Changes **46 files changed** (+499 additions, -327 deletions) <details> <summary>View changed files</summary> 📝 `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/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-7-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-8-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-9-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-7-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-8-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-date-9-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+112 -119) 📝 `packages/desktop-client/src/components/accounts/Balance.jsx` (+2 -4) 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+13 -12) 📝 `packages/desktop-client/src/components/budget/index.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/filters/AppliedFilters.tsx` (+12 -9) 📝 `packages/desktop-client/src/components/filters/ConditionsOpMenu.tsx` (+7 -9) 📝 `packages/desktop-client/src/components/filters/FilterExpression.tsx` (+6 -4) 📝 `packages/desktop-client/src/components/filters/FiltersMenu.jsx` (+2 -1) 📝 `packages/desktop-client/src/components/filters/FiltersStack.tsx` (+11 -10) 📝 `packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx` (+11 -10) 📝 `packages/desktop-client/src/components/filters/updateFilterReducer.ts` (+1 -0) _...and 26 more files_ </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 --> For https://github.com/actualbudget/actual/issues/531 --- <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-06-17 15:56:00 -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#133241