[PR #5368] [MERGED] Add button to import existing tag from transactions notes #5899

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5368
Author: @pogman-code
Created: 7/22/2025
Status: Merged
Merged: 7/23/2025
Merged by: @youngcw

Base: masterHead: import-tags


📝 Commits (5)

  • 0644341 Add button to import existing tag from transactions notes
  • 5932c27 fix ##non-tag matching
  • b59185b 'find' tags instead of 'import' to avoid confusion
  • fae49a1 add link to show transaction that have given tag
  • 343b9e8 use same style as PayeeTableRow's button

📊 Changes

8 files changed (+113 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/payees/PayeeTableRow.tsx (+2 -0)
📝 packages/desktop-client/src/components/tags/ManageTags.tsx (+10 -1)
📝 packages/desktop-client/src/components/tags/TagRow.tsx (+45 -1)
📝 packages/desktop-client/src/queries/queriesSlice.ts (+12 -0)
📝 packages/desktop-client/src/style/tags.ts (+2 -2)
📝 packages/loot-core/src/server/db/index.ts (+11 -0)
📝 packages/loot-core/src/server/tags/app.ts (+25 -0)
upcoming-release-notes/5368.md (+6 -0)

📄 Description

I guess everything is in the title :D

Adds a button in the "tags" page to import/extract existing tags from notes.

image

🔄 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/5368 **Author:** [@pogman-code](https://github.com/pogman-code) **Created:** 7/22/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `import-tags` --- ### 📝 Commits (5) - [`0644341`](https://github.com/actualbudget/actual/commit/06443416d02ebfa6e5fc0f6c03e0f3fc4b4d206d) Add button to import existing tag from transactions notes - [`5932c27`](https://github.com/actualbudget/actual/commit/5932c274f92d5b2501bb7f0307f6e5e79ed2cb71) fix ##non-tag matching - [`b59185b`](https://github.com/actualbudget/actual/commit/b59185b33ee60fa0a134d707524d0cb632fa66e5) 'find' tags instead of 'import' to avoid confusion - [`fae49a1`](https://github.com/actualbudget/actual/commit/fae49a131ac246d089308ffaab415d2929fcc521) add link to show transaction that have given tag - [`343b9e8`](https://github.com/actualbudget/actual/commit/343b9e80ec5bca3648b7fa0bf3d7b7a989121c67) use same style as PayeeTableRow's button ### 📊 Changes **8 files changed** (+113 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/payees/PayeeTableRow.tsx` (+2 -0) 📝 `packages/desktop-client/src/components/tags/ManageTags.tsx` (+10 -1) 📝 `packages/desktop-client/src/components/tags/TagRow.tsx` (+45 -1) 📝 `packages/desktop-client/src/queries/queriesSlice.ts` (+12 -0) 📝 `packages/desktop-client/src/style/tags.ts` (+2 -2) 📝 `packages/loot-core/src/server/db/index.ts` (+11 -0) 📝 `packages/loot-core/src/server/tags/app.ts` (+25 -0) ➕ `upcoming-release-notes/5368.md` (+6 -0) </details> ### 📄 Description I guess everything is in the title :D Adds a button in the "tags" page to import/extract existing tags from notes. <img width="464" height="251" alt="image" src="https://github.com/user-attachments/assets/39d02493-e239-48d5-b611-c5c7fe1f5d9f" /> --- <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:20:36 -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#5899