[PR #3018] [MERGED] Adds a tooltip to the transaction tables to show the imported payee #4639

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3018
Author: @matt-fidd
Created: 7/9/2024
Status: Merged
Merged: 8/5/2024
Merged by: @matt-fidd

Base: masterHead: imported-payee-tooltip


📝 Commits (10+)

  • c98c7d2 add tooltip to show importedPayee on transaction tables
  • 3be354b tweaks
  • 2ea7820 option 2
  • 389843b release note
  • 023346f feedback
  • f1d163d refactor to remove duplication
  • 2c70e82 fix full width and misaligned icons
  • d91d2ee remove icons from tooltip
  • db26060 add tooltip to parent transactions
  • 30d12e1 Merge branch 'master' into imported-payee-tooltip

📊 Changes

2 files changed (+91 additions, -33 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+85 -33)
upcoming-release-notes/3018.md (+6 -0)

📄 Description

Putting this up for PR to get some opinions. (Fixes #782)

I think a way to view the imported payee (other than creating a rule from a transaction) would be hugely beneficial and, to me, this is cleaner than another column in the table.

I'm not sure if it would be obvious to people what it was showing so maybe it needs an Imported Payee: ${payeeName} in the tooltip instead.

Anyway, let me have your thoughts please! 😄

To test, import a budget file with some imported transactions, then hover over the payee field in the table.

Based on #2828 so a lot of the diff is unrelated.


🔄 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/3018 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 7/9/2024 **Status:** ✅ Merged **Merged:** 8/5/2024 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `imported-payee-tooltip` --- ### 📝 Commits (10+) - [`c98c7d2`](https://github.com/actualbudget/actual/commit/c98c7d224e4ecbb5942b96a124b04919864ac1b0) add tooltip to show importedPayee on transaction tables - [`3be354b`](https://github.com/actualbudget/actual/commit/3be354bb576b78813367e7fb68e8fe6149291b7f) tweaks - [`2ea7820`](https://github.com/actualbudget/actual/commit/2ea782026d3ed1af830bab09a7c0d624d919337e) option 2 - [`389843b`](https://github.com/actualbudget/actual/commit/389843bb65a1809db02200f7acad8fb48e63c8ba) release note - [`023346f`](https://github.com/actualbudget/actual/commit/023346f631a65da7c379cee99d50694123d0b85a) feedback - [`f1d163d`](https://github.com/actualbudget/actual/commit/f1d163d8b8b89cfc4ee015de3c8515713eac3e9a) refactor to remove duplication - [`2c70e82`](https://github.com/actualbudget/actual/commit/2c70e820f6858769604b8aa98dc70dd3b589028a) fix full width and misaligned icons - [`d91d2ee`](https://github.com/actualbudget/actual/commit/d91d2eebfb89a412a40321bfe6c2caf2a13f6b93) remove icons from tooltip - [`db26060`](https://github.com/actualbudget/actual/commit/db260600c20a415dee0f97fbd6fa010205973417) add tooltip to parent transactions - [`30d12e1`](https://github.com/actualbudget/actual/commit/30d12e116a60ea2cc09d6eee51e7e28363b71101) Merge branch 'master' into imported-payee-tooltip ### 📊 Changes **2 files changed** (+91 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+85 -33) ➕ `upcoming-release-notes/3018.md` (+6 -0) </details> ### 📄 Description Putting this up for PR to get some opinions. (Fixes #782) I think a way to view the imported payee (other than creating a rule from a transaction) would be hugely beneficial and, to me, this is cleaner than another column in the table. I'm not sure if it would be obvious to people what it was showing so maybe it needs an `Imported Payee: ${payeeName}` in the tooltip instead. Anyway, let me have your thoughts please! 😄 To test, import a budget file with some imported transactions, then hover over the payee field in the table. Based on #2828 so a lot of the diff is unrelated. --- <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:58:55 -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#4639