[GH-ISSUE #567] [Feature] Usability: GUID tooltips are not useful to most users #7179

Closed
opened 2026-04-10 16:52:45 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @rich-howell on GitHub (Jan 22, 2023).
Original GitHub issue: https://github.com/actualbudget/actual/issues/567

Discussed in https://github.com/actualbudget/actual/discussions/350

Originally posted by MikeBishop November 15, 2021
The GUID which appears when the mouse cursor hovers over a transaction is presumably useful when debugging sync. That's a vanishingly small fraction of users. I'd suggest the GUID be hidden without enabling dev tools or otherwise specifically seeking out advanced options.

Instead, perhaps the tooltip should display the full text of whatever it's over if it's too wide for its column, and not appear otherwise.

Originally created by @rich-howell on GitHub (Jan 22, 2023). Original GitHub issue: https://github.com/actualbudget/actual/issues/567 ### Discussed in https://github.com/actualbudget/actual/discussions/350 <div type='discussions-op-text'> <sup>Originally posted by **MikeBishop** November 15, 2021</sup> The GUID which appears when the mouse cursor hovers over a transaction is presumably useful when debugging sync. That's a vanishingly small fraction of users. I'd suggest the GUID be hidden without enabling dev tools or otherwise specifically seeking out advanced options. Instead, perhaps the tooltip should display the full text of whatever it's over if it's too wide for its column, and not appear otherwise.</div>
GiteaMirror added the good first issueuser interfacefeature labels 2026-04-10 16:52:46 -05:00
Author
Owner

@gsumpster commented on GitHub (Jan 25, 2023):

Hey, I'm interested in taking this on, just to get my feet wet a bit with this codebase. I wanted to clarify that we're referring to the GUID that appears (as a title attribute) on the PayeeCell, right? I think the only change we'd need to display the contents of the row here would be to change this line to title={payee.name} (might also need to handle transferAccounts, judging from the getPayeePretty fn)

093dbeb8a6/packages/desktop-client/src/components/accounts/TransactionsTable.js (L412)

<!-- gh-comment-id:1404125875 --> @gsumpster commented on GitHub (Jan 25, 2023): Hey, I'm interested in taking this on, just to get my feet wet a bit with this codebase. I wanted to clarify that we're referring to the GUID that appears (as a `title` attribute) on the PayeeCell, right? I think the only change we'd need to display the contents of the row here would be to change this line to `title={payee.name}` (might also need to handle transferAccounts, judging from the `getPayeePretty` fn) https://github.com/actualbudget/actual/blob/093dbeb8a6ddfeb05df8b3fbba2ecbfb2830a032/packages/desktop-client/src/components/accounts/TransactionsTable.js#L412
Author
Owner

@MatissJanis commented on GitHub (Jan 25, 2023):

@gsumpster yes, you are absolutely correct. And thanks for the initiative to contribute to Actual! :)

<!-- gh-comment-id:1404136526 --> @MatissJanis commented on GitHub (Jan 25, 2023): @gsumpster yes, you are absolutely correct. And thanks for the initiative to contribute to Actual! :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#7179